alltube/templates/footer.tpl

23 lines
810 B
Smarty
Raw Normal View History

2015-04-11 20:08:24 +00:00
</div>
2014-03-13 19:07:56 +00:00
<footer>
<div class="footer_wrapper">
2015-03-19 23:09:48 +00:00
Code by <a rel="author" target="blank" itemprop="author"
href="http://rudloff.pro/">Pierre Rudloff</a>
2014-03-13 19:07:56 +00:00
&middot; Design by
2015-03-19 23:09:48 +00:00
<a rel="author" itemprop="author" target="blank"
href="http://olivierhaquette.fr">Olivier Haquette</a>
2014-03-13 19:07:56 +00:00
&middot;
2015-03-19 23:09:48 +00:00
<a target="_blank"
href="https://www.facebook.com/pages/AllTube-Download/571380966249415"
title="AllTube Download on Facebook">Like us on Facebook</a>
2014-03-13 19:07:56 +00:00
&middot;
2014-03-27 15:05:52 +00:00
<a href="https://github.com/Rudloff/alltube">Get the code</a>
&middot;
2014-03-13 19:07:56 +00:00
Based on <a href="http://rg3.github.io/youtube-dl/">youtube-dl</a>
2015-03-19 23:09:48 +00:00
&middot;
2015-04-11 20:08:24 +00:00
<a href="javascript:window.location='{$base_url}/api.php?url='+location.href;">Bookmarklet</a>
2014-03-13 19:07:56 +00:00
</div>
2014-11-25 14:45:42 +00:00
</footer>
2015-04-11 20:08:24 +00:00
</body>
</html>