added footer customization ability

Cette révision appartient à :
Albirew 2022-05-28 18:14:50 +02:00
Parent 84dfe49076
révision 3a9a0f64cb
2 fichiers modifiés avec 6 ajouts et 3 suppressions

1
.gitignore externe
Voir le fichier

@ -1 +1,2 @@
/volumes/*
/foot.php

Voir le fichier

@ -61,6 +61,8 @@
affichage.displayMiniature(false, "forward");
});
</script>
<?php } ?>
<?php }
if (file_exists('foot.php'))
{ include('foot.php'); } ?>
</body>
</html>