alltube/footer.php

34 lines
1.1 KiB
PHP
Raw Normal View History

2015-03-19 23:09:48 +00:00
<?php
/**
* Footer
*
* PHP Version 5.3.10
*
* @category Youtube-dl
* @package Youtubedl
* @author Pierre Rudloff <contact@rudloff.pro>
* @author Olivier Haquette <contact@olivierhaquette.fr>
* @license GNU General Public License http://www.gnu.org/licenses/gpl.html
* @link http://rudloff.pro
* */
?>
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-10 22:00:00 +00:00
<a href="javascript:window.location='<?php echo 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>