Skip to content

Instantly share code, notes, and snippets.

@xcommerce-gists
Created January 17, 2014 22:00
Show Gist options
  • Save xcommerce-gists/8482541 to your computer and use it in GitHub Desktop.
Save xcommerce-gists/8482541 to your computer and use it in GitHub Desktop.
Sample app/code/etc/modules/Magentostudy_News.xml for the News Management extension
<?xml version="1.0"?>
<!--
/**
* Module initial config
*
* @author Magento
*/
-->
<config>
<modules>
<Magentostudy_News>
<active>true</active>
<codePool>community</codePool>
<depends>
<Mage_Adminhtml />
</depends>
</Magentostudy_News>
</modules>
</config>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment