aboutsummaryrefslogtreecommitdiffstats
path: root/include/identity.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/identity.php')
-rw-r--r--include/identity.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/identity.php b/include/identity.php
index 2fc183368..aef6471e5 100644
--- a/include/identity.php
+++ b/include/identity.php
@@ -943,6 +943,11 @@ 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']));
+
$o .= replace_macros($tpl, array(
'$profile' => $profile,
'$connect' => $connect,
@@ -954,6 +959,7 @@ logger('online: ' . $profile['online']);
'$homepage' => $homepage,
'$chanmenu' => $channel_menu,
'$diaspora' => $diaspora,
+ '$rating' => $z,
'$contact_block' => $contact_block,
));