more version hinting

This commit is contained in:
Frank Schubert
2022-03-31 19:15:11 +02:00
parent c660690a28
commit 84f7b3306d
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
<footer class="footer">
<div class="container-fluid">
<div class="row">
<div class="col-md-6">
<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">

View File

@@ -1,6 +1,6 @@
<div class="topbar-menu">
<div class="container-fluid">
<div id="navigation">
<div id="navigation" class="<?=(MFAPPNAME == "devthetool") ? "bg-secondary" : ""?>">
<!-- Navigation Menu-->
<ul class="navigation-menu">