This commit is contained in:
Karl Hudgell 2015-12-12 10:54:01 +00:00
parent cc0ccb6024
commit 8ffa5a5fb1
4 changed files with 11 additions and 2 deletions

BIN
Pic/kodi.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 255 KiB

9
links/kodi.php Normal file
View File

@ -0,0 +1,9 @@
<?php include 'config.php';?>
<?php
if (empty($kodipicname)) {
echo "<a href=\"/movielib/\" target=\"_blank\"><img src=\"$myurl/Pic/kodi.png\" style=\"width: 130px; height: 130px;\"/></a>";
}
else {
echo "<a href=\"/movielib/\" target=\"_blank\"><img src=\"$myurl/Pic/$kodipicname\" style=\"width: 130px; height: 130px;\"/></a>";
}
?>

View File

@ -72,8 +72,8 @@ if ($couchvisible > "0") {
} }
?> ?>
<?php <?php
if ($ftpvisible > "0") { if ($kodivisible > "0") {
require "links/ftp.php"; require "links/kodi.php";
} }
?> ?>

Binary file not shown.