Skip to content

Instantly share code, notes, and snippets.

@desbest
Created August 8, 2012 23:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save desbest/028124ba4b022b0685e2 to your computer and use it in GitHub Desktop.
Save desbest/028124ba4b022b0685e2 to your computer and use it in GitHub Desktop.
for Desbest_Brands not working
<?xml version="1.0"?>
<config>
<modules>
<Desbest_Brands>
<version>1</version>
</Desbest_Brands>
</modules>
<frontend>
<routers>
<brands>
<use>standard</use>
<args>
<module>Desbest_Brands</module>
<frontName>brands</frontName>
</args>
</brands>
</routers>
<layout>
<updates>
<test>
<file>Desbest_Brands/layout.xml</file>
</test>
</updates>
</layout>
</frontend>
<global>
<blocks>
<brands>
<class>Desbest_Brands_Block</class>
</brands>
</blocks>
<helpers>
<brands>
<class>Desbest_Brands_Helper</class>
</brands>
</helpers>
</global>
<admin>
<routers>
<brands>
<use>admin</use>
<args>
<module>Desbest_Brands</module>
<frontName>brands</frontName>
</args>
</brands>
</routers>
</admin>
<adminhtml>
<layout>
<updates>
<brands>
<files>Desbest_Brands/adminlayout.xml</files>
</brands>
</updates>
</layout>
</adminhtml>
</config>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment