]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/diabook-blue/photo_view.tpl
tweak drop-down and add in filebrowser
[friendica.git] / view / theme / diabook-blue / photo_view.tpl
old mode 100755 (executable)
new mode 100644 (file)
index 902c2a0..93b01d6
@@ -12,7 +12,7 @@
 
 <div id="photo-photo">
        {{ if $prevlink }}<div id="photo-prev-link"><a href="$prevlink.0">$prevlink.1</a></div>{{ endif }}
-       <a href="$photo.href" class="fancy-photo" title="$photo.title"><img src="$photo.src" /></a>
+       <a href="$photo.href" class="lightbox" title="$photo.title"><img src="$photo.src" /></a>
        {{ if $nextlink }}<div id="photo-next-link"><a href="$nextlink.0">$nextlink.1</a></div>{{ endif }}
 </div>
 
 {{ endif }}
 {{ if $tags.2 }}<div id="tag-remove"><a href="$tags.2">$tags.3</a></div>{{ endif }}
 
-{{ if $edit }}$edit{{ endif }}
\ No newline at end of file
+{{ if $edit }}$edit{{ endif }}
+
+<div style="margin-top:20px">
+</div>
+<div id="wall-photo-container">
+$comments
+</div>
+
+$paginate
+
+