Thread: download link
View Single Post
  #2  
Old 27th December 2008, 15:24
djlee's Avatar
djlee djlee is offline
Senior Member
 
Join Date: Mar 2008
Posts: 183
Default
[quote name='pdq']
after
Code:
<td class="colhead" align=left>Name</td>
add (or uncomment)
Code:
<td class="colhead" align="center">DL</td>
after
Code:
print("\"><b>$dispname</b></a>\n");
add
Code:
echo (($variant == 'index') ? '<td align=right><a href=\'download.php/'.$id.'/' . rawurlencode($row['filename']) . '\'><img src=\''.$pic_base_url.'download.gif\' border=\'0\' alt=\'Download Torrent\' /></a></td>' : '');
=]
[/quote]

:)
Reply With Quote