{include file="$template_path/html/header.html"}
{include file="$template_path/html/pagenav.html"}
{include file="$template_path/html/mobile-nav.html"}

公开书签集

{if $collections}
{foreach from=$collections item=c}
{if $c.photo != ''} {$c.name|escape} {else} {$c.name|escape} {/if}
{$c.votes}评分
{/foreach}
{$paging} {else}

{$lang.no_collections}

{/if}
书签集 是什么? 我要创建
{$collection.name|escape}
{include file="$template_path/html/footer.html"}