php - How to add custom tab to CMS selection in magento admin menu -
please me. have module - feedback. want add tab cms selection in magento admin menu, cms->feedback.
in tab want show grid of received messages.
write code in module config.xml file.
<config> <adminhtml> <menu> <cms> <children> <feedback module="feedback"> <title>feedback</title> <sort_order>10</sort_order> <action>feedback/adminhtml_feedback</action> </feedback > </children> </cms> </menu> </adminhtml> </config>
Comments
Post a Comment