Made different Layouts more customizable

This commit is contained in:
Frank Schubert
2022-04-19 14:20:54 +02:00
parent 37e48fa18a
commit 2e1cdae9a3
85 changed files with 170 additions and 110 deletions
+3 -9
View File
@@ -6,16 +6,10 @@
<footer class="footer">
<div class="container-fluid">
<div class="row">
<div class="col-md-6">
andom-tec Fiberbuddy &copy; 2021 - Made by SKnetworX
</div>
<div class="col-md-6">
<div class="text-md-right footer-links d-none d-sm-block">
<a href="#">About Us</a>
<a href="#">Help</a>
<a href="#">Contact Us</a>
</div>
<div class="col-md-6 <?=(MFAPPNAME == "devthetool") ? "text-danger" : ""?>">
<span title="<?=MFAPPNAME?>">andom-tec Fiberbuddy &copy; <?=date('Y')?></span> - Made by SKnetworX
</div>
</div>
</div>
</footer>