View Single Post
  #13  
Old 01-29-2004, 10:47 AM
 
albertr albertr is offline
 

Member
  
Join Date: Aug 2003
Posts: 11
 

Default

That's what I see also, and it's incorrect.

I've modified the news.tpl to have the following:

{* $Id: news.tpl,v 1.13 2003/02/25 08:58:45 olga Exp $ *}
{capture name=menu}
<FONT class=VertMenuItems>
<span style="font-size: 9px">
{include file="today_news.tpl"}
</span>

[img]{$ImagesDir}/spacer.gif[/img]

{$lng.txt_subscribe_monthly}

<center>
<form name="ccoptin" action="http://ccprod.roving.com/roving/d.jsp" target="_blank" method="post">
<table bgcolor="lightyellow" border="1" bordercolor="black" cellpadding="3" cellspacing="0">
<tr><td align="center"><font size=2 face="Verdana,Arial,Helvetica">Join the KEL-LAC Uniforms, Inc. mailing list </font></td></tr>
<tr><td align="center"><font size=2 face="Verdana,Arial,Helvetica">Email:
<input type=text name="ea" size=25>
<input type=hidden name="m" value="1011205012182">
<input type=hidden name="p" value="oi">
<input type=submit name="go" value="Go">
</font></td></tr>
</table></form></center>

</FONT>
{/capture}
{ include file="menu.tpl" dingbats="dingbats_news.gif" menu_title=$lng.lbl_news menu_content=$smarty.capture.menu }

The above is a custom subscription form. That's all I want to show there and now I can't even upload images via the admin.

Thanks.
Reply With Quote