mirror of
https://github.com/phpbb/phpbb.git
synced 2025-10-22 20:26:25 +02:00
Category and module lang name changes + show ban information when selecting entries to unban
git-svn-id: file:///svn/phpbb/trunk@3367 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -8,10 +8,10 @@ if ( !empty($setmodules) )
|
||||
}
|
||||
|
||||
$filename = basename(__FILE__);
|
||||
$module['Styles']['Edit_Style'] = $filename . "$SID&mode=newstyle";
|
||||
$module['Styles']['Edit_Template'] = $filename . "$SID&mode=edittemplate";
|
||||
$module['Styles']['Edit_Theme'] = $filename . "$SID&mode=edittheme";
|
||||
$module['Styles']['Edit_Imageset'] = $filename . "$SID&mode=editimageset";
|
||||
$module['STYLE']['EDIT_STYLE'] = $filename . "$SID&mode=newstyle";
|
||||
$module['STYLE']['EDIT_TEMPLATE'] = $filename . "$SID&mode=edittemplate";
|
||||
$module['STYLE']['EDIT_THEME'] = $filename . "$SID&mode=edittheme";
|
||||
$module['STYLE']['EDIT_IMAGESET'] = $filename . "$SID&mode=editimageset";
|
||||
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user