View Single Post
Old February 12th, 2006, 05:05 PM   #6 (permalink)
clasione
Member
Verified Customer
 
Join Date: Jan 2006
Posts: 91
Quote:
Originally Posted by clasione
So if I just pull this out of the template, it shouldn't effect anything else?

<tr>
<td class="{$Style['tddetails']}">{$Globals['pp_lang']['buynotice']}:</span></td>
<td class="{$Style['tddetails']}"><select name="buyit">
<option selected="selected" value="no">{$Globals['pp_lang']['no']}</option>
<option value="yes">{$Globals['pp_lang']['yes']}</option>
</select></td>
</tr>
Can I pull out the above code without it effecting anything else.... This way users placing ads do not see this option?
clasione is offline   Reply With Quote