This commit is contained in:
Pierre Rudloff 2015-04-11 22:08:24 +02:00
parent eeb506bdf7
commit 0b4e75547a
25 changed files with 276 additions and 331 deletions

View file

@ -12,39 +12,11 @@
* @license GNU General Public License http://www.gnu.org/licenses/gpl.html
* @link http://rudloff.pro
* */
require_once 'config.php';
require_once 'common.php';
if (!DISABLED) {
header('Location: index.php'); exit;
}
require 'head.php';
?>
<body>
<?php
require 'header.php';
?>
<div class="wrapper">
<div class="main">
<h1><img itemprop="image" class="logo" src="img/logo.png"
alt="AllTube Download" width="328" height="284"></h1>
<div>
Due to various technical reasons,
we can no longer host an online version of AllTube.<br/>
However, you are free to
<a title="AllTube releases on GitHub"
href="https://github.com/Rudloff/alltube/releases">
download the code</a>
and run it on your own server.
</div>
</div>
</div>
<?php
require 'footer.php';
?>
</body>
</html>
$smarty->display('head.tpl');
$smarty->display('header.tpl');
$smarty->display('disabled.tpl');
$smarty->display('footer.tpl');