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

This commit is contained in:
zero 2007-03-29 07:10:07 +00:00
parent f65ca20328
commit f84e725414
5 changed files with 44 additions and 1 deletions

View file

@ -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>

View file

@ -454,5 +454,12 @@
$info->file = './'.$image_mark_file;
return $info;
}
/**
* @brief 선택된 회원의 간단한 메뉴를 표시
**/
function getMemberMenu() {
}
}
?>