Character
-
{if !empty($list_news)} {foreach $list_news as $k => $new}
- {$new.title} {/foreach} {/if}
-
{if !empty($list_news)}
{foreach $list_news as $k => $new}
- {$new.title}{$new.created_time|date_format:'%d.%m.%Y'} {/foreach} {/if}
-
{if isset($offset)}
{for $foo=1 to $offset}
- {$foo} {/for} {/if}