]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/diabook-blue/photo_view.tpl
Merge pull request #197 from tomtom84/master
[friendica.git] / view / theme / diabook-blue / photo_view.tpl
index 902c2a0ed30451889c398ee6fa09565d771da5c1..20926656a62973791ca33ddad357f33305381635 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>
 
@@ -24,4 +24,5 @@
 {{ 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 }}
+