2011-12-22 16:33:14 +01:00
|
|
|
<h3>$title</h3>
|
|
|
|
{{ if $can_post }}
|
|
|
|
<a id="photo-top-upload-link" href="$upload.1">$upload.0</a>
|
|
|
|
{{ endif }}
|
|
|
|
|
|
|
|
<div class="photos">
|
2012-12-22 20:57:29 +01:00
|
|
|
{{ for $photos as $ph }}
|
2012-12-25 19:48:02 +01:00
|
|
|
{{ inc photo_top.tpl with $photo=$ph }}{{ endinc }}
|
2011-12-22 16:33:14 +01:00
|
|
|
{{ endfor }}
|
|
|
|
</div>
|
2012-05-22 01:40:11 +02:00
|
|
|
<div class="photos-end"></div>
|