[insert_php]
$referrer = $_SESSION[‘user_id’];
if ($referrer != “”){
echo ‘
‘;
echo “
Hi “. $referrer. “,
“;
echo ‘Affiliate Links
Dashboard
Terms and Conditions – Printable
Payout Schedule
Frequently Asked Questions
Tax Form Submission
New Affiliate Guide – Read This First‘;
}
else{
echo ‘Affiliate login not detected. Please note – you must be logged in to view this. Please log in here and return to this page before attempting to submit your documents.’;
}
[/insert_php]