rhymix/modules/trackback/conf/module.xml
2007-11-01 10:28:42 +00:00

15 lines
714 B
XML

<?xml version="1.0" encoding="utf-8"?>
<module>
<grants />
<actions>
<action name="dispTrackbackSend" type="view" standalone="true" />
<action name="dispTrackbackAdminList" type="view" admin_index="true" standalone="true" />
<action name="trackback" type="controller" standalone="true" />
<action name="procTrackbackSend" type="controller" standalone="true" />
<action name="procTrackbackAdminDeleteChecked" type="controller" standalone="true" />
<action name="procTrackbackAdminInsertConfig" type="controller" standalone="true" />
<action name="procTrackbackAdminInsertModuleConfig" type="controller" standalone="true" />
</actions>
</module>