get("SID"); $mode = $cst->get("mode"); $meri = $cst->get("meri"); $user = $cst->get("user"); $ln = $cst->get("locale_name"); $lo = $cst->get("locale_obj"); $index = $cst->get("index"); $mutp = $cst->get("mutp"); $mdir = $cst->get("mdir"); $mtype = $index["PGTYPE"]; // HTML ENGINE BEGIN $hstr = "
"; if (!empty($index["PGTBCOR"]) || !empty($index["PGTFCOR"]) || !empty($index["PGDBCOR"]) || !empty($index["PGDFCOR"]) || !empty($index["PGCBCOR"])) { $hstr .= ""; } $hstr .="
". "
". "

".$lo->text("MENU_".$mode)."

". "
"; if ($index["MODNAME"] == "CSSETUP" || $index["MODNAME"] == "CSWEB_TMP") { $hstr .= ""; } if ($index["MODNAME"] == "CSWEB_BUP") { $hstr .= ""; } $hstr .= "
"; if ($index["MODNAME"] == "CSWEB_BUP") { $hstr .= "
"; } $hstr .= "
". "
". "
". "
". "
". "
". ""; // HTML ENGINE END echo $hstr; ?>