git-svn-id: http://xe-core.googlecode.com/svn/trunk@204 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-03-02 03:35:44 +00:00
parent 2332c8d246
commit f068fb2fe3
9 changed files with 80 additions and 3 deletions

View file

@ -53,6 +53,7 @@
<action name="procClearFile" type="controller" />
<action name="dispAdminContent" type="view" standalone="true" admin_index="true" />
<action name="dispAdminModuleConfig" type="view" standalone="true" />
<action name="dispAdminBoardInfo" type="view" standalone="true" />
<action name="dispAdminInsertBoard" type="view" standalone="true" />
<action name="dispAdminDeleteBoard" type="view" standalone="true" />
@ -68,5 +69,6 @@
<action name="procDeleteBoard" type="controller" standalone="true" />
<action name="procInsertCategory" type="controller" standalone="true" />
<action name="procUpdateCategory" type="controller" standalone="true" />
<action name="procInsertConfig" type="controller" standalone="true" />
</actions>
</module>