Character
-
{if !empty($news)}
{foreach $news as $new}
- {$new.title} {/foreach} {/if}
-
{if !empty($notis)}
{foreach $notis as $noti}
- {$noti.title} {/foreach} {/if}
-
{if !empty($events)}
{foreach $events as $ev}
- {$ev.title} {/foreach} {/if}
{if ($list_new.category_id == 1)}
Tin tức
Trang chủ > Tin tức {elseif ($list_new.category_id == 2)}Sự kiện
Trang chủ > Sự kiện {/if}
{$list_new.content}
Tin liên quan
-
{if !empty($related_news)}
{foreach $related_news as $k => $new}
{if ($k < 6)}
- {$new.title}{$new.created_time|date_format:'%d.%m.%Y'} {/if} {/foreach} {/if}