KLanding/links/transmission.php
2015-07-08 10:58:32 +01:00

5 lines
185 B
PHP

<?php
if ($torrenttype = "T") {
echo "<a href=\"$myurl:$torrentport\" target=\"_blank\"><img src=\"$myurl/Pic/Transmission.png\" style=\"width: 130px; height: 130px;\"/></a>";
}
?>