Active
Project:
User Referral
Version:
6.x-1.x-dev
Component:
Code: referral
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Aug 2010 at 11:55 UTC
Updated:
25 Aug 2010 at 16:57 UTC
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.