getConfig('rutaClassRel') . "core/lang/Lang.class.php"); $lang = new Lang(); //Clase User include_once($site->getConfig('rutaClassRel') . "core/user/User.class.php"); $user = new User('public_users'); //Clase Modulos include_once($site->getConfig('rutaClassRel') . "core/module/PublicModule.class.php"); $module = new PublicModule(); if($module->getModule('class')) include_once($site->getConfig('rutaModulesRel') . $module->getConfig('src')); //El modulo no tiene listado if($module->getConfig('estructure') == 0 || $module->getConfig('src') == '') $site->showError(404); //Esta la web cerrada por obras? if($site->getConfig('working')) if($site->getURL('id1') != _MOD_AVISOS) $site->showError(1000); //History if($module->getConfig('link') != _MOD_LOGIN && $module->getConfig('link') != _MOD_AVISOS && $module->getConfig('link') != _MOD_PROCESO_COMPRA) $_SESSION['url'] = $site->getActualPageLink(); else if($_SESSION['url'] == '') $_SESSION['url'] = $site->getLink(_MOD_PORTADAS); //Clase Posicionador include_once($site->getConfig('rutaClassRel') . "core/posicionador/Posicionador.class.php"); $posicionador = new Posicionador($module->getConfig('id'), $module->getSelectedElement()); //GOOGLE ANALYTICS include_once($site->getConfig('rutaClassRel') . 'core/googleAnalytics/googleAnalytics.class.php'); $gA = new googleAnalytics($site->getConfig('googleACode')); //Clase Fechas include_once($site->getConfig('rutaClassRel') . "core/fechas/Fechas.class.php"); $fechas = new Fecha(); //Clase Parser include_once($site->getConfig('rutaClassRel') . "core/parser/Parser.class.php"); $parser = new Parser(); include_once($site->getConfig('rutaTemplate') . 'index.php') $module->saveVisit() $site->close() ob_end_flush() */?>