Version Notes
dd a vertical menu to your site. Features many css classes and several configuration options
Download this release
Release Info
Developer | Magento Core Team |
Extension | RicoNeitzel_VertNavsss |
Version | 1.1.20123 |
Comparing to | |
See all releases |
Version 1.1.20123
- 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>RicoNeitzel_VertNavsss</name>
|
4 |
+
<version>1.1.20123</version>
|
5 |
+
<stability>stable</stability>
|
6 |
+
<license uri="http://opensource.org/licenses/osl-3.0.php">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>dd a vertical menu to your site. Features many css classes and several configuration options</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>15:19:04</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>
|