mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-12 23:31:44 +09:00
19 lines
1.2 KiB
XML
19 lines
1.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<module>
|
|
<actions>
|
|
<action name="dispContent" type="view" admin_index="true" standalone="true" />
|
|
<action name="dispInsertLayout" type="view" standalone="true" />
|
|
<action name="dispLayoutMenu" type="view" standalone="true" />
|
|
<action name="dispDownloadedLayoutList" type="view" standalone="true" />
|
|
<action name="dispLayoutInfo" type="view" standalone="true" />
|
|
<action name="getLayoutMenuSrl" type="model" standalone="true" />
|
|
<action name="getMenuTplInfo" type="model" standalone="true" />
|
|
<action name="procInsertLayout" type="controller" standalone="true" />
|
|
<action name="procUpdateLayout" type="controller" standalone="true" />
|
|
<action name="procDeleteLayout" type="controller" standalone="true" />
|
|
<action name="procInsertLayoutMenu" type="controller" standalone="true" />
|
|
<action name="procDeleteLayoutMenu" type="controller" standalone="true" />
|
|
<action name="procMakeXmlFile" type="controller" standalone="true" />
|
|
<action name="procMoveLayoutMenu" type="controller" standalone="true" />
|
|
</actions>
|
|
</module>
|