rhymix/modules/layout/conf/module.xml

13 lines
686 B
XML

<?xml version="1.0" encoding="utf-8"?>
<module>
<actions>
<action name="dispContent" type="view" admin_index="true" standalone="true" />
<action name="dispLayoutMenuInfo" type="view" standalone="true" />
<action name="dispInsertLayout" type="view" standalone="true" />
<action name="dispLayoutInfo" type="view" standalone="true" />
<action name="dispList" type="controller" standalone="true" />
<action name="getLayoutMenuSrl" type="model" standalone="true" />
<action name="getMenuInfo" type="model" standalone="true" />
<action name="procInsertLayout" type="controller" standalone="true" />
</actions>
</module>