51ff3226 |
1 | {include file="modules/header.tpl"} |
2 | {if $node.node_id eq 1697093} |
3 | <center><span class='most_important'> |
4 | !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!<br> |
5 | !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ALL BOOKMARKS SET TO READ !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!<br> |
6 | !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!<p> |
7 | |
8 | (by the way, treba to nechat nacitat vsetky 'obrazky') |
9 | </span></center> |
10 | {get_bookmarks} |
11 | {foreach from=$get_bookmarks item=bookmark_category} |
12 | {* showing bookmark category *} |
13 | {if $bookmark_category.node_name neq false} |
14 | {if $bookmark_category.sum neq false} |
15 | {/if} |
16 | {/if} |
17 | {foreach from=$bookmark_category.children item=bookmarks} |
18 | {if $bookmarks.node_name} |
19 | <a href='/id/{$bookmarks.node_id}'>{$bookmarks.node_name}</a> |
20 | |
21 | {if ($bookmarks.node_user_subchild_count neq false) or ($bookmarks.lastdescendant_created > $bookmarks.last_visit) or ($bookmarks.node_updated > $bookmarks.last_visit)} |
22 | <img src="/id/{$bookmarks.node_id}" width=1 height=1> |
23 | {/if} |
24 | {/if} |
25 | {/foreach} |
26 | |
27 | {/foreach} |
28 | |
29 | </td></tr></table> |
30 | |
31 | {else} |
32 | <center><span class='most_important'> |
33 | !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!<br> |
34 | !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! keby nemyslim na to ze sa to da obist, tak uz mas po bookmarkoch ;P !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!<br> |
35 | !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
36 | </span></center> |
37 | |
38 | {/if} |
39 | |
40 | {include file="modules/footer.tpl"} |