aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/diabook-blue/photo_top.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-03-15 19:56:32 -0700
committerfriendica <info@friendica.com>2012-03-15 19:56:32 -0700
commit33e03a8df0150ffe269389031b1f401150f19e0e (patch)
tree0cee881cca91c8f0795ed8dccaf14d44db6aeb91 /view/theme/diabook-blue/photo_top.tpl
parent5a12383b78980d873f54ccbac2733d7267f7da36 (diff)
parent0b509fd7633d7561b00310d05960f14fd41c5217 (diff)
downloadvolse-hubzilla-33e03a8df0150ffe269389031b1f401150f19e0e.tar.gz
volse-hubzilla-33e03a8df0150ffe269389031b1f401150f19e0e.tar.bz2
volse-hubzilla-33e03a8df0150ffe269389031b1f401150f19e0e.zip
Merge branch 'pull'
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>