Created
January 17, 2014 22:00
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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