mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@766 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
f65ca20328
commit
f84e725414
5 changed files with 44 additions and 1 deletions
|
|
@ -26,5 +26,7 @@
|
|||
<action name="procInsertImageMark" type="controller" standalone="true" />
|
||||
<action name="procDeleteImageName" type="controller" standalone="true" />
|
||||
<action name="procDeleteImageMark" type="controller" standalone="true" />
|
||||
|
||||
<action name="getMemberMenu" type="model" standalone="true" />
|
||||
</actions>
|
||||
</module>
|
||||
|
|
|
|||
|
|
@ -454,5 +454,12 @@
|
|||
$info->file = './'.$image_mark_file;
|
||||
return $info;
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief 선택된 회원의 간단한 메뉴를 표시
|
||||
**/
|
||||
function getMemberMenu() {
|
||||
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue