From f2a7fcf8220ef497c8f39f0c9ec3175757f53128 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 9 Aug 2012 19:09:55 -0700 Subject: more theme modularisation and css/js management --- view/theme/quattro/conversation.tpl | 48 ------------------------------------- 1 file changed, 48 deletions(-) delete mode 100644 view/theme/quattro/conversation.tpl (limited to 'view/theme/quattro/conversation.tpl') diff --git a/view/theme/quattro/conversation.tpl b/view/theme/quattro/conversation.tpl deleted file mode 100644 index 48ab4364a..000000000 --- a/view/theme/quattro/conversation.tpl +++ /dev/null @@ -1,48 +0,0 @@ -
-{{ for $threads as $thread }} -
- {{ for $thread.items as $item }} - {{if $mode == display}} - {{ else }} - {{if $item.comment_firstcollapsed}} -
- $thread.num_comments $thread.hide_text -
- {{endif}} - {{ endif }} - - {{ if $item.type == tag }} - {{ inc wall_item_tag.tpl }}{{ endinc }} - {{ else }} - {{ inc $item.template }}{{ endinc }} - {{ endif }} - - {{ endfor }} -
-{{ endfor }} -
-
- -{{ if $dropping }} - - $dropping - -{{ endif }} - - - -{{ if $mode == display }} - -{{ endif }} - -- cgit v1.2.3