LEAVE A REVIEW?
IT WOULD REALLY BE APPRECIATED IF YOU COULD LEAVE AN HONEST REVIEW.
How would you rate your experience?
Please take a moment to share your experience!
No thanks, I'd prefer to write my review here.
global $eapProfile;
$logo = $eapProfile['profileLogoWhite'];
$logo2 = $eapProfile['profileLogo'];
$eap_theme_email = $eapProfile['profileEmail'];
$tran = (!empty($hlayout) && 'transparent' == $hlayout) ? 'transparent' : '';
if (!empty($tran) && 'transparent' == $tran) {
$logo = $eapProfile['profileLogoWhite'];
}
$mainColor = $eapProfile['frontColorMain'];
?>