diff options
author | Klaus Weidenbach <Klaus.Weidenbach@gmx.net> | 2019-01-26 00:47:39 +0100 |
---|---|---|
committer | Klaus Weidenbach <Klaus.Weidenbach@gmx.net> | 2019-01-28 23:58:19 +0100 |
commit | 728788e3b9ce351b7eab0fba00e97ba59215e975 (patch) | |
tree | 44b92b734fd9a9c8dd7b85fd1fb660571f98f74e /view | |
parent | 671b6d2edaa344ef4d41743322e8090265bf8f9a (diff) | |
download | volse-hubzilla-728788e3b9ce351b7eab0fba00e97ba59215e975.tar.gz volse-hubzilla-728788e3b9ce351b7eab0fba00e97ba59215e975.tar.bz2 volse-hubzilla-728788e3b9ce351b7eab0fba00e97ba59215e975.zip |
Extend documentation.
Diffstat (limited to 'view')
-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> - |