The Mymps program is the following code just add
{if $announce neq ''}
A similar code would show up on a blank site and it's okay elsewhere.
{if $announce neq '} site announcements more
{foreach from= $announce item=announce name=announcer}
- {$announce. title|truncate:26} {$announce. Pubdate|date_format: '%m-%d '}
{/foreach}
{/if} {if $faq neq '} Novice help more
{foreach from= $faq item=faq}
- {$faq. title|truncate: ' 30 '}
{/foreach}
{/if}
Reply content:
With the Mymps program is the following code just add {if $announce neq ''}
a similar code to display the blank site other places will be OK
{if $announce neq '} site announcements more
{foreach from= $announce item=announce name=announcer}
- {$announce. title|truncate:26} {$announce. Pubdate|date_format: '%m-%d '}
{/foreach}
{/if} {if $faq neq '} Novice help more
{foreach from= $faq item=faq}
- {$faq. title|truncate: ' 30 '}
{/foreach}
{/if}