From 1dd6a02a15b3299b3542868d00717d8a2630f228 Mon Sep 17 00:00:00 2001 From: wrongecho Date: Wed, 6 Nov 2024 12:56:29 +0000 Subject: [PATCH] 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. --- footer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/footer.php b/footer.php index 51c54ce72..8ff3ae423 100644 --- a/footer.php +++ b/footer.php @@ -45,4 +45,4 @@ //$time_end = microtime(true); //$execution_time = ($time_end - $time_start); -//echo '

Total Execution Time: '.number_format((float) $execution_time, 10) .' seconds

'; \ No newline at end of file +//echo '

Total Execution Time: '.number_format((float) $execution_time, 10) .' seconds

';