include('includes/traduce.inc.php'); include('classes/theme.class.php'); include('classes/newgalery.class.php'); include('classes/eventos.class.php'); $theme = new selTeheme(1, 0); if($theme->validaThemeIndex() == 0){ if(isset($_POST['ruta'])){ $theme->setTheme($_POST['ruta']); } else{ $theme->setTheme('X'); } } if($theme->validaThemeIndex() == 1 && isset($_POST['ruta'])){ $theme->setTheme($_POST['ruta']); } $nota = new selNotaGale(0); $evento = new selEvemto(0); ?>