isMobile() ? ($detect->isTablet() ? 'tablet' : 'phone') : 'computer');
$mobile = false;
if ($detect->isMobile() || $detect->isTablet()) {
$mobile = true;
} else {
$mobile = false;
}
// Full Site Code If user wants to go back to the full website on mobile
include('../includes/fullsite.php');
$whichPage=5;
include('../includes/config.php');
$pk = 'Video Gallery NYC';
?>