diff options
author | Mario <mario@mariovavti.com> | 2019-01-29 10:06:04 +0100 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2019-01-29 10:06:04 +0100 |
commit | c57a4cf926816328ccdcb5f27f8117d1b7ad9405 (patch) | |
tree | ff3a0c4d192c31c7e805394243ac4fbfa29a3184 /view/tpl/remote_friends_common.tpl | |
parent | 0a868b5c279668ab617aedf3eb0b9e9c4fa0b8fe (diff) | |
parent | 728788e3b9ce351b7eab0fba00e97ba59215e975 (diff) | |
download | volse-hubzilla-c57a4cf926816328ccdcb5f27f8117d1b7ad9405.tar.gz volse-hubzilla-c57a4cf926816328ccdcb5f27f8117d1b7ad9405.tar.bz2 volse-hubzilla-c57a4cf926816328ccdcb5f27f8117d1b7ad9405.zip |
Merge branch 'doku' into 'dev'
Extend documentation.
See merge request hubzilla/core!1496
Diffstat (limited to 'view/tpl/remote_friends_common.tpl')
-rwxr-xr-x | view/tpl/remote_friends_common.tpl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/view/tpl/remote_friends_common.tpl b/view/tpl/remote_friends_common.tpl index efc0ab49a..6ef3a7dde 100755 --- a/view/tpl/remote_friends_common.tpl +++ b/view/tpl/remote_friends_common.tpl @@ -7,10 +7,9 @@ <div class="contact-block-content"> {{foreach $items as $item}} <div class="contact-block-div"> - <a class="contact-block-link mpfriend" href="{{$base}}/chanview?f=&url={{$item.xchan_url}}"><img class="contact-block-img mpfriend" src="{{$item.xchan_photo_s}}"alt="{{$item.xchan_name}}" title="{{$item.xchan_name}} [{{$item.xchan_addr}}]" /></a> + <a class="contact-block-link mpfriend" href="{{$base}}/chanview?f=&url={{$item.xchan_url}}"><img class="contact-block-img mpfriend" src="{{$item.xchan_photo_s}}" alt="{{$item.xchan_name}}" title="{{$item.xchan_name}} [{{$item.xchan_addr}}]" /></a> </div> {{/foreach}} </div> {{/if}} </div> - |