mirror of
https://github.com/itflow-org/itflow
synced 2026-03-26 15:25:38 +00:00
Merge pull request #1100 from itflow-org/admin-footer-banner
Add banner to admin footer
This commit is contained in:
20
footer.php
20
footer.php
@@ -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 -->
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user