assign('helpTopicId', 'journal.managementPages.announcements'); parent::display(); } /** * Helper function to assign the AssocType and the AssocId * @param Announcement the announcement to be modified */ function _setAnnouncementTypeAssocId(&$announcementType) { $journal =& Request::getJournal(); $announcementType->setAssocType(ASSOC_TYPE_JOURNAL); $announcementType->setAssocId($journal->getId()); } } ?>