KLanding/links/transmission.php

5 lines
185 B
PHP
Raw Normal View History

2015-07-08 10:58:32 +01:00
<?php
if ($torrenttype = "T") {
echo "<a href=\"$myurl:$torrentport\" target=\"_blank\"><img src=\"$myurl/Pic/Transmission.png\" style=\"width: 130px; height: 130px;\"/></a>";
}
?>