renamed data directory
[mirrors/Kyberia-bloodline.git] / data / templates / own_templates / 1549769.tpl
diff --git a/data/templates/own_templates/1549769.tpl b/data/templates/own_templates/1549769.tpl
deleted file mode 100644 (file)
index 706c922..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-{get_children_by_type type=$type listing_amount=$listing_amount offset=$offset orderby=desc}
-  {foreach from=$get_children_by_type item=child}
-  <table>
-    <tr>
-      <td valign='top' rowspan='2'><img width='50' hspace='5' src='{get_image_link id=$child.node_creator}'> </td>
-      <td valign='top' width='100%'>
-      <table width='100%'>
-        <tr class='header' valign='top'>
-          <td>
-            {if $child.template_id eq 6 || $child.template_id eq 5}
-              <center><a href='/id/{$child.node_id}' class=important>{$child.node_name}</a></center>
-            {else}
-              &nbsp;<a href='/id/{$child.node_creator}'>{$child.login}</a>
-              {if $child.user_action neq false}
-                &nbsp;[lokacia :: <a href='/{$child.user_action_id}/'>{$child.user_action}</a>]
-              {/if}
-            {/if}
-            <br /><center>{$child.node_created|date_format:"%d.%m.%Y. - %H:%M:%S"}</center>
-          </td>
-        </tr>
-        <tr><td>{$child.node_content|truncate:230|stripslashes|nl2br}</td></tr>
-      </table></td></tr>
-  </table>
-{/foreach}
This page took 0.115473 seconds and 4 git commands to generate.