2 This program is free software. It comes without any warranty, to
3 the extent permitted by applicable law. You can redistribute it
4 and/or modify it under the terms of the Do What The Fuck You Want
5 To Public License, Version 2, as published by Sam Hocevar. See
6 http://sam.zoy.org/wtfpl/COPYING for more details.
9 {include file="modules/header.tpl"}
12 <tr><td valign='top' width=12%>
13 {include file="modules/get_userlist.tpl"}
18 {foreach from=$get_bookmarks item=bookmark_category}
19 {* showing bookmark category *}
20 {if $bookmark_category.node_name neq false}
21 <a class='important' href='/id/{$bookmark_category.node_id}/'>{$bookmark_category.node_name}</a>
22 {if $bookmark_category.sum neq false}
23 :: <span class='most_important'> {$bookmark_category.sum} NEW</span>
26 {if $bookmark_category.on_main eq yes}
27 <a class='important' href='/id/{$node.node_id}/{$bookmark_category.node_id}'>^</a>
29 <a class='important' href='/id/{$node.node_id}/{$bookmark_category.node_id}'>^</a>
35 {if $bookmark_category.on_main neq 'no'}
36 {foreach from=$bookmark_category.children item=bookmarks}
37 <a href='/id/{$bookmarks.node_id}'>{$bookmarks.node_name}</a>
38 {if $bookmarks.node_user_subchild_count neq false}
39 :: <span class='most_important'> {$bookmarks.node_user_subchild_count} NEW</span>
47 {include file="modules/addnode_small.tpl"}
50 {include file="modules/footer.tpl"}