added footer customization ability

This commit is contained in:
Albirew 2022-05-28 18:24:13 +02:00
parent 8026b1ace6
commit 1d47deafa8
2 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View file

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

View file

@ -1,7 +1,7 @@
<?php
include 'aside.php';
?>
</div><!-- End content -->
</div><!-- End content -->
<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>
<p>
@ -22,5 +22,6 @@ include 'aside.php';
</p>
</footer>
</div><!-- end main-->
<?php if (file_exists('visits.php')) { include('visits.php'); } ?>
</body>
</html>