Advertisement
andhiirawan

Magento Custom Dashboard Tab - KS_Dashboard.xml

Feb 25th, 2015
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.28 KB | None | 0 0
  1. <!-- Path : app\etc\modules\KS_Dashboard.xml -->
  2.  
  3. <?xml version="1.0"?>
  4. <config>
  5.     <modules>
  6.         <KS_Dashboard>
  7.             <active>true</active>
  8.             <codePool>local</codePool>
  9.             <depends>
  10.                 <Mage_Adminhtml />
  11.             </depends>
  12.         </KS_Dashboard>
  13.     </modules>
  14. </config>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement