aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/diabook-blue/photo_top.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_top.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_top.tpl')
-rwxr-xr-xview/theme/diabook-blue/photo_top.tpl7
1 files changed, 7 insertions, 0 deletions
diff --git a/view/theme/diabook-blue/photo_top.tpl b/view/theme/diabook-blue/photo_top.tpl
new file mode 100755
index 000000000..98ac9c457
--- /dev/null
+++ b/view/theme/diabook-blue/photo_top.tpl
@@ -0,0 +1,7 @@
+
+<div class="photo-top-image-wrapper lframe" id="photo-top-image-wrapper-$id">
+ <a href="$photo.src" rel="$photo.album.name" class="fancy-album" id="photo-top-photo-link-$photo.id" title="$photo.title">
+ <img src="$photo.src" alt="$photo.alt" title="$photo.title" class="photo-top-album-img" id="photo-top-photo-$photo.id" />
+ </a>
+ <div class="photo-top-album-name"><a href="$photo.album.link" class="photo-top-album-link" title="$photo.album.alt" >$photo.album.name</a></div>
+</div>