Files
dnssash/adm/admin.menu000.php
T
2026-06-11 18:47:38 +09:00

12 lines
778 B
PHP
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
$menu['menu000'] = array(
array('000000', '빌더설정', G5_ADMIN_URL . '/rb/rb_form.php', 'rb_config'),
array('000000', '빌더설정', G5_ADMIN_URL . '/rb/rb_form.php', 'rb_config'),
array('000100', '환경설정', G5_ADMIN_URL . '/rb/config_form.php', 'rb_config'),
array('000200', '모듈관리', G5_ADMIN_URL . '/rb/module_list.php', 'rb_config'),
array('000000', ' ', G5_ADMIN_URL . '', 'rb_config'),
array('000300', '배너 관리', G5_ADMIN_URL . '/rb/banner_list.php', 'rb_config'),
array('000400', '게시물 관리', G5_ADMIN_URL . '/rb/bbs_list.php', 'rb_config'),
array('000500', 'SEO 관리 ', G5_ADMIN_URL . '/rb/seo_form.php', 'rb_config'),
array('000000', ' ', G5_ADMIN_URL . '', 'rb_config'),
);