isMobile() && !$detector->isTablet())? "y" : "n"; } $vtype = ''; if (substr_count($_SERVER['PHP_SELF'], '/') > 1) { $vtype .= '../'; } $vtype .= ($_SESSION['mobile'] == "y")? '_mobile/' : '_desktop/'; include $vtype . $_SERVER['PHP_SELF']; ?>