]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/diabook/smarty3/wall_thread.tpl
Merge pull request #580 from fermionic/20130111-better-conversion-scripts
[friendica.git] / view / theme / diabook / smarty3 / wall_thread.tpl
index e721226572133459e3a1c90a667f8d6283f258a2..be143cfbaad5d1394354fe6dba165d5de36db242 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>
 
 
 {{foreach $item.children as $child_item}}
-       {{include file="file:{{$child_item.template}}" item=$child_item}}
+       {{include file="{{$child_item.template}}" item=$child_item}}
 {{/foreach}}
 
 </div>