Code: Select all
{capture assign='hazcontent'}{description|count_characters}{/capture}
{if $hazcontent > 0}
{capture assign='hazdescription'}{description}{/capture}
{cms_module module="TruetypeText" style="slogan" text=$hazdescription}
{else}
{cms_module module="TruetypeText" style="slogan" text="default something"}
{/if}