Report#54: Welcome Box: use BBcode

This commit is contained in:
Kevin
2008-02-23 12:29:15 +00:00
parent ef25c10e98
commit 3502a326a2
4 changed files with 50 additions and 6 deletions

View File

@@ -75,10 +75,7 @@ if ( $load_center === TRUE )
if ($portal_config['portal_welcome'])
{
$template->assign_vars(array(
'S_DISPLAY_WELCOME' => true,
'PORTAL_WELCOME_INTRO' => str_replace("\n", "<br />", $portal_config['portal_welcome_intro']),
));
include($phpbb_root_path . 'portal/block/welcome.'.$phpEx);
}
if ($portal_config['portal_welcome_guest'])