aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorthe_systech <the_systech@users.sourceforge.net>2002-02-15 15:45:07 +0000
committerthe_systech <the_systech@users.sourceforge.net>2002-02-15 15:45:07 +0000
commit8ddec01fa3dbbcd0551d87aaf260e3df0dda87d0 (patch)
tree2663924a8c15b4e3363183f71521c43e5413e75c /phpBB
parent9c96d256c16b99d3ccdc6bb6da7b409eb77587df (diff)
downloadforums-8ddec01fa3dbbcd0551d87aaf260e3df0dda87d0.tar
forums-8ddec01fa3dbbcd0551d87aaf260e3df0dda87d0.tar.gz
forums-8ddec01fa3dbbcd0551d87aaf260e3df0dda87d0.tar.bz2
forums-8ddec01fa3dbbcd0551d87aaf260e3df0dda87d0.tar.xz
forums-8ddec01fa3dbbcd0551d87aaf260e3df0dda87d0.zip
Rolling back changes for site_name_explain lang variable
git-svn-id: file:///svn/phpbb/trunk@2159 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/admin/admin_board.php1
-rw-r--r--phpBB/templates/Euclid/admin/admin_config_body.tpl2
-rw-r--r--phpBB/templates/subSilver/admin/board_config_body.tpl2
3 files changed, 2 insertions, 3 deletions
diff --git a/phpBB/admin/admin_board.php b/phpBB/admin/admin_board.php
index b85256770a..829fe5ef55 100644
--- a/phpBB/admin/admin_board.php
+++ b/phpBB/admin/admin_board.php
@@ -143,7 +143,6 @@ $template->assign_vars(array(
"L_SCRIPT_PATH" => $lang['Script_path'],
"L_SCRIPT_PATH_EXPLAIN" => $lang['Script_path_explain'],
"L_SITE_NAME" => $lang['Site_name'],
- "L_SITE_NAME_EXPLAIN" => $lang['Site_name_explain'],
"L_SITE_DESCRIPTION" => $lang['Site_desc'],
"L_DISABLE_BOARD" => $lang['Board_disable'],
"L_DISABLE_BOARD_EXPLAIN" => $lang['Board_disable_explain'],
diff --git a/phpBB/templates/Euclid/admin/admin_config_body.tpl b/phpBB/templates/Euclid/admin/admin_config_body.tpl
index c91f7a9240..a0978180b3 100644
--- a/phpBB/templates/Euclid/admin/admin_config_body.tpl
+++ b/phpBB/templates/Euclid/admin/admin_config_body.tpl
@@ -9,7 +9,7 @@
<td class="cat" colspan="2"><span class="cattitle">{L_GENERAL_SETTINGS}</span></td>
</tr>
<tr>
- <td class="row1"><span class="gen">{L_SITE_NAME}:</span><br /><span class="gensmall">{L_SITE_NAME_EXPLAIN}</span></td>
+ <td class="row1"><span class="gen">{L_SITE_NAME}:</span></td>
<td class="row2"><input type="text" size="25" maxlength="100" name="sitename" value="{SITENAME}"></td>
</tr>
<tr>
diff --git a/phpBB/templates/subSilver/admin/board_config_body.tpl b/phpBB/templates/subSilver/admin/board_config_body.tpl
index 3bc3d0df6f..273c3708c4 100644
--- a/phpBB/templates/subSilver/admin/board_config_body.tpl
+++ b/phpBB/templates/subSilver/admin/board_config_body.tpl
@@ -8,7 +8,7 @@
<th class="thHead" colspan="2">{L_GENERAL_SETTINGS}</th>
</tr>
<tr>
- <td class="row1">{L_SERVER_NAME}<br /><span class="gensmall">{L_SERVER_NAME_EXPLAIN}</span></td>
+ <td class="row1">{L_SERVER_NAME}</td>
<td class="row2"><input type="text" maxlength="255" size="40" name="server_name" value="{SERVER_NAME}" /></td>
</tr>
<tr>