Fehlermeldung:
Code: Alles auswählen
Parse error: parse error, unexpected T_STRING, expecting ')' in /home/www/web1/html/phpbb2/portal.php on line 312
Code: Alles auswählen
//
// Start output of page
//
define('SHOW_ONLINE', true);
$page_title = $lang['Home'];
include($phpbb_root_path . 'includes/page_header.'.$phpEx);
if(isset( $topics ) )
{
$template->set_filenames(array(
'body' => 'portal_body.tpl')
);
} else {
$template->set_filenames(array(
'body' => 'portal_body.tpl')
);
}