]> git.mxchange.org Git - friendica.git/blobdiff - view/smarty3/photos_recent.tpl
Merge pull request #580 from fermionic/20130111-better-conversion-scripts
[friendica.git] / view / smarty3 / photos_recent.tpl
index b5faa2c4e6fe56d130b0e4afcb7fd48feff7b228..8b890b1bd47cb8f2f1a317ec859e6225987b1f6a 100644 (file)
@@ -1,3 +1,8 @@
+{{*
+ *     AUTOMATICALLY GENERATED TEMPLATE
+ *     DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
+ *
+ *}}
 <h3>{{$title}}</h3>
 {{if $can_post}}
 <a id="photo-top-upload-link" href="{{$upload.1}}">{{$upload.0}}</a>
@@ -5,7 +10,7 @@
 
 <div class="photos">
 {{foreach $photos as $ph}}
-       {{include file="file:{{$photo_top}}" photo=$ph}}
+       {{include file="photo_top.tpl" photo=$ph}}
 {{/foreach}}
 </div>
 <div class="photos-end"></div>