define("C_SYS", "1"); define("C_REL_PATH", ""); require_once(C_REL_PATH . 'inc/common.php'); $cmod = fGetPHPValue('g', 'cmod', strtolower(C_SITE_NAME), 'l'); if ($oSession->itlevel > C_MAINTENANCE_MODE) { include(C_REL_PATH . 'inc/construccion.php'); } else { fCheckAccess($oSession->id, $oSession->itlevel, fGetModId($cmod)); if (fGetModiHead($cmod) == 0 && fModExistsAndIsEnabled($cmod, C_SYS) > 0) { fLoadIncPage($cmod, $oSession); } else { list($ctagtitle, $cmetakeywordscontent, $cmetadescriptioncontent) = fGetMetaContent($cmod); require(C_REL_PATH . 'inc/bulbo.php'); ?>