aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/remote_friends_common.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/tpl/remote_friends_common.tpl')
-rw-r--r--view/tpl/remote_friends_common.tpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/view/tpl/remote_friends_common.tpl b/view/tpl/remote_friends_common.tpl
index 9e0562878..09ce3588e 100644
--- a/view/tpl/remote_friends_common.tpl
+++ b/view/tpl/remote_friends_common.tpl
@@ -4,13 +4,13 @@
{{ for $items as $item }}
<div class="profile-match-wrapper">
<div class="profile-match-photo">
- <a href="$item.url">
- <img src="$item.photo" width="80" height="80" alt="$item.name" title="$item.name" />
+ <a href="$base/chanview?f=&url=$item.xchan_url">
+ <img src="$item.xchan_photo_m" width="80" height="80" alt="$item.xchan_name" title="$item.xchan_name" />
</a>
</div>
<div class="profile-match-break"></div>
<div class="profile-match-name">
- <a href="$itemurl" title="$item.name">$item.name</a>
+ <a href="$base/chanview?f=&url=$item.xchan_url" title="$item.xchan_name">$item.xchan_name</a>
</div>
<div class="profile-match-end"></div>
</div>