Thread: News Template
View Single Post
  #6  
Old 04-01-2007, 02:05 PM
 
Paul H Paul H is offline
 

eXpert
  
Join Date: Sep 2005
Posts: 246
 

Default Re: News Template

I'm sure I posted on this thread ???

I can't find how to edit the : "todays news stuff either"

I think it's the "news message body" but I can't find it anywhere

{* $Id: today_news.tpl,v 1.10 2004/05/31 06:25:32 max Exp $ *}
{if $news_message eq ""}
{$lng.txt_no_news_available}
{else}
<B>{$news_message.send_date|date_format:$config.Ap pearance.date_format}</B><BR>
{$news_message.body}
<BR><BR>
{if $usertype eq "C"}
<A href="news.php" class="SmallNote">{$lng.lbl_previous_news}</A>
{/if}
{/if}
<HR size="1" noshade class="VertMenuHr">
__________________
Xcart Gold 4.1.11-Gone
= 4.7.11-Live
Reply With Quote