5 lines
185 B
PHP
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>";
|
||
|
}
|
||
|
?>
|