Removing duplicates
[mirrors/Kyberia-bloodline.git] / data / templates / own_templates / 1446353.tpl
diff --git a/data/templates/own_templates/1446353.tpl b/data/templates/own_templates/1446353.tpl
deleted file mode 100644 (file)
index 0254581..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-{include file="modules/header.tpl"}
-
-<ul id="bookmarks">
-
-{get_bookmarks}
-{foreach from=$get_bookmarks item=bookmark_category}
-
-       {if $bookmark_category.node_name neq false}
-               <li><h1>{$bookmark_category.node_name}</h1></li>
-       {else}
-               <li>{$bookmark_category.node_id}</li>
-       {/if}
-
-       {foreach from=$bookmark_category.children item=bookmarks}
-               <ul>
-
-               {if $bookmarks.node_name}
-                       <li>
-                       <a href='/id/{$bookmarks.node_id}'>{$bookmarks.node_name}</a>
-
-                       {if $bookmarks.node_user_subchild_count neq false}
-                               <strong>({$bookmarks.node_user_subchild_count} New Children)</strong>
-                       {/if}
-
-                       {if $bookmarks.lastdescendant_created > $bookmarks.last_visit}
-                               <strong>(New descendant)</strong>
-                       {/if}
-                       </li>
-               {/if}
-
-               </ul>
-       {/foreach}
-
-{/foreach}
-
-</ul>
This page took 0.101252 seconds and 4 git commands to generate.