$char = 70; //Max long...
print("<td class=\"row2\" align=\"left\"><a href=\"details.php?");
if ($variant == "mytorrents")
print("returnto=" . urlencode($_SERVER) . "&");
print("id=$id");
if ($variant == "index")
print("&hit=1");
$nuked = ($row=="yes" ? " <img src='pic/nuked.gif' title='Nuked' alt='Nuked'/>" : "");
$thisisfree = ($row=="yes" ? "<img src='pic/freedownload.gif' ALT='Freeleech' />" : "");
if (sql_timestamp_to_unix_timestamp($row) >= $last_browse)
/* Drogar 2008-08-24 Start */
if ($description == "")
print("\" title=\"" . $dispname . "\"><b>" . CutName($dispname, $char) . " </b></a>$nuked $thisisfree\n");
else
print("\" title=\"" . $description . "\"><b>" . CutName($dispname, $char) . " </b></a>$nuked $thisisfree\n");
else
if ($description == "")
print("\" title=\"" . $dispname ."\"><b>" . CutName($dispname, $char) . "</b></a>$nuked $thisisfree\n");
else
print("\" title=\"" . $description ."\"><b>" . CutName($dispname, $char) . "</b></a>$nuked $thisisfree\n");
/* Drogar 2008-08-24 End */
/* if ($row && get_user_class() >= UC_POWER_USER)
print("<a href=viewnfo.php?id=$row><img src=pic/viewnfo.gif border=0 alt='View NFO'></a>\n");
if ($variant == "index")
print("<a href=\"download.php/$id/" . rawurlencode($row) . "\"><img src=pic/download.gif border=0 alt=Download></a>\n");
else*/if ($variant == "mytorrents")
print("<td align=\"center\"><a href=\"edit.php?returnto=" . urlencode($_SERVER) . "&id=" . $row . "\">" .EDIT. "</a>\n");
print("</td>\n");
if ($variant == "mytorrents") {
print("<td align=\"right\">");
if ($row == "no")
print("<b>" .NO. "</b>");
else
print("" .YES. "");
print("</td>\n");
}