Magento get/call for a specifc part of the admin menu -


does know how can content of "system" menu in admin section.

enter image description here

i want create separate bar content of system menu don't know how can it.

i tried one, displays entire menu. want system part.

<?php echo $this->getmenulevel($this->getmenuarray()); ?> 

if got ideas, please suggest hints

this should done not phtml level should create module it. first 1 takes bit of time, once hang of it, should easy. link should explain how.


Comments

Popular posts from this blog

c++ - CryptStringToBinary API behavior -

c++ - Correct method for redrawing a layered window -

java.util.scanner - How to read and add only numbers to array from a text file -