aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_main.html
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-07-24 16:16:39 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-07-24 16:16:39 +0000
commitf813c7ad0d391c078d014138eb4d60c2233f7c1f (patch)
tree0d7f0b0a241e366864dc6dbb5c30793562092ecf /phpBB/adm/style/acp_main.html
parenta1d05f29a4d60f191151b5f1bf959a53698f7b16 (diff)
downloadforums-f813c7ad0d391c078d014138eb4d60c2233f7c1f.tar
forums-f813c7ad0d391c078d014138eb4d60c2233f7c1f.tar.gz
forums-f813c7ad0d391c078d014138eb4d60c2233f7c1f.tar.bz2
forums-f813c7ad0d391c078d014138eb4d60c2233f7c1f.tar.xz
forums-f813c7ad0d391c078d014138eb4d60c2233f7c1f.zip
two fixes
git-svn-id: file:///svn/phpbb/trunk@7940 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style/acp_main.html')
-rw-r--r--phpBB/adm/style/acp_main.html11
1 files changed, 7 insertions, 4 deletions
diff --git a/phpBB/adm/style/acp_main.html b/phpBB/adm/style/acp_main.html
index 80c7f09d6e..bad15bef30 100644
--- a/phpBB/adm/style/acp_main.html
+++ b/phpBB/adm/style/acp_main.html
@@ -77,14 +77,17 @@
<td>{L_GZIP_COMPRESSION}: </td>
<td><strong>{GZIP_COMPRESSION}</strong></td>
</tr>
- <!-- IF S_TOTAL_ORPHAN -->
<tr>
- <td>&nbsp;</td>
- <td>&nbsp;</td>
+ <td>{L_BOARD_VERSION}: </td>
+ <td><strong>{BOARD_VERSION}</strong></td>
+ <!-- IF S_TOTAL_ORPHAN -->
<td>{L_NUMBER_ORPHAN}: </td>
<td><strong>{TOTAL_ORPHAN}</strong></td>
- </tr>
+ <!-- ELSE -->
+ <td>&nbsp;</td>
+ <td>&nbsp;</td>
<!-- ENDIF -->
+ </tr>
</tbody>
</table>