set_filenames(array('notification'=>'notification.tpl')); $template->assign_vars( array( 'FEED_URL' => PHPWG_ROOT_PATH.'feed.php?feed='.$page['feed'], 'U_HOME' => add_session_id(PHPWG_ROOT_PATH.'category.php') ) ); // +-----------------------------------------------------------------------+ // | html code display | // +-----------------------------------------------------------------------+ $template->parse('notification'); include(PHPWG_ROOT_PATH.'include/page_tail.php'); ?>