diff options
author | friendica <info@friendica.com> | 2015-02-04 15:48:39 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-02-04 15:48:39 -0800 |
commit | 398894851628ccb99090e9d70b92a9a909ef7015 (patch) | |
tree | d97049278536fdbabbc889e6be1cb81d4a72ed43 /view/tpl/profile_vcard.tpl | |
parent | 1ceb0a7fbab5957ae077ef4867266314c612f8ea (diff) | |
download | volse-hubzilla-398894851628ccb99090e9d70b92a9a909ef7015.tar.gz volse-hubzilla-398894851628ccb99090e9d70b92a9a909ef7015.tar.bz2 volse-hubzilla-398894851628ccb99090e9d70b92a9a909ef7015.zip |
first cut at rating widget. The flaw is that it is limited because it requires local_channel() (formerly local_user()). We need to extend this to take you home like rpost does if you're logged in as remote_channel() - and/or we need zot to send the rating message to the source channel and target in addition to the directories.
Diffstat (limited to 'view/tpl/profile_vcard.tpl')
-rwxr-xr-x | view/tpl/profile_vcard.tpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/view/tpl/profile_vcard.tpl b/view/tpl/profile_vcard.tpl index bff3148f3..bc093ebb5 100755 --- a/view/tpl/profile_vcard.tpl +++ b/view/tpl/profile_vcard.tpl @@ -50,10 +50,11 @@ {{if $connect}} <a href="{{$connect_url}}" class="rconnect"><i class="icon-plus connect-icon"></i> {{$connect}}</a> {{/if}} - + </div> <div id="vcard-end"></div> + {{$chanmenu}} {{$contact_block}} |