Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / 1791389.tpl
CommitLineData
e586807d
H
1<!--
2This program is free software. It comes without any warranty, to
3the extent permitted by applicable law. You can redistribute it
4and/or modify it under the terms of the Do What The Fuck You Want
5To Public License, Version 2, as published by Sam Hocevar. See
6http://sam.zoy.org/wtfpl/COPYING for more details.
7-->
8
9{include file=&quot;modules/header.tpl&quot;}
10
11{if $user_id eq false}
12
13{include file=&quot;modules/loginbox.tpl&quot;}
14
15
16
17{/if}
18
19
20
21
22
23
24
25
26
27
28{* show node info *}
29{include file=&quot;modules/node_settings.tpl&quot;}
30
31{* showing poll *}
32{include file=&quot;modules/get_poll_box.tpl&quot;}
33
34
35{*showing bookmark_statistics*}
36{include file=&quot;modules/get_bookmark_statistics_box.tpl&quot;}
37
38{*showing node_content*}
39{include file=&quot;modules/node_content.tpl&quot;}
40{*showing form for adding child node*}
41
42
43{if $permissions.w eq true}{include file=&quot;modules/addnode.tpl&quot;}{/if}
44{include file=&quot;modules/get_threaded_children.tpl&quot; children_type=4}
45
46
47
48
49
50
51{include file=&quot;modules/footer.tpl&quot;}
This page took 0.152633 seconds and 4 git commands to generate.