aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>