From 77626cca744285804300930c92b7717962c05dfe Mon Sep 17 00:00:00 2001 From: Zach Prezkuta Date: Tue, 14 Aug 2012 19:54:22 -0600 Subject: [PATCH] missed something again --- view/theme/frost/conversation.tpl | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 view/theme/frost/conversation.tpl diff --git a/view/theme/frost/conversation.tpl b/view/theme/frost/conversation.tpl deleted file mode 100644 index fccd9a8bb0..0000000000 --- a/view/theme/frost/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 }}