{strip}
{if '' != $params[0] } {if '' != $params[1] } {assign var = 'truncate_len' value=$row_format.truncate_len|default:'80'} {$params[1]|truncate:$truncate_len|htmlspecialchars} {else} {$row_format.empty_title|default:'Empty title'} {/if} {else} {$row_format.empty_title|default:'Empty title'} {/if}
{/strip}