Example #1
0
        include 'pages/tracking.php';
        break;
    case 'receipt':
        include 'pages/receipt.php';
        break;
    default:
        include 'pages/home.php';
        break;
}
$content = ob_get_clean();
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <title><?php 
echo ConfigTT::getPartnerName();
?>
 bookings</title>
        <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
        <meta name="keywords" content=""/>
        <meta name="description" content=""/>
        <meta name="robots" content="index, follow, noarchive"/>
        <meta name="googlebot" content="noarchive"/>
        <base href="<?php 
echo $td->getHomeUrl();
?>
" />
        <link rel="shortcut icon" href="images/icon.ico" type="image/x-icon" />

        <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300' rel='stylesheet' type='text/css'>
            <link rel="stylesheet" href="<?php