aboutsummaryrefslogtreecommitdiffstats
path: root/view/photo_top.tpl
diff options
context:
space:
mode:
authorFabio Comuni <fabio@krik.localdomain>2012-01-02 15:32:37 +0100
committerFabio Comuni <fabio@krik.localdomain>2012-01-02 15:32:37 +0100
commitbe2fd56aae51ee02b6e40dedd4383e1ebddc752e (patch)
tree1795fb34e182f51b6adc4f05204cea45da4bca69 /view/photo_top.tpl
parent4b095665791424bd2f5c4c494a2d14ec6c07aeba (diff)
parent0dce36bdbce7482329105e2c1ef4f3c8b3043803 (diff)
downloadvolse-hubzilla-be2fd56aae51ee02b6e40dedd4383e1ebddc752e.tar.gz
volse-hubzilla-be2fd56aae51ee02b6e40dedd4383e1ebddc752e.tar.bz2
volse-hubzilla-be2fd56aae51ee02b6e40dedd4383e1ebddc752e.zip
Merge branch 'master' of github.com:fabrixxm/friendica
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>
+