From: Zach Prezkuta Date: Wed, 5 Sep 2012 17:12:08 +0000 (-0600) Subject: conversation.tpl doesnt appear to be necessary X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c6f440491433adaa1e364e210e76512ef90461ed;p=friendica.git conversation.tpl doesnt appear to be necessary --- diff --git a/view/theme/testbubble/conversation.tpl b/view/theme/testbubble/conversation.tpl deleted file mode 100644 index fccd9a8bb0..0000000000 --- a/view/theme/testbubble/conversation.tpl +++ /dev/null @@ -1,27 +0,0 @@ -{{ for $threads as $thread }} -
- {{ for $thread.items as $item }} - {{if $item.comment_firstcollapsed}} -
- $thread.num_comments $thread.hide_text -
- {{endif}} - - {{ inc $item.template }}{{ endinc }} - - - {{ endfor }} -
-{{ endfor }} - -
- -{{ if $dropping }} - -
-{{ endif }}