{include file="$template_path/html/user-top.html"}
{$errorMessage}

公开书签集

创建书签集
{if $collections.true}
{foreach from=$collections.true item=c name=foo} {/foreach}
{else}
还没有公开的书签集
{/if}

私人书签集

创建私人书签集
{if $collections.false}
{foreach from=$collections.false item=c name=foo} {/foreach}
{else}
还没有私人书签集
{/if}
{include file="$template_path/html/footer.html"}