View Single Post
  #5  
Old 31st August 2013, 17:20
DiemThuy's Avatar
DiemThuy DiemThuy is offline
Senior Member
 
Join Date: Apr 2009
Netherlands
Posts: 36
Default
blocks/lasttorrent_block.php

Code:
<td align="center" width="55%" class="header">&nbsp;<?php echo $language["TORRENT_FILE"]; ?>&nbsp;</td>
and

Code:
echo "\n\t<td width=\"55%\" class=\"lista\" style=\"padding-left:10px;\"><a class=\"lasttor\" href=\"index.php?page=torrent-details&amp;id=" . $data['hash'] . "\" title=\"" . $language["VIEW_DETAILS"]. ": " . $data["filename"] . "\"onmouseover=\" return overlib('<img src=torrentimg/" . $balon . " width=200 border=0>', CENTER);\" onmouseout=\"return nd();\">".$filename.$mult.$gold.$free.$vt.$sticky.$dl.$is_new. "</a>".($data["external"]=="no"?"":" (<span style=\"color:red\">EXT</span>)")."</td>";
now gues what to change ,..... hint width ..
Reply With Quote
The Following User Says Thank You to DiemThuy For This Useful Post:
sumonst21 (31st August 2013)