diff options
author | Marc Alexander <admin@m-a-styles.de> | 2017-03-19 00:01:30 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2017-03-19 00:01:30 +0100 |
commit | 0f95e607ff91277a50bd5ff04d8a60a553dd918e (patch) | |
tree | f2a10620d2758e5d0aaf799811a1204fa58d0649 /phpBB/adm | |
parent | 9267235f30b3275b4b00f49f99c6ae259ce26a3f (diff) | |
parent | d10a5b67a1d508b2c48924678650b8d03c8f129d (diff) | |
download | forums-0f95e607ff91277a50bd5ff04d8a60a553dd918e.tar forums-0f95e607ff91277a50bd5ff04d8a60a553dd918e.tar.gz forums-0f95e607ff91277a50bd5ff04d8a60a553dd918e.tar.bz2 forums-0f95e607ff91277a50bd5ff04d8a60a553dd918e.tar.xz forums-0f95e607ff91277a50bd5ff04d8a60a553dd918e.zip |
Merge pull request #4743 from rubencm/ticket/14820
[ticket/14820] Add style version in ACP
Diffstat (limited to 'phpBB/adm')
-rw-r--r-- | phpBB/adm/style/acp_styles.html | 4 |
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> |