$basdir = "/home/mycra/public_html/includes/";
/*
// ********************* Google Mobile detect redirect script **************************
// These lines are mandatory.
include $basdir . "/classes/mobile-detect/Mobile_Detect.php";
//var_dump(get_included_files());
$detect = new Mobile_Detect;
//$detect = new MobileDetect;
// 1. Check for mobile environment.
if ($detect->isMobile()) {
// Your code here.
header('http://www.mycra.com.au/Partners/add-referrer.php', true, 301);
}
// 2. Check for tablet device.
if($detect->isTablet()){
// Your code here.
}
// 3. Check for any mobile device, excluding tablets.
if ($detect->isMobile() && !$detect->isTablet()) {
// Your code here.
}
// 4. Keep the value in $_SESSION for later use
// and for optimizing the speed of the code.
if(!$_SESSION['isMobile']){
$_SESSION['isMobile'] = $detect->isMobile();
}
// 5. Redirect the user to your mobile version of the site.
if($detect->isMobile()){
header('http://www.mycra.com.au/Partners/add-referrer.php', true, 301);
}
*/
$PageTitle = "MyCra Mortgage Brokers";
$PageDescription = "Motor vehicle brokers, car brokers, boat brokers, and motorcycle brokers can all log in here to access specific information to help build additional revenue streams from otherwise lost business";
$keyWords = "mycra, cra, credit repair, credit rating repair, remove defaults,car broker,Mortgage Broker, motor vehicle brokerage, credit file check, Free Holiday in April 2011, Free easter 2011 holiday, credit file, credit file repair, defaults, free copy of your credit file, judgements, writs, identity theft ";
$breadcrumb = "Home » Partners » Mortgage Brokers..";
include $basdir . "header.php";
/* PAGETITLE MyCRA Home Page */
?>
################## Simple mobile redirect script ######################
?>
|
|
If you're a Mortgage Broker and don't currently receive email updates, or you don't yet refer clients to MyCRA...
Please enter your details here and we'll keep you 'up to date' with all of the changes to credit reporting law, ways you can make more money and other information specific to your business and Credit Repair.
|
|
|
|
include $basdir."adserver.php"; ?>
include $basdir."footer.php"; ?>