mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
21 lines
1.2 KiB
XML
21 lines
1.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<module>
|
|
<actions>
|
|
<action name="dispLayoutAdminContent" type="view" admin_index="true" standalone="true" />
|
|
<action name="dispLayoutAdminInsert" type="view" standalone="true" />
|
|
<action name="dispLayoutAdminMenu" type="view" standalone="true" />
|
|
<action name="dispLayoutAdminDownloadedList" type="view" standalone="true" />
|
|
<action name="dispLayoutAdminInfo" type="view" standalone="true" />
|
|
<action name="dispLayoutAdminMidList" type="view" standalone="true" />
|
|
|
|
<action name="getLayoutAdminMenuTplInfo" type="model" standalone="true" />
|
|
|
|
<action name="procLayoutAdminInsert" type="controller" standalone="true" />
|
|
<action name="procLayoutAdminUpdate" type="controller" standalone="true" />
|
|
<action name="procLayoutAdminDelete" type="controller" standalone="true" />
|
|
<action name="procLayoutAdminInsertMenu" type="controller" standalone="true" />
|
|
<action name="procLayoutAdminDeleteMenu" type="controller" standalone="true" />
|
|
<action name="procLayoutAdminMakeXmlFile" type="controller" standalone="true" />
|
|
<action name="procLayoutAdminMoveMenu" type="controller" standalone="true" />
|
|
</actions>
|
|
</module>
|