}
if ($sbt_edit) {
    $flag = null;
    if ($hdn_art_cat_id) {
        $art_cat_obj->setWhere('art_cat_id=' . intval($hdn_art_cat_id));
        $art_cat_info = $art_cat_obj->query_keke_witkey_article_category();
        $art_cat_info = $art_cat_info[0];
        if ($art_cat_info['art_cat_pid'] > 0) {
            $art_cat_obj->setArt_cat_pid($slt_cat_id);
        }
    } else {
        $art_cat_obj->setArt_cat_pid($slt_cat_id);
    }
    $art_cat_obj->setCat_name(kekezu::escape($txt_cat_name));
    $art_cat_obj->setListorder($txt_listorder ? $txt_listorder : 0);
    $art_cat_obj->setIs_show(intval($chk_is_show));
    $art_cat_obj->setSeo_title($seo_title);
    $art_cat_obj->setSeo_keyword($seo_keyword);
    $art_cat_obj->setSeo_desc($seo_desc);
    $art_cat_obj->setOn_time(time());
    if ($type == "art") {
        $art_cat_obj->setCat_type("article");
        $top_index = '{1}';
    } else {
        if ($type == "help") {
            $art_cat_obj->setCat_type("help");
            $top_index = '{100}';
        } else {
            if ($type == "single") {
                $art_cat_obj->setCat_type("single");
            }