added footer customization ability
Cette révision appartient à :
Parent
8026b1ace6
révision
1d47deafa8
2 fichiers modifiés avec 3 ajouts et 1 suppressions
1
.gitignore
externe
1
.gitignore
externe
|
@ -1,5 +1,6 @@
|
|||
/include/connexionBdd.php
|
||||
/include/connexionTwitter.php
|
||||
/include/visits.php
|
||||
/admin/.htpasswd
|
||||
/sitemap.xml
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Référencer dans un nouveau ticket