forked from netzkollektiv/wfs-disable-compare
-
Notifications
You must be signed in to change notification settings - Fork 0
/
module.xml
executable file
·43 lines (43 loc) · 1.18 KB
/
module.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<?xml version="1.0"?>
<!--
/**
* WebFlakeStudio
*
* NOTICE OF LICENSE
*
* This source file is subject to the EULA
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://webflakestudio.com/WFS-LICENSE-COMMUNITY.txt
*
*
* MAGENTO EDITION USAGE NOTICE
*
* This package designed for Magento COMMUNITY edition
* WebFlakeStudio does not guarantee correct work of this extension
* on any other Magento edition except Magento COMMUNITY edition.
* WebFlakeStudio does not provide extension support in case of
* incorrect edition usage.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade Magento to newer
* versions in the future.
*
* @category Wfs
* @package Wfs_DisableCompare
* @copyright Copyright (c) 2013 WebFlakeStudio (http://webflakestudio.com)
* @license http://webflakestudio.com/WFS-LICENSE-COMMUNITY.txt
*/
-->
<config>
<modules>
<Wfs_DisableCompare>
<active>true</active>
<codePool>community</codePool>
<depends>
<Mage_Catalog/>
</depends>
</Wfs_DisableCompare>
</modules>
</config>