diff options
author | friendica <info@friendica.com> | 2015-02-04 17:32:29 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-02-04 17:32:29 -0800 |
commit | 561bab4ece9fa5844a0cb00f3cbd75e0855b2796 (patch) | |
tree | 9e614fce416c8b54d6a1a03cc70b1c05bdc48ec6 /include/identity.php | |
parent | 48a145a8ed341c1f28f941be2eaab053c172e3f1 (diff) | |
download | volse-hubzilla-561bab4ece9fa5844a0cb00f3cbd75e0855b2796.tar.gz volse-hubzilla-561bab4ece9fa5844a0cb00f3cbd75e0855b2796.tar.bz2 volse-hubzilla-561bab4ece9fa5844a0cb00f3cbd75e0855b2796.zip |
remote rating and addition of rate-me to channel profile sidebar
Diffstat (limited to 'include/identity.php')
-rw-r--r-- | include/identity.php | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/include/identity.php b/include/identity.php index aef6471e5..415e85f2f 100644 --- a/include/identity.php +++ b/include/identity.php @@ -943,10 +943,8 @@ logger('online: ' . $profile['online']); $tpl = get_markup_template('profile_vcard.tpl'); -// This isn't ideal here because it requires local_channel(). -// We need the rating widget to recognise and take you home if you're remote. -// require_once('include/widgets.php'); -// $z = widget_rating(array('target' => $profile['channel_hash'])); + require_once('include/widgets.php'); + $z = widget_rating(array('target' => $profile['channel_hash'])); $o .= replace_macros($tpl, array( '$profile' => $profile, |