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/*
|
/volumes/*
|
||||||
|
/foot.php
|
|
@ -52,8 +52,8 @@
|
||||||
<div id="loader"><div><img src="img/loader.png"></div></div>
|
<div id="loader"><div><img src="img/loader.png"></div></div>
|
||||||
<div id="theatre"></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>
|
<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'])){
|
<?php if(!empty($_GET['r'])){
|
||||||
echo '<script> getTitle = "'.$_GET['r'].'"; </script>';
|
echo ' <script> getTitle = "'.$_GET['r'].'"; </script>';
|
||||||
?>
|
?>
|
||||||
<script>
|
<script>
|
||||||
affichage = new crawler(getTitle);
|
affichage = new crawler(getTitle);
|
||||||
|
@ -61,6 +61,8 @@
|
||||||
affichage.displayMiniature(false, "forward");
|
affichage.displayMiniature(false, "forward");
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<?php } ?>
|
<?php }
|
||||||
|
if (file_exists('foot.php'))
|
||||||
|
{ include('foot.php'); } ?>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Chargement…
Référencer dans un nouveau ticket