Fehler beim Einbau des cmx NewsMod in das ezPortal
Verfasst: 10.10.2003 00:49
Hi Leutz. Ich komme einfach nicht dahinter:
Fehlermeldung:
Hier meine Portal.php
Hat jemand einen Rat ?
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')
);
}