From 4281a95cbcc6a6bc2eae9ec0b393af9b0ec7b739 Mon Sep 17 00:00:00 2001 From: Zach Prezkuta Date: Sun, 6 Jan 2013 16:08:56 -0700 Subject: rebase and update themes --- view/tpl/smarty3/conv_item.tpl | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) (limited to 'view/tpl/smarty3/conv_item.tpl') diff --git a/view/tpl/smarty3/conv_item.tpl b/view/tpl/smarty3/conv_item.tpl index 01e7bcb12..a3e1ba7db 100644 --- a/view/tpl/smarty3/conv_item.tpl +++ b/view/tpl/smarty3/conv_item.tpl @@ -11,7 +11,7 @@
{{if $item.owner_url}}
{{$item.wall}}
@@ -19,7 +19,7 @@
- + {{$item.name}} menu
@@ -98,24 +98,18 @@
{{$item.showdislike}}
- {{if $item.threaded}} - {{if $item.comment}} -
- {{$item.comment}} -
- {{/if}} - {{/if}} -
+{{if $item.toplevel}} {{foreach $item.children as $item}} {{include file="{{$item.template}}"}} {{/foreach}} +{{/if}} -{{if $item.flatten}}
{{$item.comment}}
-{{/if}} + +
{{if $item.comment_lastcollapsed}}
{{/if}} -- cgit v1.2.3