diff --git a/app/inc/smarty.php b/app/inc/smarty.php index 72d8db1..83ad576 100644 --- a/app/inc/smarty.php +++ b/app/inc/smarty.php @@ -28,6 +28,7 @@ $smarty->caching = false; $serverName = isset($_SERVER['SERVER_NAME']) ? $_SERVER['SERVER_NAME'] : ''; $smarty->assign('APPLICATION_NAME', NOMAPPLICATION); +$smarty->assign('APPLICATION_VERSION', VERSION); $smarty->assign('SERVER_URL', Utils::get_server_name()); $smarty->assign('SCRIPT_NAME', $_SERVER['SCRIPT_NAME']); $smarty->assign('TITLE_IMAGE', IMAGE_TITRE); diff --git a/css/style.css b/css/style.css index 59d98f7..9551c28 100644 --- a/css/style.css +++ b/css/style.css @@ -24,6 +24,12 @@ body { background:#eee; } +.footer { + text-align: right; + margin-bottom: 1em; + margin-right: 1em; +} + .trait { /* hr */ background-color: #EEE; height: 5px; diff --git a/tpl/page.tpl b/tpl/page.tpl index 6036811..e361685 100644 --- a/tpl/page.tpl +++ b/tpl/page.tpl @@ -49,5 +49,6 @@ {if isset($tracking_code)} {$tracking_code} {/if} +