New "team" block

This commit is contained in:
Ice
2008-08-13 00:34:14 +00:00
parent 771fb8c9c2
commit bf45933a22
10 changed files with 78 additions and 61 deletions

View File

@@ -183,7 +183,11 @@ if ($portal_config['portal_link_us'])
include($phpbb_root_path . 'portal/block/link_us.'.$phpEx);
}
if ($portal_config['portal_leaders'])
if ($portal_config['portal_leaders'] && $portal_config['portal_leaders_ext'])
{
include($phpbb_root_path . 'portal/block/leaders_ext.'.$phpEx);
}
elseif ($portal_config['portal_leaders'])
{
include($phpbb_root_path . 'portal/block/leaders.'.$phpEx);
}