include '_includes/application.php';
//do login stuff here.
if (/*facebookLogin() || */twitterLogin())
{
$_SESSION['loggedin'] = true;
}
set_page_title('Home');
include '_includes/header.php';
?>
Jamiroquai
Sign in with Twitter or Facebook to access an exclusive behind the scenes Jamiroquai studio video.
if (isset($_SESSION['loggedin']) && $_SESSION['loggedin'] === true) { ?>
addFlash("player", "_flash/video.swf", 530, 300); ?>
} else { ?>
} ?>
'Rock Dust Light Star' - the new album - November 1st - Pre-order now from amazon.co.uk.
include '_includes/footer.php';
?>