From 2be9e2f2468a260dbbd04bc792db56fd5ae34056 Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Tue, 28 Jan 2014 22:55:19 +0100 Subject: [PATCH] vier: Quick fix for a missing file (taken from quattro at the moment) --- view/theme/vier/templates/wall_item_tag.tpl | 72 +++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 view/theme/vier/templates/wall_item_tag.tpl diff --git a/view/theme/vier/templates/wall_item_tag.tpl b/view/theme/vier/templates/wall_item_tag.tpl new file mode 100644 index 0000000000..1e658883c7 --- /dev/null +++ b/view/theme/vier/templates/wall_item_tag.tpl @@ -0,0 +1,72 @@ +{{* + * AUTOMATICALLY GENERATED TEMPLATE + * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN + * + *}} +{{if $mode == display}} +{{else}} +{{if $item.comment_firstcollapsed}} +
+ {{$item.num_comments}} + {{$item.hide_text}} + {{if $item.thread_level==3}} - + expand / + collapse thread{{/if}} +
+ {{/if}} +{{/if}} + +{{* top thread comment box *}} +{{if $item.threaded}}{{if $item.comment}}{{if $item.thread_level==1}} +
{{$item.comment}}
+{{/if}}{{/if}}{{/if}} + +{{if $item.flatten}} +
{{$item.comment}}
+{{/if}}