Skip to content
Snippets Groups Projects
Commit cbaf21e6 authored by Giovannoni Laurent's avatar Giovannoni Laurent
Browse files

fix: put footer text in constant

parent dd98fed4
No related branches found
No related tags found
No related merge requests found
......@@ -1518,10 +1518,8 @@ class core_tools extends functions
*/
public function load_footer()
{
echo _MEP_VERSION . ', <b>database release : ' . $_SESSION['maarch_entreprise']['xml_versionbase'] . '</b>';
?>
Powered by Maarch&trade;. <?php $this->show_page_stat(); ?>
<?php
echo _MEP_VERSION . ', <b>database release : ' . $_SESSION['maarch_entreprise']['xml_versionbase'] . '</b> ';
echo ' ' . _POWERED_BY . ' ' . $this->show_page_stat();
}
/**
......
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