Seite 1 von 1

Hab nichts verändert

Verfasst: 01.12.2003 13:41
von Problem mit Heise Ticker
Warning: file("http://alcatraz.shell-central.de/portal ... ticker.php") - Success in /home/webuser/web2/html/portal.php on line 407

Warning: Bad arguments to implode() in /home/webuser/web2/html/portal.php on line 407

// SWITCH HEISE NEWSTICKER START
if( $introportalmod_config['heise_active'] == "1" )
{
$template->assign_block_vars('switch_heise_active', array(
$template->assign_vars(array(
'Heise_NEWSTICKER' => implode("",file("http://" . $_SERVER['HTTP_HOST'] . $board_config['script_path'] . "portal_heise_ticker.php")),
))
));
}
// SWITCH HEISE NEWSTICKER END

Will den Heise Ticker im Portal anzeigen lassen,was ist falsch?