Re: error using comments and news module
Posted: Fri Jul 17, 2009 11:58 pm
If I remember right the fix is to take out
thou that may be to fax another part but.. try that... Hope that helps
Cheers
Jeremy
Code: Select all
{if isset($smarty.session.Comments.error)}
{* display an error message from the comments module *}
<div style="text-size: 1.5em; color: red;">{$smarty.session.Comments.error}</div>
{elseif isset($smarty.session.Comments.message)}
{* display an optional message from the comments module *}
<p style="text-size: 1.5em; color: green;">{$smarty.session.Comments.message)}</p>
{/if}
Cheers
Jeremy