Inter BEE 2010
{foreach item=cu from=$cu_list}
- {$cu.release_date|date_format:"%Y.%m.%d"} UP
- {$cu.title}
{get_magazine_list num=$settings.top_magazine_disp_num}
{if $news_list}
{foreach item=row from=$news_list name=newslist}
{/foreach}
{/if}
{if $row.image_filename}
{if $row.fromtable=="OM"}
{if $row.category_id=="01"} {elseif $row.category_id=="02"} {else} {/if} {elseif $row.fromtable=="ITV"} {/if}
{/if}
- {if $row.year && $row.month && $row.day}{$row.year}.{$row.month}.{$row.day} UP{/if} {if $row.fromtable=="ITV"} {/if}
- {if $row.fromtable=="OM"} {if $row.category_id=="01"} {$row.title} {elseif $row.category_id=="02"} {$row.title} {else} {$row.title} {/if} {else if $row.fromtable=="ITV"} {$row.title} {/if}