Merge branch '517-footer-metaconsola-vs-footer-consola-open' into 'develop'

Print metaconsole footer in buttom and change marks order - open - #517

See merge request !244
This commit is contained in:
Enrique Camargo 2017-03-13 17:46:42 +01:00
commit 294477a982
1 changed files with 2 additions and 1 deletions

View File

@ -36,7 +36,8 @@ echo sprintf(__('Pandora FMS %s - Build %s - MR %s', $pandora_version, $build_ve
echo '</a><br />';
echo '<a class="white footer">'. __('Page generated at') . ' '. date('F j, Y h:i a'); //Always use timestamp here
echo '</a>';
echo '</a><br /><span style="color:#eff">'.__("&reg; Ártica ST").'</span>';
if (isset ($config['debug'])) {
$cache_info = array();
$cache_info = db_get_cached_queries();