]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/diabook-blue/photo_view.tpl
diabook-themes: small fix
[friendica.git] / view / theme / diabook-blue / photo_view.tpl
index 902c2a0ed30451889c398ee6fa09565d771da5c1..93b01d62304ff69baa7656efd4b3eb77c7b0cb88 100755 (executable)
@@ -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
+
+