aboutsummaryrefslogtreecommitdiffstats
path: root/view/photo_top.tpl
diff options
context:
space:
mode:
authorFabio Comuni <fabrix.xm@gmail.com>2011-12-22 16:33:14 +0100
committerFabio Comuni <fabrix.xm@gmail.com>2011-12-22 16:33:14 +0100
commit2ef2d0b79f4024174292faa45840cee065b464a3 (patch)
tree378283fc33193d39cdfbac422a397d91f87a6084 /view/photo_top.tpl
parent0b4535e6daacaf7eea67e3c4404b9ac889dbddf0 (diff)
downloadvolse-hubzilla-2ef2d0b79f4024174292faa45840cee065b464a3.tar.gz
volse-hubzilla-2ef2d0b79f4024174292faa45840cee065b464a3.tar.bz2
volse-hubzilla-2ef2d0b79f4024174292faa45840cee065b464a3.zip
quattro: contacts and first photo page
Diffstat (limited to 'view/photo_top.tpl')
-rw-r--r--view/photo_top.tpl8
1 files changed, 5 insertions, 3 deletions
diff --git a/view/photo_top.tpl b/view/photo_top.tpl
index ab88c5ff5..04a054b52 100644
--- a/view/photo_top.tpl
+++ b/view/photo_top.tpl
@@ -1,6 +1,8 @@
<div class="photo-top-image-wrapper lframe" id="photo-top-image-wrapper-$id">
- <a href="$photolink" class="photo-top-photo-link" id="photo-top-photo-link-$id" title="$phototitle"><img src="$imgsrc" alt="$imgalt" title="$phototitle" class="photo-top-photo" id="photo-top-photo-$id" /></a>
- <div class="photo-top-album-name"><a href="$albumlink" class="photo-top-album-link" title="$albumalt" >$albumname</a></div>
+ <a href="$photo.link" class="photo-top-photo-link" id="photo-top-photo-link-$photo.id" title="$photo.title">
+ <img src="$photo.src" alt="$photo.alt" title="$photo.title" class="photo-top-photo" 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>
-<div class="photo-top-image-wrapper-end"></div>
+