{include file="$template_path/html/header.html"} {include file="$template_path/html/user-header-self.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/user-footer.html"}