From 5e1980becf69a4c65489bed6f94fa730ec8ef4bf Mon Sep 17 00:00:00 2001 From: fabrixxm Date: Wed, 8 May 2013 04:23:17 -0400 Subject: remove "internal" templates, use "tpl/" folder for smarty3 templates, move smarty3 templates in "tpl/" folder, add util/precompile_smarty.php utility, add precompiled templates --- view/tpl/conversation.tpl | 33 +++++++++++++++++++-------------- 1 file changed, 19 insertions(+), 14 deletions(-) mode change 100644 => 100755 view/tpl/conversation.tpl (limited to 'view/tpl/conversation.tpl') diff --git a/view/tpl/conversation.tpl b/view/tpl/conversation.tpl old mode 100644 new mode 100755 index 70cd389c9..837fbc11f --- a/view/tpl/conversation.tpl +++ b/view/tpl/conversation.tpl @@ -1,28 +1,33 @@ +{{* + * AUTOMATICALLY GENERATED TEMPLATE + * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN + * + *}}
-{{ for $threads as $thread }} -
- {{ for $thread.items as $item }} +{{foreach $threads as $thread}} +
+ {{foreach $thread.items as $item}} {{if $item.comment_firstcollapsed}}
- $thread.num_comments $thread.hide_text + {{$thread.num_comments}} {{$thread.hide_text}}
- {{endif}} + {{/if}} - {{ inc $item.template }}{{ endinc }} + {{include file="{{$item.template}}"}} - {{ endfor }} + {{/foreach}}
-{{ endfor }} +{{/foreach}}
-{{ if $dropping }} +{{if $dropping}}
-{{ endif }} +{{/if}} -- cgit v1.2.3 From 328ebda77a44bfeaa3ac5455a4713db402bc54bf Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Tue, 16 Jul 2013 18:08:26 +0100 Subject: Kill autogenerated warnings, plus a typo. --- view/tpl/conversation.tpl | 5 ----- 1 file changed, 5 deletions(-) (limited to 'view/tpl/conversation.tpl') diff --git a/view/tpl/conversation.tpl b/view/tpl/conversation.tpl index 837fbc11f..8948fd474 100755 --- a/view/tpl/conversation.tpl +++ b/view/tpl/conversation.tpl @@ -1,8 +1,3 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}}
{{foreach $threads as $thread}}
-- cgit v1.2.3 From 307fcac86d8b6627389bdfaae048bcb24e146c72 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 4 Dec 2013 17:36:53 -0800 Subject: more icon updates --- view/tpl/conversation.tpl | 8 -------- 1 file changed, 8 deletions(-) (limited to 'view/tpl/conversation.tpl') diff --git a/view/tpl/conversation.tpl b/view/tpl/conversation.tpl index 8948fd474..97d64327a 100755 --- a/view/tpl/conversation.tpl +++ b/view/tpl/conversation.tpl @@ -18,11 +18,3 @@ {{/foreach}}
- -{{if $dropping}} - -
-{{/if}} -- cgit v1.2.3