Explorar o código

Include version placeholder

DricomDragon %!s(int64=5) %!d(string=hai) anos
pai
achega
799a6dd896
Modificáronse 1 ficheiros con 7 adicións e 1 borrados
  1. 7 1
      web/include/footer.php

+ 7 - 1
web/include/footer.php

@@ -1,6 +1,12 @@
 <footer class="footer bg-dark mt-5">
     <div class="container">
-        <span class="text-muted">Pied de page - Mis en ligne le <?php include("generated/date.txt"); ?></span>
+        <span class="text-muted">
+            Version
+            <?php include ("generated/version.txt"); ?>
+            -
+            Mis en ligne le
+            <?php include("generated/date.txt"); ?>
+        </span>
     </div>
 </footer>