mirror of https://github.com/itflow-org/itflow
Add banner to admin footer
To contain the app version, once we move to doing dev/master branches with releases. Also adding the standard links to the forum, docs and sponsor services page.
This commit is contained in:
parent
1a66ad9070
commit
1dd6a02a15
|
|
@ -45,4 +45,4 @@ if (str_contains(basename($_SERVER["PHP_SELF"]), "admin_")) { ?>
|
|||
|
||||
//$time_end = microtime(true);
|
||||
//$execution_time = ($time_end - $time_start);
|
||||
//echo '<h2>Total Execution Time: '.number_format((float) $execution_time, 10) .' seconds</h2>';
|
||||
//echo '<h2>Total Execution Time: '.number_format((float) $execution_time, 10) .' seconds</h2>';
|
||||
|
|
|
|||
Loading…
Reference in New Issue