From: Michael Vogel Date: Tue, 28 Jan 2014 21:55:19 +0000 (+0100) Subject: vier: Quick fix for a missing file (taken from quattro at the moment) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2be9e2f2468a260dbbd04bc792db56fd5ae34056;p=friendica.git vier: Quick fix for a missing file (taken from quattro at the moment) --- 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}}