Zudem hab ich 2 Templates, wenn ich mit dem 2ten aufs Forum geh und die Statistik öffne kommt die statistics.php auf dem Haupttemplate und ich bin wieder ausgeloggt.
Hat jemand 'ne Ahnung was ich falsch gemacht hab
Code: Alles auswählen
statistics.phpCode: Alles auswählen
{U_STATISTICS}Code: Alles auswählen
'U_GROUP_CP' => append_sid('groupcp.'.$phpEx),Code: Alles auswählen
'U_STATISTICS' => append_sid('statistics.'.$phpEx),Code: Alles auswählen
<a href="{U_STATISTICS}" class="gensmall">Statistik</a> Code: Alles auswählen
StatistikCode: Alles auswählen
{L_STATISTICS}Code: Alles auswählen
'U_STATISTICS' => append_sid('statistics.'.$phpEx),Code: Alles auswählen
'L_STATISTICS' => $lang['Statistics'],Code: Alles auswählen
$lang['Statistics'] = "Statistik';