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








