From 51d419e159de93c6ca7efaa1f1f69dc36eb3cb26 Mon Sep 17 00:00:00 2001 From: Fabio Comuni Date: Mon, 26 Mar 2012 09:09:14 +0200 Subject: themes: use duepuntozero tpls as default --- view/theme/duepuntozero/conversation.tpl | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100755 view/theme/duepuntozero/conversation.tpl (limited to 'view/theme/duepuntozero/conversation.tpl') diff --git a/view/theme/duepuntozero/conversation.tpl b/view/theme/duepuntozero/conversation.tpl deleted file mode 100755 index 43bb1dd47..000000000 --- a/view/theme/duepuntozero/conversation.tpl +++ /dev/null @@ -1,25 +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 }} -- cgit v1.2.3