rhymix/modules/krzip/conf/module.xml

16 lines
527 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<module>
<grants />
<actions>
<action name="dispKrzipSearchForm" type="view" meta-noindex="true" />
<action name="getKrzipCodeList" type="model" />
<action name="dispKrzipAdminConfig" type="view" menu_name="krzip" menu_index="true" admin_index="true" />
<action name="procKrzipAdminInsertConfig" type="controller" ruleset="krzipConfig" />
</actions>
<menus>
<menu name="krzip" type="all">
<title xml:lang="ko">한국 우편번호</title>
</menu>
</menus>
</module>