Verfasst: 29.10.2004 22:52
Also ich hab das Problem das, wenn ich ins ACP will, das da dann nicht das ACP geladen wird sondern der Index..
Code: Alles auswählen
case PAGE_NICKPAGE:
$location = $lang['NICKPAGE'];
$location_url = "";
break; case PAGE_INDEX:
$location = $lang['Forum_index'];
$location_url = "index.$phpEx?pane=right";
break;// Postbox
Code: Alles auswählen
case PAGE_NICKPAGE:
$location = $lang['NICKPAGE'];
$location_url = "";
break;
case PAGE_INDEX:
$location = $lang['Forum_index'];
$location_url = "index.$phpEx?pane=right";
break;
// Postbox
Code: Alles auswählen
switch( $onlinerow_guest[$i]['session_page'] )
{case PAGE_NICKPAGE:
$location = $lang['NICKPAGE'];
$location_url = "";
break;
Code: Alles auswählen
switch( $onlinerow_guest[$i]['session_page'] )
{
case PAGE_NICKPAGE:
$location = $lang['NICKPAGE'];
$location_url = "";
break;