Unable to style the user referrals view on the user page individually as no class has been assigned.
Adding the following code to the $referrals array will fix this.
$referrals['#attributes'] = array('class'=>'user-referral');
approx line 255
Unable to style the user referrals view on the user page individually as no class has been assigned.
Adding the following code to the $referrals array will fix this.
$referrals['#attributes'] = array('class'=>'user-referral');
approx line 255
Comments
Comment #1
kbahey commentedCan you please create a patch for this against the -dev version?
See http://drupal.org/patch for details.