Skip to content
Snippets Groups Projects
Unverified Commit 2624f2da authored by Mindiell's avatar Mindiell Committed by Liquidsoul
Browse files

#338: Affichage de la version

parent b272a5a7
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
......@@ -24,6 +24,12 @@ body {
background:#eee;
}
.footer {
text-align: right;
margin-bottom: 1em;
margin-right: 1em;
}
.trait { /* hr */
background-color: #EEE;
height: 5px;
......
......@@ -49,5 +49,6 @@
{if isset($tracking_code)}
{$tracking_code}
{/if}
<section class="footer">{__('Version', 'Version : ')}{$APPLICATION_VERSION|html}</section>
</body>
</html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment