Verfasst: 23.11.2006 19:32
helf mal, ich bin schon bind 
Quatsch, Selbst gefunden...
portal sollte natürlic in '' Stehen, aber sonst....
Edit 2
Hat dein code jemals funktioniert?
Nochmal im hrf:

Quatsch, Selbst gefunden...
portal sollte natürlic in '' Stehen, aber sonst....
Edit 2
Hat dein code jemals funktioniert?
Nochmal im hrf:
Code: Alles auswählen
$pfad = $template->root;
if('portal' == $reiter)
{
$template->assign_vars(array('R_PORTAL' => $pfad . '/images/portal_on.gif'));
}
else
{
$template->assign_vars(array('R_PORTAL' => $pfad . '/images/portal.gif'));
}