{include file="header.html"}
相册
{if $mod==xc}
我的相册  |  最新上传
{section name=loop loop=$list}
{$list[loop].name}
{$list[loop].time}
{$list[loop].count}
{/section}
{elseif $mod==xp}
我的相册  |  最新上传
{section name=loop loop=$xc}
{$xc[loop].title}
{$xc[loop].time}
{/section}
{$page}
{elseif $mod==ll}
{section name=loop loop=$xp}
{$xp[loop].title}
发布于:{$xp[loop].time}
{/section} {else} 没有调用到可用的模块 {/if}
{include file="foot.html"}