{* $Id: today_news.tpl,v 1.1.2.27 2007/09/03 09:30:58 max Exp $ *}
{if $news_message eq ""}
{$lng.txt_no_news_available}
{else}
{$news_message.send_date|date_format:$config.Appearance.date_format}
{$news_message.body}
{if $usertype eq "C"}
{$lng.lbl_previous_news}
{/if}
{/if}