git-svn-id: http://xe-core.googlecode.com/svn/trunk@1822 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-06-28 06:51:15 +00:00
parent c8c89ec01b
commit 2bc91e1c14
6 changed files with 27 additions and 26 deletions

View file

@ -65,7 +65,8 @@
// 메일 보내기
$menu_str = Context::getLang('cmd_send_email');
$menu_url = sprintf('%s <%s>', $user_name, $email_address);
//$menu_url = sprintf('%s <%s>', $email_address, $user_name);
$menu_url = sprintf('%s', $email_address);
$menu_list[] = sprintf('%s,%s,sendMailTo(\'%s\')', Context::getRequestUri().'/modules/member/tpl/images/icon_sendmail.gif', $menu_str, $menu_url);
}