addChildMenu("community", "커스텀메뉴", G5_ADMIN_URL . "/{your_file_name}.php", true, 1, "{bootstrap icon css code}", 0); $menu["community"]->getLastAddedMenu()->addSubURL("/{your_subfile_name}.php"); */ /* !! TODO if (!isset($menu["community"])) { $menu["community"] = new MenuCategory("community", "community", "커뮤니티 호환기능", "", true, 4, "", 0); } $menu["community"]->addChildMenu("config", "커뮤니티 설정", G5_ADMIN_URL . "/community_form.php", true, 100, "\F3B3", 0); $menu["community"]->addChildMenu("config", "캐릭터 관리", G5_ADMIN_URL . "/character_list.php", true, 200, "\F379", 0); $menu["community"]->getLastAddedMenu()->addSubURL("/character_list_update.php"); $menu["community"]->getLastAddedMenu()->addSubURL("/character_form.php"); $menu["community"]->getLastAddedMenu()->addSubURL("/character_form_update.php"); */