]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/vier/smarty3/wall_thread.tpl
some smarty templates needed updating
[friendica.git] / view / theme / vier / smarty3 / wall_thread.tpl
index 07a7a50f85c35977c205a9f01b2f9a331a84e824..5559a2065974d7881882fdc946d6a543cecb1808 100644 (file)
@@ -1,3 +1,8 @@
+{{*
+ *     AUTOMATICALLY GENERATED TEMPLATE
+ *     DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
+ *
+ *}}
 {{if $mode == display}}
 {{else}}
 {{if $item.comment_firstcollapsed}}
                                 <a href="#" id="filer-{{$item.id}}" onclick="itemFiler({{$item.id}}); return false;" class="filer-item filer-icon" title="{{$item.filer}}"><i class="icon-folder-close icon-large"></i></a>
                        {{/if}}
                        </div>
-                       <div class="wall-item-location">{{$item.location}}</div>                                
+                       <div class="wall-item-location">{{$item.location}} {{$item.postopts}}</div>                             
                        <div class="wall-item-actions-tools">
 
                                {{if $item.drop.pagedrop}}
                </div>
        </div>
        <div class="wall-item-bottom">
-               <div class="wall-item-links"></div>
+               <div class="wall-item-links">
+               </div>
                <div class="wall-item-like" id="wall-item-like-{{$item.id}}">{{$item.like}}</div>
                <div class="wall-item-dislike" id="wall-item-dislike-{{$item.id}}">{{$item.dislike}}</div>      
        </div>
        
        {{if $item.threaded}}{{if $item.comment}}
        <div class="wall-item-bottom">
-               <div class="wall-item-links"></div>
+               <div class="wall-item-links">
+               </div>
                <div class="wall-item-comment-wrapper" id="item-comments-{{$item.id}}" style="display: none;">
                                        {{$item.comment}}
                </div>
        {{if $item.type == tag}}
                {{include file="wall_item_tag.tpl" item=$child}}
        {{else}}
-               {{include file="file:{{$item.template}}" item=$child}}
+               {{include file="{{$item.template}}" item=$child}}
        {{/if}}
 {{/foreach}}