Tema: web mobile
Ver Mensaje Individual
  #4 (permalink)  
Antiguo 26/09/2011, 11:45
Avatar de jdelrioj
jdelrioj
 
Fecha de Ingreso: julio-2008
Ubicación: La Rambla , Córdoba -> Andalucía
Mensajes: 340
Antigüedad: 15 años, 9 meses
Puntos: 13
Respuesta: web mobile

Ahi lo tienes quitas
if($myBrowser) {
include_once(dirname(__FILE__).DS.'_mobile.php');
} else {
include_once(dirname(__FILE__).DS.'_default.php');
}
y pones

include_once(dirname(__FILE__).DS.'_default.php');