renamed data directory
[mirrors/Kyberia-bloodline.git] / data / templates / own_templates / 24882.tpl
diff --git a/data/templates/own_templates/24882.tpl b/data/templates/own_templates/24882.tpl
deleted file mode 100644 (file)
index c86dea1..0000000
+++ /dev/null
@@ -1,131 +0,0 @@
-
-{include file="modules/header.tpl"}
-
-{if $error eq true}
-
-{$error}
-
-{/if}
-
-{if $user_id eq false}
-
-{include file="modules/loginbox.tpl"}
-
-
-{else}
-
-
-
-
-
-{include file="modules/node_settings.tpl"}
-{include file="modules/userinfo.tpl"}
-{* showing poll *}
-{*include file="modules/get_poll_box.tpl"*}
-
-
-{*showing bookmark_statistics*}
-{include file="modules/get_bookmark_statistics_box.tpl"}
-
-
-
-
-
-
-
-
-{include file="modules/movement.tpl"}
-
-
-
-
-{if $action eq true}
-
-
-{include file="modules/movement.tpl"}
-
-{include file="modules/get_creation_by_template_id.tpl" listing_amount=$listing_amount type=$action}
-
-
-{else}
-{include file="modules/node_content.tpl"}
-{* shows what other friends think about users *}
-{get_children_by_external_link external_link='session://friend' listing_amount=$listing_amount offset=$offset orderby=desc}
-{foreach from=$get_children_by_external_link item=child}
-
-
-
-
-
-
-{if $child.template_id eq 6 }
-
-{$child.node_name}
-{elseif $child.template_id eq 5 }
-
-{$child.node_name}
-{else}
- {$child.login}
-{if $child.user_action neq false}
- [lokacia :: {$child.user_action}]
-{/if}
-{/if}
-
-  {$child.node_created|date_format:"%d.%m.%Y. - %H:%M:%S"}
-
-
-{$child.node_content}
-
-
-
-
-{/foreach}
-
-
-
-
-
-
-
-
-{if $permissions.w eq true}
-
-
-
- with name:
-
-
-{/if}
-
-
-
-{/if}
-
-
-
-
-{/if}
-
-{include file="modules/footer.tpl"}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
This page took 0.110584 seconds and 4 git commands to generate.