1 {include file="modules/header.tpl"}
6 {foreach from=$get_bookmarks item=bookmark_category}
8 {if $bookmark_category.node_name neq false}
9 <li><h1>{$bookmark_category.node_name}</h1></li>
11 <li>{$bookmark_category.node_id}</li>
14 {foreach from=$bookmark_category.children item=bookmarks}
17 {if $bookmarks.node_name}
19 <a href='/id/{$bookmarks.node_id}'>{$bookmarks.node_name}</a>
21 {if $bookmarks.node_user_subchild_count neq false}
22 <strong>({$bookmarks.node_user_subchild_count} New Children)</strong>
25 {if $bookmarks.lastdescendant_created > $bookmarks.last_visit}
26 <strong>(New descendant)</strong>