Use template includes
This commit is contained in:
parent
37c223638d
commit
fc73459731
9 changed files with 24 additions and 47 deletions
22
templates/inc/footer.tpl
Normal file
22
templates/inc/footer.tpl
Normal file
|
@ -0,0 +1,22 @@
|
|||
</div>
|
||||
<footer>
|
||||
<div class="footer_wrapper">
|
||||
Code by <a rel="author" target="blank"
|
||||
href="http://rudloff.pro/">Pierre Rudloff</a>
|
||||
· Design by
|
||||
<a rel="author" target="blank"
|
||||
href="http://olivierhaquette.fr">Olivier Haquette</a>
|
||||
·
|
||||
<a target="_blank"
|
||||
href="https://www.facebook.com/pages/AllTube-Download/571380966249415"
|
||||
title="AllTube Download on Facebook">Like us on Facebook</a>
|
||||
·
|
||||
<a href="https://github.com/Rudloff/alltube">Get the code</a>
|
||||
·
|
||||
Based on <a href="http://rg3.github.io/youtube-dl/">youtube-dl</a>
|
||||
·
|
||||
</div>
|
||||
</footer>
|
||||
<script src="{base_url|noscheme}/dist/main.js"></script>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue