mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 06:39:56 +09:00
회원 이름 클릭시 나타나는 메뉴의 아이콘 변경 및 관리 메뉴를 최상단으로 이동
git-svn-id: http://xe-core.googlecode.com/svn/trunk@2311 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
acce559fe4
commit
25970c967c
15 changed files with 16 additions and 13 deletions
|
|
@ -48,6 +48,13 @@
|
|||
// menu_list 에 "표시할글,target,url" 을 배열로 넣는다
|
||||
$menu_list = array();
|
||||
|
||||
// 최고 관리자라면 회원정보 수정 메뉴 만듬
|
||||
if($logged_info->is_admin == 'Y') {
|
||||
$menu_str = Context::getLang('cmd_management');
|
||||
$menu_link = sprintf("%s?module=admin&act=dispMemberAdminInsert&member_srl=%s",Context::getRequestUri(),$member_srl);
|
||||
$menu_list[] = sprintf("\n%s,%s,winopen('%s','MemberModifyInfo')", Context::getRequestUri().'/modules/member/tpl/images/icon_management.gif',$menu_str, $menu_link);
|
||||
}
|
||||
|
||||
// 회원 정보 보기
|
||||
$menu_str = Context::getLang('cmd_view_member_info');
|
||||
$menu_url = sprintf('./?mid=%s&act=dispMemberInfo&member_srl=%s', $mid, $member_srl);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue