View Single Post
  #2  
Old 03-05-2007, 10:08 AM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default Re: News list Subscribe function

edit news.tpl and comment out this bit:

<form action="news.php" name="subscribeform" method="post">
<input type="hidden" name="subscribe_lng" value="{$store_language}" />

<table>
<tr>
<td>
{$lng.lbl_your_email}
<br />
<input type="text" name="newsemail" size="16" />
<br />
{include file="buttons/subscribe_menu.tpl"}
</td>
</tr>
</table>
</form>
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote