Version Notes
Initial release.
Download this release
Release Info
Developer | Mark Shust |
Extension | Markshust_Enterprisefallback |
Version | 1.0.0.0 |
Comparing to | |
See all releases |
Version 1.0.0.0
- app/etc/modules/Markshust_Enterprisefallback.xml +15 -0
- package.xml +18 -0
app/etc/modules/Markshust_Enterprisefallback.xml
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<!--
|
3 |
+
* @category Markshust
|
4 |
+
* @package Markshust_Enterprisefallback
|
5 |
+
* @author Mark Shust <mark@shust.com>
|
6 |
+
* @license http://sam.zoy.org/wtfpl/
|
7 |
+
-->
|
8 |
+
<config>
|
9 |
+
<modules>
|
10 |
+
<Markshust_Enterprisefallback>
|
11 |
+
<active>true</active>
|
12 |
+
<codePool>community</codePool>
|
13 |
+
</Markshust_Enterprisefallback>
|
14 |
+
</modules>
|
15 |
+
</config>
|
package.xml
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<package>
|
3 |
+
<name>Markshust_Enterprisefallback</name>
|
4 |
+
<version>1.0.0.0</version>
|
5 |
+
<stability>stable</stability>
|
6 |
+
<license uri="http://sam.zoy.org/wtfpl/">WTFPL</license>
|
7 |
+
<channel>community</channel>
|
8 |
+
<extends/>
|
9 |
+
<summary>This extension adds the Enterprise package/theme to the fallback layer of Magento.</summary>
|
10 |
+
<description>This extension adds the Enterprise theme to the fallback layer of Magento. This allows you to create your own namespace_theme, while still falling back to the Enterprise package for non-existent files.</description>
|
11 |
+
<notes>Initial release.</notes>
|
12 |
+
<authors><author><name>Mark Shust</name><user>markoshust</user><email>mark@shust.com</email></author></authors>
|
13 |
+
<date>2011-11-30</date>
|
14 |
+
<time>22:12:50</time>
|
15 |
+
<contents><target name="mage"><dir name="app"><dir name="etc"><dir name="modules"><file name="Markshust_Enterprisefallback.xml" hash="e5cdbc03b6dfa4a8b3e7e24a907aedb0"/></dir></dir></dir></target></contents>
|
16 |
+
<compatible/>
|
17 |
+
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php><package><name></name><channel>connect.magentocommerce.com/core</channel><min></min><max></max></package></required></dependencies>
|
18 |
+
</package>
|