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:
+13
-9
@@ -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/ · <a target="_blank" href="https://docs.itflow.org">Docs</a> · <a target="_blank" href="https://forum.itflow.org">Forum</a> · <a target="_blank" href="https://services.itflow.org">Services</a></p>
|
||||||
|
<br>
|
||||||
|
<?php } ?>
|
||||||
|
|
||||||
</div><!-- /.container-fluid -->
|
</div><!-- /.container-fluid -->
|
||||||
</div>
|
</div> <!-- /.content -->
|
||||||
<!-- /.content -->
|
</div> <!-- /.content-wrapper -->
|
||||||
</div>
|
</div> <!-- ./wrapper -->
|
||||||
<!-- /.content-wrapper -->
|
|
||||||
</div>
|
|
||||||
<!-- ./wrapper -->
|
|
||||||
|
|
||||||
<!-- REQUIRED SCRIPTS -->
|
<!-- REQUIRED SCRIPTS -->
|
||||||
|
|
||||||
@@ -41,4 +45,4 @@
|
|||||||
|
|
||||||
//$time_end = microtime(true);
|
//$time_end = microtime(true);
|
||||||
//$execution_time = ($time_end - $time_start);
|
//$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>';
|
||||||
Reference in New Issue
Block a user