View Single Post
  #15  
Old 5th August 2013, 14:09
wMan wMan is offline
Banned
 
Join Date: Feb 2008
P2P
Posts: 1,433
Default TO REMOVE THIS 2 ICONS
would like to remove the 2 icons from the bittorrent and browse looked in the bittorrent do not too seem to see it


i see this but that is else were in the code under mytorrents
Code:
        if ($row["nfoav"] && get_user_class() >= UC_POWER_USER)
          print("&nbsp;&nbsp;<a href=viewnfo.php?id=$row[id]><img src='pic/viewnfo.gif' border='0' alt='View NFO' /></a>\n");
        if ($variant == "index")
            print("<a href=\"download.php/$id/" . rawurlencode($row["filename"]) . "\"><img src='pic/download.gif' border='0' alt='Download' /></a>\n");
        elseif ($variant == "mytorrents")
            print("<td align=\"center\"><a href=\"edit.php?returnto=" . urlencode($_SERVER["REQUEST_URI"]) . "&amp;id=" . $row["id"] . "\">edit</a>\n");
print("</td>\n");
Attached Images
 

Last edited by wMan; 5th August 2013 at 14:51.
Reply With Quote