You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

7 lines
267 B

{if $field.options_array[0] eq 1 or $field.options_array[0] eq 2}
{$field.value}
{elseif $field.options_array[1] ne '' and $list_mode eq 'y'}
{$field.value|truncate:$field.options_array[1]:"...":true|escape|nl2br}
{else}
{$field.value|escape|nl2br}
{/if}