1, 'nofollow'=>1); $template->set_filenames(array('notification'=>'notification.tpl')); $template->assign( array( 'U_FEED' => $feed_url, 'U_FEED_IMAGE_ONLY' => $feed_image_only_url, ) ); // include menubar $themeconf = $template->get_template_vars('themeconf'); if (!isset($themeconf['hide_menu_on']) OR !in_array('theNotificationPage', $themeconf['hide_menu_on'])) { include( PHPWG_ROOT_PATH.'include/menubar.inc.php'); } // +-----------------------------------------------------------------------+ // | html code display | // +-----------------------------------------------------------------------+ include(PHPWG_ROOT_PATH.'include/page_header.php'); trigger_notify('loc_end_notification'); flush_page_messages(); $template->pparse('notification'); include(PHPWG_ROOT_PATH.'include/page_tail.php'); ?>