aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/diabook-blue/photo_view.tpl
diff options
context:
space:
mode:
authortommy tomson <thomas.bierey@gmx.de>2012-03-16 03:49:43 +0100
committertommy tomson <thomas.bierey@gmx.de>2012-03-16 03:49:43 +0100
commit02395c8af5fd8112688920ae04e0971d1a4ee4f8 (patch)
tree3d2db7a65639a162a5f93a8a284528fd22d6175c /view/theme/diabook-blue/photo_view.tpl
parent41d595d5bc74987d95ffc6f81194ccc20050e5a4 (diff)
downloadvolse-hubzilla-02395c8af5fd8112688920ae04e0971d1a4ee4f8.tar.gz
volse-hubzilla-02395c8af5fd8112688920ae04e0971d1a4ee4f8.tar.bz2
volse-hubzilla-02395c8af5fd8112688920ae04e0971d1a4ee4f8.zip
added icons to profile_side, fixes in css
Diffstat (limited to 'view/theme/diabook-blue/photo_view.tpl')
-rwxr-xr-xview/theme/diabook-blue/photo_view.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/diabook-blue/photo_view.tpl b/view/theme/diabook-blue/photo_view.tpl
index 511fc73ac..902c2a0ed 100755
--- a/view/theme/diabook-blue/photo_view.tpl
+++ b/view/theme/diabook-blue/photo_view.tpl
@@ -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="lightbox" title="$photo.title"><img src="$photo.src" /></a>
+ <a href="$photo.href" class="fancy-photo" 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>