{template block/header}

{lang all_albums}{lang new_albums}

{mp:album action="lists" order=ct_desc type=0 num=4 cache=300} {if $data} {loop $data $album}

{echo date('Y-m-d',$album['create_time'])}, {lang photos_num|`$album['photos_num']`}

{/loop} {else}
{lang no_records}
{/if} {/mp}

{lang new_photos}

{mp:photo action="lists" is_open=1 order=tu_desc num=8 cache=300} {if $data} {loop $data $ph}
media

{echo date('Y-m-d',$ph['create_time'])}

{/loop} {else}
{lang no_records}
{/if} {/mp}

{lang new_comment_for_albums}

{mp:comment action="lists" type=1 num=5 cache=300} {if $data} {loop $data $cmt}
{$cmt['content']}
{/loop} {else}
{lang no_records}
{/if} {/mp}

{lang new_comment_for_photos}

{mp:comment action="lists" type=2 num=5 cache=300} {if $data} {loop $data $cmt}
{$cmt['content']}
{/loop} {else}
{lang no_records}
{/if} {/mp}
{template block/footer}