aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-01-07 13:00:06 -0800
committerfriendica <info@friendica.com>2012-01-07 13:00:06 -0800
commit358b2a46f5b48e5b95b75ed87752a87dccde8d8e (patch)
tree2b462d01b2d019ecbcba7cec0dbf03041d798c89 /view
parent41bb47ca1b5790442e571d5eb3bbb4dd89708a03 (diff)
downloadvolse-hubzilla-358b2a46f5b48e5b95b75ed87752a87dccde8d8e.tar.gz
volse-hubzilla-358b2a46f5b48e5b95b75ed87752a87dccde8d8e.tar.bz2
volse-hubzilla-358b2a46f5b48e5b95b75ed87752a87dccde8d8e.zip
fix photo top view in testbubble, extend network_to_name
Diffstat (limited to 'view')
-rw-r--r--view/theme/testbubble/photo_top.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/view/theme/testbubble/photo_top.tpl b/view/theme/testbubble/photo_top.tpl
index d552409c4..48a546a16 100644
--- a/view/theme/testbubble/photo_top.tpl
+++ b/view/theme/testbubble/photo_top.tpl
@@ -1,8 +1,8 @@
<div class="photo-top-image-wrapper lframe" id="photo-top-image-wrapper-$id">
<div id="photo-album-wrapper-inner">
- <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>
+ <a href="$photo.link" class="photo-top-photo-link" id="photo-top-photo-link-$id" title="$photo.title"><img src="$photo.src" alt="$phoyo.alt" title="$photo.title" class="photo-top-photo" id="photo-top-photo-$id" /></a>
</div>
- <div class="photo-top-album-name"><a href="$albumlink" class="photo-top-album-link" title="$albumalt" >$albumname</a></div>
+ <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>