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

Popular posts from this blog

javascript - gulp-nodemon - nodejs restart after file change - Error: listen EADDRINUSE events.js:85 -

Fatal Python error: Py_Initialize: unable to load the file system codec. ImportError: No module named 'encodings' -

javascript - oscilloscope of speaker input stops rendering after a few seconds -