[SOLVED] :display content block if contains data
Posted: Wed Dec 09, 2009 9:32 am
Hello,
say I make a template that has 9 different content blocks and I only want a block to show if content is present, is it possible?
would the code be something like this?
{if $ Huh}
{content block="Second Content Block"}
{/if}
just a very beginner here, thanks in advance
say I make a template that has 9 different content blocks and I only want a block to show if content is present, is it possible?
would the code be something like this?
{if $ Huh}
{content block="Second Content Block"}
{/if}
just a very beginner here, thanks in advance