added footer customization ability

Cette révision appartient à :
Albirew 2022-05-28 18:24:13 +02:00
Parent 8026b1ace6
révision 1d47deafa8
2 fichiers modifiés avec 3 ajouts et 1 suppressions

1
.gitignore externe
Voir le fichier

@ -1,5 +1,6 @@
/include/connexionBdd.php /include/connexionBdd.php
/include/connexionTwitter.php /include/connexionTwitter.php
/include/visits.php
/admin/.htpasswd /admin/.htpasswd
/sitemap.xml /sitemap.xml

Voir le fichier

@ -1,7 +1,7 @@
<?php <?php
include 'aside.php'; include 'aside.php';
?> ?>
</div><!-- End content --> </div><!-- End content -->
<footer> <footer>
<div>Hardcore Hentai Headquarter - © 2004 - 2015</div> <a href="http://www.w3.org/html/logo/" target="_blank"><img src="design/img/html5.png" alt="html5logo"></a> <div>Hardcore Hentai Headquarter - © 2004 - 2015</div> <a href="http://www.w3.org/html/logo/" target="_blank"><img src="design/img/html5.png" alt="html5logo"></a>
<p> <p>
@ -22,5 +22,6 @@ include 'aside.php';
</p> </p>
</footer> </footer>
</div><!-- end main--> </div><!-- end main-->
<?php if (file_exists('visits.php')) { include('visits.php'); } ?>
</body> </body>
</html> </html>