Beispiel #1
0
 /**
  * Display a list of announcement types for the current conference.
  */
 function announcementTypes()
 {
     $templateMgr =& TemplateManager::getManager();
     //TODO: move this assignment to the abstracted templates or generalize the key
     $templateMgr->assign('helpTopicId', 'conference.generalManagement.announcements');
     parent::announcementTypes();
 }
 /**
  * Display a list of announcement types for the current journal.
  */
 function announcementTypes()
 {
     $templateMgr =& TemplateManager::getManager();
     $templateMgr->assign('helpTopicId', 'journal.managementPages.announcements');
     parent::announcementTypes();
 }