I want to enable template path hints in admin panel. I know how to do it for the front end, but for back end?? I actually want to edit the admin panel .
Thanks in a
You can enable template and block path hints in every store (including the admin store) by setting them in the Magento configuration. To do this, simply edit your module's configuration file config.xml (which gets injected into Magento's global configuration).
To enable template and block path hints in the admin area add this to your config.xml file
...
1
1
To disable path hints simply change to 0, or delete the node.