first commit 2
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
if (!defined('_GNUBOARD_')) exit;
|
||||
|
||||
$menu = array(
|
||||
'title' => '메일 관리',
|
||||
'link' => '',
|
||||
'submenu' => array(
|
||||
array(
|
||||
'title' => 'SMTP 설정',
|
||||
'link' => G5_ADMIN_URL . '/mail_manage/smtp_config.php',
|
||||
),
|
||||
array(
|
||||
'title' => '메일 템플릿 관리',
|
||||
'link' => G5_ADMIN_URL . '/mail_manage/template.php',
|
||||
),
|
||||
array(
|
||||
'title' => '메일 발송 이력 관리',
|
||||
'link' => G5_ADMIN_URL . '/mail_manage/send_log.php',
|
||||
),
|
||||
),
|
||||
);
|
||||
|
||||
return $menu;
|
||||
Reference in New Issue
Block a user