#338: Affichage de la version
This commit is contained in:
parent
b272a5a7a1
commit
2624f2da10
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user