]> git.0d.be Git - panikweb.git/blobdiff - panikweb_templates/templates/combo/topik_menu_item.html
move static & templates to panikweb project directory
[panikweb.git] / panikweb_templates / templates / combo / topik_menu_item.html
diff --git a/panikweb_templates/templates/combo/topik_menu_item.html b/panikweb_templates/templates/combo/topik_menu_item.html
deleted file mode 100644 (file)
index 55a7028..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-{% load combo paniktags thumbnail %}
-<li class="item">
-  <div class="topik inline cf">
-    <a class="block cf topik-link" href="{{page.get_online_url}}">
-    <div class="logo">
-        {% if page.picture %}
-          {% thumbnail page.picture "60x60" crop="50% 25%" as im %}
-          <img alt="" width="60" height="60" src="{{im.url}}"/>
-          {% endthumbnail %}
-        {% else %}
-          <img alt="" src="/static/img/sound.png" width="60" height="60">
-        {% endif %}
-    </div>
-    <div class="content">
-      <div class="title">
-        <h5 class="title">{{page.title}}</h5>
-      </div>
-      <div class="smooth metas">
-        <span class="categories">{{category}}</span>
-      </div>
-    </div>
-    </a>
-  </div>
-</li>