Verfasst: 15.12.2005 16:07
nope, das wars leider nicht ...
phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
Code: Alles auswählen
$template->pparse('body');
include($phpbb_root_path . 'includes/page_tail.'.$phpEx);
if ( $userdata['user_level'] == MOD || $userdata['user_level'] == ADMIN )
{
$template->assign_block_vars('switch_team', array());
if ( $userdata['user_level'] == ADMIN )
{
$template->assign_block_vars('switch_team.about', array());
}
}
?>Code: Alles auswählen
if ( $userdata['user_level'] == MOD || $userdata['user_level'] == ADMIN )
{
$template->assign_block_vars('switch_team', array());
if ( $userdata['user_level'] == ADMIN )
{
$template->assign_block_vars('switch_team.about', array());
}
}
$template->pparse('body');
include($phpbb_root_path . 'includes/page_tail.'.$phpEx);
?>