added footer customization ability
Cette révision appartient à :
Parent
84dfe49076
révision
3a9a0f64cb
2 fichiers modifiés avec 6 ajouts et 3 suppressions
1
.gitignore
externe
1
.gitignore
externe
|
@ -1 +1,2 @@
|
|||
/volumes/*
|
||||
/foot.php
|
|
@ -52,8 +52,8 @@
|
|||
<div id="loader"><div><img src="img/loader.png"></div></div>
|
||||
<div id="theatre"></div>
|
||||
<div id="credit"><a href="https://github.com/Anesis-HHH/LeLA">LeLA, la LEL HHH</a> - Développé par Lukia,Westixy et Albirew</div>
|
||||
<?php if(!empty($_GET['r'])){
|
||||
echo '<script> getTitle = "'.$_GET['r'].'"; </script>';
|
||||
<?php if(!empty($_GET['r'])){
|
||||
echo ' <script> getTitle = "'.$_GET['r'].'"; </script>';
|
||||
?>
|
||||
<script>
|
||||
affichage = new crawler(getTitle);
|
||||
|
@ -61,6 +61,8 @@
|
|||
affichage.displayMiniature(false, "forward");
|
||||
});
|
||||
</script>
|
||||
<?php } ?>
|
||||
<?php }
|
||||
if (file_exists('foot.php'))
|
||||
{ include('foot.php'); } ?>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Chargement…
Référencer dans un nouveau ticket