]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/dispy/smarty3/wall_thread.tpl
Merge pull request #580 from fermionic/20130111-better-conversion-scripts
[friendica.git] / view / theme / dispy / smarty3 / wall_thread.tpl
index b0de88e34a15a7ccc70d3e864eceb871d22998c9..94620ad5306a0d4a41a8823dbae62806b9a5d65a 100644 (file)
@@ -1,3 +1,8 @@
+{{*
+ *     AUTOMATICALLY GENERATED TEMPLATE
+ *     DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
+ *
+ *}}
 {{if $item.comment_firstcollapsed}}
        <div class="hide-comments-outer">
        <span id="hide-comments-total-{{$item.id}}" class="hide-comments-total">{{$item.num_comments}}</span> <span id="hide-comments-{{$item.id}}" class="hide-comments fakelink" onclick="showHideComments({{$item.id}});">{{$item.hide_text}}</span>
@@ -132,7 +137,7 @@ class="icon recycle wall-item-share-buttons"  title="{{$item.vote.share.0}}" onc
 <div class="wall-item-outside-wrapper-end {{$item.indent}} {{$item.shiny}}" ></div>
 </div>
 {{foreach $item.children as $child}}
-       {{include file="file:{{$child.template}}" item=$child}}
+       {{include file="{{$child.template}}" item=$child}}
 {{/foreach}}
 
 </div>