Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / templates / own_templates / 1855733.tpl
1 <!--
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.
7 -->
8
9 {include file="modules/header.tpl"}
10
11 {if $user_id eq false}
12
13 {include file="modules/loginbox.tpl"}
14
15
16
17 {/if}
18
19
20
21
22
23 {* show node info *}
24 {include file="modules/node_settings.tpl"}
25
26 {* showing poll *}
27 {include file="modules/get_poll_box.tpl"}
28
29
30 {*showing bookmark_statistics*}
31 {include file="modules/get_bookmark_statistics_box.tpl"}
32
33
34
35
36
37 {*showing node_content*}
38 {include file="modules/node_content.tpl"}
39 {*showing form for adding child node*}
40
41
42 {if $permissions.w eq true}{include file="modules/addnode.tpl"}{/if}
43 {include file="modules/get_threaded_children.tpl" children_type=4}
44
45
46
47
48 <b>dsdasadadas</b>
49
50 {include file="modules/footer.tpl"}
This page took 0.268686 seconds and 4 git commands to generate.