rhymix/modules/trackback/conf/module.xml
ChanMyeong 8fcd53ae12 Auto install UI updated.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8927 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-08-29 08:06:03 +00:00

33 lines
1.5 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<module>
<grants />
<permissions />
<actions>
<action name="dispTrackbackSend" type="view" standalone="true" />
<action name="dispTrackbackAdminList" type="view" admin_index="true" standalone="true" menu_name="trackback" menu_index="true" />
<action name="trackback" type="controller" standalone="true" />
<action name="procTrackbackSend" type="controller" standalone="true" ruleset="sendTrackback" />
<action name="procTrackbackGetList" type="controller" standalone="true" />
<action name="procTrackbackAdminDeleteChecked" type="controller" standalone="true" ruleset="deleteChecked" />
<action name="procTrackbackAdminInsertConfig" type="controller" standalone="true" />
<action name="procTrackbackAdminInsertModuleConfig" type="controller" standalone="true" />
<action name="procTrackbackAdminAddCart" type="controller" standalone="true" />
</actions>
<menus>
<menu name="trackback">
<title xml:lang="en">Trackback</title>
<title xml:lang="ko">엮인글</title>
<title xml:lang="zh-CN">Trackback</title>
<title xml:lang="jp">Trackback</title>
<title xml:lang="es">Trackback</title>
<title xml:lang="ru">Trackback</title>
<title xml:lang="fr">Trackback</title>
<title xml:lang="zh-TW">Trackback</title>
<title xml:lang="vi">Trackback</title>
<title xml:lang="mn">Trackback</title>
<title xml:lang="tr">Trackback</title>
</menu>
</menus>
</module>