{?$cname?}
{?include file = "menu.html"?}
{?section name=i loop=$catedir?}
{?$catedir[i].cname?}
{?/section?}
{?section name=i loop=$rows?}
{?if $rows[i].isslide==1?}
{?$rows[i].title?}
{?section name=j loop=$rows[i]['album']?}
{?/section?}{?else?} {?if $rows[i].isthumb==1?}
{?/if?}
{?$rows[i].title?}
{?$rows[i].intro|cutstr:60?}...
{?$rows[i].addtime|date:'m-d'?}
{?/if?}
{?/section?}
点击查看更多
{?include file = "footer.html"?}