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?