aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_styles.html
diff options
context:
space:
mode:
authorRubén Calvo <rubencm@gmail.com>2017-03-16 00:00:50 +0100
committerRubén Calvo <rubencm@gmail.com>2017-03-16 00:00:50 +0100
commitd10a5b67a1d508b2c48924678650b8d03c8f129d (patch)
tree19fa8fd1a7e429a258e5d522219c6e75bf60b5b1 /phpBB/adm/style/acp_styles.html
parent1470985ff20197589cbbab96180d80b0148d20d5 (diff)
downloadforums-d10a5b67a1d508b2c48924678650b8d03c8f129d.tar
forums-d10a5b67a1d508b2c48924678650b8d03c8f129d.tar.gz
forums-d10a5b67a1d508b2c48924678650b8d03c8f129d.tar.bz2
forums-d10a5b67a1d508b2c48924678650b8d03c8f129d.tar.xz
forums-d10a5b67a1d508b2c48924678650b8d03c8f129d.zip
[ticket/14820] Add style version in ACP
PHPBB3-14820
Diffstat (limited to 'phpBB/adm/style/acp_styles.html')
-rw-r--r--phpBB/adm/style/acp_styles.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/adm/style/acp_styles.html b/phpBB/adm/style/acp_styles.html
index a36d15fe73..43c2f96a65 100644
--- a/phpBB/adm/style/acp_styles.html
+++ b/phpBB/adm/style/acp_styles.html
@@ -52,6 +52,10 @@
<dd><strong>{STYLE_PATH}</strong></dd>
</dl>
<dl>
+ <dt><label>{L_STYLE_VERSION}{L_COLON}</label></dt>
+ <dd><strong>{STYLE_VERSION}</strong></dd>
+ </dl>
+ <dl>
<dt><label for="name">{L_COPYRIGHT}{L_COLON}</label></dt>
<dd><strong>{STYLE_COPYRIGHT}</strong></dd>
</dl>