assign_block_vars('head_element',
array(
'CONTENT' => ''
)
);
$template->assign_block_vars('head_element',
array(
'CONTENT' => ''
)
);
include(PHPWG_ROOT_PATH.'include/page_header.php');
$template->set_filenames(array('notification'=>'notification.tpl'));
$template->assign_vars(
array(
'U_FEED' => $feed_url,
'U_FEED_IMAGE_ONLY' => $feed_image_only_url,
'U_HOME' => make_index_url(),
)
);
// +-----------------------------------------------------------------------+
// | html code display |
// +-----------------------------------------------------------------------+
$template->parse('notification');
include(PHPWG_ROOT_PATH.'include/page_tail.php');
?>