{* $Id: today_news.tpl,v 1.13 2006/03/28 08:21:07 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}