aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/admin/admin_styles.php
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2003-01-27 18:16:22 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2003-01-27 18:16:22 +0000
commit0c26de16eb7ddadb2014596ad6fe98caf22302b9 (patch)
tree5b514949de89bcc2850227bfdc561de161435853 /phpBB/admin/admin_styles.php
parent47cc239b1dd653be5373e8250ae3f5eeb70464e8 (diff)
downloadforums-0c26de16eb7ddadb2014596ad6fe98caf22302b9.tar
forums-0c26de16eb7ddadb2014596ad6fe98caf22302b9.tar.gz
forums-0c26de16eb7ddadb2014596ad6fe98caf22302b9.tar.bz2
forums-0c26de16eb7ddadb2014596ad6fe98caf22302b9.tar.xz
forums-0c26de16eb7ddadb2014596ad6fe98caf22302b9.zip
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
Diffstat (limited to 'phpBB/admin/admin_styles.php')
-rw-r--r--phpBB/admin/admin_styles.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/phpBB/admin/admin_styles.php b/phpBB/admin/admin_styles.php
index 102c7f199b..f2d1b052a3 100644
--- a/phpBB/admin/admin_styles.php
+++ b/phpBB/admin/admin_styles.php
@@ -8,10 +8,10 @@ if ( !empty($setmodules) )
}
$filename = basename(__FILE__);
- $module['Styles']['Edit_Style'] = $filename . "$SID&amp;mode=newstyle";
- $module['Styles']['Edit_Template'] = $filename . "$SID&amp;mode=edittemplate";
- $module['Styles']['Edit_Theme'] = $filename . "$SID&amp;mode=edittheme";
- $module['Styles']['Edit_Imageset'] = $filename . "$SID&amp;mode=editimageset";
+ $module['STYLE']['EDIT_STYLE'] = $filename . "$SID&amp;mode=newstyle";
+ $module['STYLE']['EDIT_TEMPLATE'] = $filename . "$SID&amp;mode=edittemplate";
+ $module['STYLE']['EDIT_THEME'] = $filename . "$SID&amp;mode=edittheme";
+ $module['STYLE']['EDIT_IMAGESET'] = $filename . "$SID&amp;mode=editimageset";
return;
}