KLanding/links/transmission.php

7 lines
271 B
PHP
Raw Normal View History

2015-07-08 10:58:32 +01:00
<?php
if ($torrenttype = "T") {
2016-01-29 11:20:36 +00:00
echo "<li id=\"li2\" data-row=\"1\" data-col=\"3\" data-sizex=\"1\" data-sizey=\"1\"><a href=\"$myurl:$torrentport\" target=\"_blank\"><img src=\"$myurl/Pic/Transmission.png\" style=\"width: 130px; height: 130px;\"/></a></li>";
2015-07-08 10:58:32 +01:00
}
2016-01-28 08:24:06 +00:00
?>