////////////////////////////////////// // INICIAMOS EL MOTOR V.01 // // CEROTEC ESTUDIOS COPYRIGHT // ////////////////////////////////////// include_once('modulos/engine/abre.php'); ////////////////////////////////////// // CARGAMOS MODULOS SECCION // ////////////////////////////////////// // CONTROLADOR DEL CONTACTAR include_once('modulos/varios/contactar.php'); include_once('modulos/metas/funciones_metas.php'); CJavascript::usar("googlemap"); // mapa google //if(isset($opciones_web) && $opciones_web['googlemap'] == 1){ $onLoad .= "load(); "; $onUnload .= "GUnload(); "; CCSS::usarCSSInline("googlemap"); CJavascript::usar("googlemap"); CJavascript::usarScriptInline("googlemap"); //} $m_metatags = montar_metas(); ?>