config->amount_ref > 0 && $pt->config->affiliate_type->affiliate_new_user == 1){
$earn_users = str_replace('{amount}', $pt->config->amount_ref, $lang_array['earn_users']);
echo "

".str_replace('$', $pt->config->currency_symbol_array[$pt->config->payment_currency], $earn_users)."
";
}
if($pt->config->amount_percent_ref > 0 && $pt->config->affiliate_type->affiliate_pro == 1){
$earn_users_pro = str_replace('{amount}', $pt->config->amount_percent_ref, $lang_array['earn_users_pro']);
echo "

".str_replace('$', '%', $earn_users_pro)."
";
}
if($pt->config->amount_percent_subscribe > 0 && $pt->config->affiliate_type->affiliate_subscribe == 1){
$earn_users_pro = str_replace('{amount}', '%'.$pt->config->amount_percent_subscribe, $lang_array['earn_users_subscribe']);
echo "

".$earn_users_pro."
";
}
if($pt->config->amount_percent_buy_rent > 0 && $pt->config->affiliate_type->affiliate_buy_rent == 1){
$earn_users_pro = str_replace('{amount}', '%'.$pt->config->amount_percent_buy_rent, $lang_array['earn_users_buy_rent']);
echo "

".$earn_users_pro."
";
}
?>
user->username);
$link_load = '?link1=settings&page=my_affiliates&user='.$pt->user->username;
}
?>