mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-21 04:09:55 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1822 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
c8c89ec01b
commit
2bc91e1c14
6 changed files with 27 additions and 26 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue