images & path fix
[mirrors/Kyberia-bloodline.git] / data / templates / own_templates / 1970182.tpl
CommitLineData
51ff3226 1{* header *}{include file="1549864.tpl"}
2
3{if $error eq true}
4<center><font style='error'>{$error}</font></center>
5{/if}
6
7{if $user_id eq false}
8<center>{* loginbox *}{include file="1549885.tpl"}</center>
9
10{else}
11
12<table width='100%'><tr>
13
14<!--left column-->
15<td valign='top' align='center' width='23%'>
16{* node_settings *}
17{include file="1549925.tpl"}
18
19{* get_poll_box *}
20{include file="1549834.tpl"}
21<br>
22{*get_bookmark_statistics_box*}
23{include file="1549386.tpl"}
24</td>
25<!--end of left column-->
26
27<!--main central column-->
28<td valign='top'>
29{*showing node_content*}
30{get_bookmarks user_id=$node.node_id}
31{foreach from=$get_bookmarks item=bookmark}
32<a href='/id/{$bookmark.node_id}'>{$bookmark.node_name}</a>
33{if $bookmark.node_user_subchild_count eq true}
34<span class='most_important'>({$bookmark.node_user_subchild_count} UNREAD)</span>
35{/if}
36<br>
37{/foreach}
38</td>
39
40<!--end of central column-->
41</td></tr></table>
42{/if}
43
44{*footer*}{include file="1549377.tpl"}
This page took 0.155999 seconds and 4 git commands to generate.