[SOLVED] Can i display a message if no news
[SOLVED] Can i display a message if no news
Is it possible to get the News Modules to display a message if there is current no news to display?
Last edited by webform on Fri Sep 07, 2007 9:23 am, edited 1 time in total.
Re: Can i display a message if no news
OK! I solved it myself by guessing 
I've just inserted this in the summary template:
I've just inserted this in the summary template:
Code: Select all
{if $itemcount < 1}
<p><strong>No news at this time.</strong></p>
<p>Please come back later.</p>
{/if}

