Ver Fonte

Include date placeholder

DricomDragon há 5 anos atrás
pai
commit
e5eb8912fd
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      web/include/footer.php

+ 1 - 1
web/include/footer.php

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