aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_main.html
diff options
context:
space:
mode:
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>