mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Merge branch '517-footer-metaconsola-vs-footer-consola-6-open' into 'pandora_6.0'
Print metaconsole footer in buttom and change marks order - 6 - open - #517 See merge request !274
This commit is contained in:
commit
b1881c9df4
@ -30,7 +30,7 @@ echo '<a class="white_bold footer" target="_blank" href="' . $config["homeurl"]
|
||||
echo sprintf(__('Pandora FMS %s - Build %s', $pandora_version, $build_version));
|
||||
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">'.__("® Ártica ST").'</span>';
|
||||
if (isset ($config['debug'])) {
|
||||
$cache_info = array();
|
||||
$cache_info = db_get_cached_queries();
|
||||
|
Loading…
x
Reference in New Issue
Block a user