Added missing feature to show phpBB menu on portal

This commit is contained in:
Marc Alexander
2011-01-05 12:39:12 +00:00
parent 87b79cb8ea
commit 513dd70c69
5 changed files with 7 additions and 3 deletions

View File

@@ -156,6 +156,7 @@ $template->assign_vars(array(
'S_RIGHT_COLUMN' => ($module_count['right'] > 0) ? true : false,
'S_TOP_COLUMN' => ($module_count['top'] > 0) ? true : false,
'S_BOTTOM_COLUMN' => ($module_count['bottom'] > 0) ? true : false,
'S_DISPLAY_PHPBB_MENU' => $config['board3_phpbb_menu'],
));
// Output page