User referral module
Last modified: February 16, 2008 - 03:21
If you want to add the referral link to the profile, just add this snippet where you want to see the referral link:
<?php
print url('referral/' . _referral_uid2ref($user->uid), NULL, NULL, TRUE);
?>