{tpl "head",'content'} {yy:find catid="42"}
My Order
{/yy}
Home
{loop name="breadcumb"} {if $i+1!=count($breadcumb)}
{$v.title}
{else}
{$v.title}
{/if} {/loop}
{tpl "left","member"}
Notice
{if !empty($list)}
Title
Time
{loop name="list" item="vo"}
{$vo.title}
{php echo udate($vo['addtime']);}
{/loop}
{$page}
{else}
Prompt messageļ¼
There is no notice at this time.
{/if}
{tpl 'foot','content'}