Testers #216: SID in main menu

This commit is contained in:
Ice
2008-02-05 18:50:56 +00:00
parent 52beb03adc
commit 5a0882fab8
4 changed files with 25 additions and 20 deletions

View File

@@ -19,5 +19,12 @@ if (!defined('IN_PORTAL'))
{
exit;
}
//we main delete this aswell? Oo
$template->assign_vars(array(
'S_DISPLAY_MAINMENU' => true,
'U_M_BBCODE' => append_sid("{$phpbb_root_path}faq.$phpEx", 'mode=bbcode'),
'U_M_TERMS' => append_sid("{$phpbb_root_path}ucp.$phpEx", 'mode=terms'),
'U_M_PRV' => append_sid("{$phpbb_root_path}ucp.$phpEx", 'mode=privacy'),
));
?>