Added Extended Leaders Block

This commit is contained in:
Marc Alexander
2010-09-01 15:10:09 +00:00
parent 5f8c3be754
commit acd324d80f
3 changed files with 232 additions and 129 deletions

View File

@@ -35,6 +35,12 @@ $lang = array_merge($lang, array(
'NO_MODERATORS_P' => 'No Moderators',
'NO_GROUPS_P' => 'No Groups',
'ACP_PORTAL_LEADERS' => 'The Team',
// ACP
'ACP_PORTAL_LEADERS' => 'Team Settings',
'ACP_PORTAL_LEADERS_EXP' => 'This is where you customize the team block',
'PORTAL_LEADERS_EXT' => 'Extended Leaders / Team',
'PORTAL_LEADERS_EXT_EXP' => 'The standard block lists all admins/mods, while the extended block includes all non-hidden groups with a legend.',
));
?>