diff options
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>  | 
