diff --git a/tpl/page.tpl b/tpl/page.tpl index e361685..5ee0d77 100644 --- a/tpl/page.tpl +++ b/tpl/page.tpl @@ -49,6 +49,6 @@ {if isset($tracking_code)} {$tracking_code} {/if} -{__('Version', 'Version : ')}{$APPLICATION_VERSION|html} +{__f('Version', 'Version: %s', $APPLICATION_VERSION)}