7 lines
271 B
PHP
7 lines
271 B
PHP
<?php
|
|
if ($torrenttype = "T") {
|
|
echo "<li id=\"li2\" data-row=\"1\" data-col=\"2\" 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>";
|
|
}
|
|
?>
|
|
|