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:
wrongecho 2024-11-06 12:54:38 +00:00
parent 351bb484a7
commit 1a66ad9070
1 changed files with 13 additions and 9 deletions

View File

@ -1,13 +1,17 @@
<?php require_once "inc_confirm_modal.php";
?>
<?php
require_once "inc_confirm_modal.php";
?>
<?php
if (str_contains(basename($_SERVER["PHP_SELF"]), "admin_")) { ?>
<p class="text-right font-weight-light">ITFlow /versioning coming soon/ &nbsp; · &nbsp; <a target="_blank" href="https://docs.itflow.org">Docs</a> &nbsp; · &nbsp; <a target="_blank" href="https://forum.itflow.org">Forum</a> &nbsp; · &nbsp; <a target="_blank" href="https://services.itflow.org">Services</a></p>
<br>
<?php } ?>
</div><!-- /.container-fluid -->
</div>
<!-- /.content -->
</div>
<!-- /.content-wrapper -->
</div>
<!-- ./wrapper -->
</div> <!-- /.content -->
</div> <!-- /.content-wrapper -->
</div> <!-- ./wrapper -->
<!-- REQUIRED SCRIPTS -->
@ -41,4 +45,4 @@
//$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>';