Quote:
Originally Posted by imported_Alpine
Can someone please post up the original sr_classifieds_newadbit code, As per the instructions above I over wrote it and the disk I saved it on is corrupt.
|
here you go
Code:
<tr>
<td class="alt1" align="center">
<a href="sr_classifieds.php?do=ad&id=$newad[classifiedid]">
<img src="$vboptions[bburl]/sr_classifieds/uploaded/thumbnails/$newad[image]">
</a>
<div><b><a href="sr_classifieds.php?do=ad&id=$newad[classifiedid]">$newad[title]</b></a></div>
<div class="smallfont">by $newad[username]</div>
</td>
</tr>