Version Notes
hello every bodyhello every bodyhello every bodyhello every body
Download this release
Release Info
Developer | Magento Core Team |
Extension | magento_absolute_themes |
Version | 1.4.1.0 |
Comparing to | |
See all releases |
Version 1.4.1.0
- app/etc/modules/Chimps_Theme.xml +17 -0
- package.xml +18 -0
app/etc/modules/Chimps_Theme.xml
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<!--
|
3 |
+
/**
|
4 |
+
* @category Chimps
|
5 |
+
* @package Chimps_Theme
|
6 |
+
* @author ModuleCreator
|
7 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
8 |
+
*/
|
9 |
+
-->
|
10 |
+
<config>
|
11 |
+
<modules>
|
12 |
+
<Chimps_Theme>
|
13 |
+
<active>true</active>
|
14 |
+
<codePool>local</codePool>
|
15 |
+
</Chimps_Theme>
|
16 |
+
</modules>
|
17 |
+
</config>
|
package.xml
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<package>
|
3 |
+
<name>magento_absolute_themes</name>
|
4 |
+
<version>1.4.1.0</version>
|
5 |
+
<stability>stable</stability>
|
6 |
+
<license uri="http://creativecommons.org/licenses/by/3.0/">OSL v3.0</license>
|
7 |
+
<channel>community</channel>
|
8 |
+
<extends/>
|
9 |
+
<summary>hello every body</summary>
|
10 |
+
<description>>Magento Absolute Template based on 2 column home page layout with products slider and image slider on welcome page. JavaScript slider on front page is easy to use and SEO friendly.</description>
|
11 |
+
<notes>hello every bodyhello every bodyhello every bodyhello every body</notes>
|
12 |
+
<authors><author><name>shakil</name><user>auto-converted</user><email>shakilbzu@yahoo.com</email></author></authors>
|
13 |
+
<date>2011-04-06</date>
|
14 |
+
<time>14:42:56</time>
|
15 |
+
<contents><target name="mage"><dir name="app"><dir name="etc"><dir name="modules"><file name="Chimps_Theme.xml" hash="92972deae35b282265fd9a27dd9a303f"/></dir></dir></dir></target></contents>
|
16 |
+
<compatible/>
|
17 |
+
<dependencies/>
|
18 |
+
</package>
|