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

View File

@@ -7,15 +7,9 @@
<div class="container-fluid">
<div class="row">
<div class="col-md-6 <?=(MFAPPNAME == "devthetool") ? "text-danger" : ""?>">
<span title="<?=MFAPPNAME?>">the tool &copy; 2021</span> <a href="https://www.xinon.at">Xinon GmbH</a> - Made by fronk
</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>
<span title="<?=MFAPPNAME?>">the tool &copy; <?=date('Y')?></span> <a href="https://www.xinon.at">Xinon GmbH</a> - Made by fronk
</div>
</div>
</div>
</footer>