Made different Layouts more customizable
This commit is contained in:
@@ -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 © 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 © <?=date('Y')?></span> <a href="https://www.xinon.at">Xinon GmbH</a> - Made by fronk
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
Reference in New Issue
Block a user