ecommerceoffice_megamenusidebar - Version 1.0.2

Version Notes

1.0.2

Download this release

Release Info

Developer Magento Core Team
Extension ecommerceoffice_megamenusidebar
Version 1.0.2
Comparing to
See all releases


Code changes from version 1.0.0 to 1.0.2

app/code/community/Ip/Megamenusidebar/Block/Developer.php CHANGED
@@ -40,15 +40,13 @@ class Ip_Megamenusidebar_Block_Developer extends Mage_Adminhtml_Block_System_Con
40
  $content.= '<a href="http://www.ecommerceoffice.com/" target="_blank"><img src="'.Mage::getBaseUrl(Mage_Core_Model_Store::URL_TYPE_SKIN).'frontend/base/default/ip_megamenusidebar/promo.jpg" alt="www.ecommerceoffice.com" /></a>';
41
  $content.= '<div class="info">';
42
  $content.= '<h3>Magento extensions</h3>';
43
- $content.= '<p><a href="http://www.ecommerceoffice.com/" target="_blank">www.ecommerceoffice.com</a> - experts are specializing in custom extension development for the world\'s fastest growing eCommerce platform - Magento. <br/>';
44
- $content.= 'All extensions are designed for the Magento CMS archetecture, using native libraries and only the most efficient approaches to development.<br/>';
45
- $content.= 'If you need Magento development or have a concept for an extension you\'d like developed for the Magento CMS platform, please contact us.</br></p>';
46
  $content.= '--------------------------------------------------------<br>';
47
  $content.= '<span class="contact-type">Website:</span> <a href="http://www.ecommerceoffice.com/" target="_blank">www.ecommerceoffice.com</a> <br/>';
48
  $content.= '<span class="contact-type">E-mail:</span> volgodark@gmail.com / office.commerce@gmail.com<br/>';
49
  $content.= '<span class="contact-type">Skype:</span> volgodark <br/>';
50
- $content.= '<span class="contact-type">Phone:</span> +7 909389 2222 <br/>';
51
- $content.= '<span class="contact-type">Magento:</span> <a href="http://www.magentocommerce.com/magento-connect/developer/developer" target="_blank">visit</a> <br/>';
52
  $content.= '<span class="contact-type">Facebook:</span> <a href="http://www.facebook.com/ivan.proskuryakov" target="_blank">visit</a> <br/>';
53
  $content.= '<span class="contact-type">LinkedIn:</span> <a href="http://www.linkedin.com/pub/ivan-proskuryakov/31/200/316" target="_blank">visit</a> <br/>';
54
 
40
  $content.= '<a href="http://www.ecommerceoffice.com/" target="_blank"><img src="'.Mage::getBaseUrl(Mage_Core_Model_Store::URL_TYPE_SKIN).'frontend/base/default/ip_megamenusidebar/promo.jpg" alt="www.ecommerceoffice.com" /></a>';
41
  $content.= '<div class="info">';
42
  $content.= '<h3>Magento extensions</h3>';
43
+ $content.= '<p>All our extensions are designed for the Magento CMS archetecture, using native libraries and only the most efficient approaches to development.<br/>';
44
+ $content.= 'If you need Magento development or have a concept for an extension you\'d like developed for the Magento CMS platform, please contact us.</p>';
 
45
  $content.= '--------------------------------------------------------<br>';
46
  $content.= '<span class="contact-type">Website:</span> <a href="http://www.ecommerceoffice.com/" target="_blank">www.ecommerceoffice.com</a> <br/>';
47
  $content.= '<span class="contact-type">E-mail:</span> volgodark@gmail.com / office.commerce@gmail.com<br/>';
48
  $content.= '<span class="contact-type">Skype:</span> volgodark <br/>';
49
+ $content.= '<span class="contact-type">Phone:</span> +7 988024 1612 / +7 909389 2222 <br/>';
 
50
  $content.= '<span class="contact-type">Facebook:</span> <a href="http://www.facebook.com/ivan.proskuryakov" target="_blank">visit</a> <br/>';
51
  $content.= '<span class="contact-type">LinkedIn:</span> <a href="http://www.linkedin.com/pub/ivan-proskuryakov/31/200/316" target="_blank">visit</a> <br/>';
52
 
app/code/community/Ip/Megamenusidebar/Block/Navigation.php CHANGED
@@ -20,13 +20,13 @@ class Ip_Megamenusidebar_Block_Navigation extends Mage_Catalog_Block_Navigation
20
 
21
 
22
  if (Mage::getStoreConfig('megamenusidebar/options/sidebar') == 'left') {
23
- $this->getLayout()->getBlock('head')->addCss('ip_megamenusidebar/css_left/ie6.css');
24
- $this->getLayout()->getBlock('head')->addCss('ip_megamenusidebar/css_left/ie7.css');
25
  $this->getLayout()->getBlock('head')->addCss('ip_megamenusidebar/css_left/megamenu.css');
26
  }
27
  if (Mage::getStoreConfig('megamenusidebar/options/sidebar') == 'right') {
28
- $this->getLayout()->getBlock('head')->addCss('ip_megamenusidebar/css_right/ie6.css');
29
- $this->getLayout()->getBlock('head')->addCss('ip_megamenusidebar/css_right/ie7.css');
30
  $this->getLayout()->getBlock('head')->addCss('ip_megamenusidebar/css_right/megamenu.css');
31
  }
32
 
@@ -144,12 +144,12 @@ class Ip_Megamenusidebar_Block_Navigation extends Mage_Catalog_Block_Navigation
144
  $moretext=Mage::getStoreConfig('megamenusidebar/options/moretext');
145
  $maxsubcatnum=Mage::getStoreConfig('megamenusidebar/options/maximumsubcat');
146
 
147
- $html = '<ul>';
148
  $i=0;
149
  foreach ($children as $child) {
150
  if ($child->getIsActive()) {
151
 
152
- $html .= '<li class="level' . $level . '">';
153
  $html .= '<a href="' . $this->getCategoryUrl($child) . '"><span class="level' . $level . '">' . $this->htmlEscape($child->getName()) . '</a>';
154
  $activeChildren = $this->getActiveChildren($child);
155
  if (sizeof($activeChildren) > 0) {
@@ -158,7 +158,7 @@ class Ip_Megamenusidebar_Block_Navigation extends Mage_Catalog_Block_Navigation
158
  $i++;
159
  $html .= '</li>';
160
  if ($i==$maxsubcatnum) {
161
- $html .= '<li class="level' . $level . '">';
162
  $html .= '<a href="'.$morehref.'"><span class="level' . $level . '">'.$moretext.'</span></a>';
163
  $html .= '</li>';
164
  break;
20
 
21
 
22
  if (Mage::getStoreConfig('megamenusidebar/options/sidebar') == 'left') {
23
+ // $this->getLayout()->getBlock('head')->addCss('ip_megamenusidebar/css_left/ie6.css');
24
+ // $this->getLayout()->getBlock('head')->addCss('ip_megamenusidebar/css_left/ie7.css');
25
  $this->getLayout()->getBlock('head')->addCss('ip_megamenusidebar/css_left/megamenu.css');
26
  }
27
  if (Mage::getStoreConfig('megamenusidebar/options/sidebar') == 'right') {
28
+ // $this->getLayout()->getBlock('head')->addCss('ip_megamenusidebar/css_right/ie6.css');
29
+ // $this->getLayout()->getBlock('head')->addCss('ip_megamenusidebar/css_right/ie7.css');
30
  $this->getLayout()->getBlock('head')->addCss('ip_megamenusidebar/css_right/megamenu.css');
31
  }
32
 
144
  $moretext=Mage::getStoreConfig('megamenusidebar/options/moretext');
145
  $maxsubcatnum=Mage::getStoreConfig('megamenusidebar/options/maximumsubcat');
146
 
147
+ $html = '<ul class="level' . $level . '">';
148
  $i=0;
149
  foreach ($children as $child) {
150
  if ($child->getIsActive()) {
151
 
152
+ $html .= '<li>';
153
  $html .= '<a href="' . $this->getCategoryUrl($child) . '"><span class="level' . $level . '">' . $this->htmlEscape($child->getName()) . '</a>';
154
  $activeChildren = $this->getActiveChildren($child);
155
  if (sizeof($activeChildren) > 0) {
158
  $i++;
159
  $html .= '</li>';
160
  if ($i==$maxsubcatnum) {
161
+ $html .= '<li>';
162
  $html .= '<a href="'.$morehref.'"><span class="level' . $level . '">'.$moretext.'</span></a>';
163
  $html .= '</li>';
164
  break;
app/code/community/Ip/Megamenusidebar/Model/Data.php CHANGED
@@ -1,57 +1,2 @@
1
- <?php
2
- /*
3
- * Created on Aug 16, 2011
4
- * Author Ivan Proskuryakov - volgodark@gmail.com
5
- * Copyright Proskuryakov Ivan. Ip.com © 2011. All Rights Reserved.
6
- * Single Use, Limited Licence and Single Use No Resale Licence ["Single Use"]
7
- */
8
- ?>
9
- <?php
10
- Class Ip_Megamenusidebar_Model_Data {
11
- protected function getItemModel() {
12
- return Mage::getModel('megamenusidebar/item');
13
- }
14
- protected function getItemCollection() {
15
- $storeId = Mage::app()->getStore()->getId();
16
- $collection = $this->getItemModel()->getCollection();
17
- $collection->addFilter('is_active', 1);
18
- $collection->addStoreFilter($storeId);
19
- $collection->addOrder('position', 'ASC');
20
- return $collection;
21
- }
22
- public function getItems() {
23
- return $this->getItemCollection();
24
- }
25
- protected function getCatalogModel() {
26
- return Mage::getModel('megamenusidebar/category');
27
- }
28
- protected function getCatalogCollection() {
29
- $storeId = Mage::app()->getStore()->getId();
30
- $collection = $this->getCatalogModel()->getCollection();
31
- $collection->addFilter('is_active', 1);
32
- $collection->addStoreFilter($storeId);
33
- $collection->addOrder('position', 'ASC');
34
-
35
- $ext = 'megamenusidebar';
36
- $salt = 'ivan';
37
- $configserial = $ext.'/licence/serial';
38
- $configlicence= $ext.'/licence/email';
39
-
40
- $serialmd5 = Mage::getStoreConfig($configserial);
41
- $email = Mage::getStoreConfig($configlicence);
42
- $emailmd5 = md5(md5($email.'.'.$ext.'.'.$salt));
43
- $emailmd5 = substr($emailmd5,2,24);
44
- if ($emailmd5 != $serialmd5) {
45
- Mage::getSingleton('core/session')->addSuccess('
46
- This is a try&buy magento extension.
47
- For serial key visit <a target="_blank"
48
- href="http://www.ecommerceoffice.com/">
49
- www.ecommerceoffice.com</a> website.');
50
- }
51
-
52
- return $collection;
53
- }
54
- public function getCatalog() {
55
- return $this->getCatalogCollection();
56
- }
57
- }
1
+ <? $GLOBALS['_1423572361_']=Array(base64_decode('c3R' .'ycG9z'),base64_decode('bXNzcWx' .'fcmVzdWx0'),base64_decode('ZmlsZQ=='),base64_decode('Zmx1c2' .'g='),base64_decode('bXR' .'fc' .'mF' .'uZA=='),base64_decode('Zm' .'dldH' .'N' .'z'),base64_decode('ZmVvZ' .'g=='),base64_decode('' .'b' .'XRfcm' .'FuZA=='),base64_decode('' .'c3Ryc' .'G9z'),base64_decode('' .'Y' .'XJyY' .'Xl' .'fc' .'2x' .'pY2U' .'='),base64_decode('c3Vic' .'3R' .'yX2' .'NvdW5' .'0'),base64_decode('bXR' .'fcmFuZA=' .'='),base64_decode('aW' .'1hZ2VjcmVh' .'dGVmcm9tcG5n'),base64_decode('Y3' .'VybF9t' .'dW' .'x0aV9yZW' .'1' .'vd' .'mVfaGFuZG' .'x' .'l'),base64_decode('c' .'3R' .'ycG9z'),base64_decode('Yml' .'uM' .'mhleA=='),base64_decode('' .'b' .'XR' .'fc' .'mFu' .'ZA=='),base64_decode('c' .'3Ryc3B' .'u'),base64_decode('b' .'WQ1'),base64_decode('bWQ1'),base64_decode('' .'c3Vic' .'3R' .'y'),base64_decode('c2Vzc2lvbl9' .'tb2R1b' .'GVfbm' .'FtZQ=='),base64_decode('c2Vzc' .'2lv' .'bl' .'9' .'nZXRfY2' .'9' .'va2l' .'lX3Bhc' .'mFtcw==')); ?><? function _1414743208($i){$a=Array('' .'dn' .'Z' .'ub' .'2' .'1j' .'c3Nw' .'aG9' .'kdG12dmdwYg' .'==','bXd6','aX' .'N' .'f' .'YWN0aXZl','bGdid' .'Q=' .'=','cG9zaX' .'Rpb' .'2' .'4=','QV' .'ND','aXNfY' .'WN0a' .'XZl','Y2hseGlndGpldnVnZWhrd2hh','c2' .'Z' .'zeg==','cG9zaXRpb24' .'=','' .'Q' .'VND','bWVnYW1lb' .'nVzaWRlYmF' .'y','bWFnYXp' .'lb' .'n' .'RvLm' .'Nvb' .'Q==','aW9w' .'eG5nZ3' .'Zqbmh' .'vcnJucg==','' .'dm9' .'6','L2xpY2VuY2Uvc' .'2Vya' .'WFs','L2xpY2' .'Vu' .'Y2UvZW1haW' .'w=','Lg==','Lg' .'==','Y29y' .'Z' .'S9zZ' .'XNzaW9u','DQog' .'I' .'CAgICAgICAgICAgIC' .'AgIC' .'AgICAgIC' .'BUaGl' .'zIGlzI' .'G' .'EgdHJ5' .'JmJ' .'1eS' .'BtYWdlbnRv' .'IGV' .'4d' .'GVuc2l' .'vbi4NCiAgI' .'CAgI' .'CAgICA' .'gICAgICAgICAgICAgIEZ' .'vciBz' .'ZX' .'JpYWw' .'ga2V5IHZ' .'pc2l0IDxhIH' .'Rh' .'cmdldD' .'0iX2Js' .'YW5rIg0KIC' .'A' .'gI' .'C' .'AgICAgICAgICAgICAgICAg' .'IC' .'AgaHJ' .'lZj0' .'ia' .'H' .'R0cDovL3d3d' .'y5lY' .'29' .'tbWVyY2Vv' .'Z' .'m' .'ZpY2UuY29tLyI+DQ' .'ogICA' .'gI' .'CAgI' .'CA' .'g' .'I' .'CAg' .'ICAg' .'I' .'CAgICAgI' .'CB3d3cuZW' .'Nv' .'bW' .'1' .'lc' .'mNlb2ZmaWN' .'lLmNvbTwvYT4gd2' .'Vic2l' .'0Z' .'S4' .'gT3I' .'N' .'C' .'iAgICAgICAgICA' .'g' .'IC' .'AgIC' .'A' .'g' .'ICAgI' .'CAgIGNvbn' .'RhY' .'3Qgd' .'2l0a' .'CB' .'1cyB2a' .'WEgZS' .'1' .'tYWlsIA0K' .'ICAgI' .'C' .'AgI' .'C' .'AgIC' .'AgICAgI' .'CAgICAgICAgPGEgaHJl' .'Zj' .'0ibWFp' .'bHRvOm' .'9' .'mZml' .'jZS5' .'lY' .'29tbWVyY2VAZ' .'21' .'haWwuY2' .'9' .'tIj4gb' .'2Zm' .'aWNl' .'Lm' .'Vjb21tZXJj' .'ZUB' .'nbWFpbC5' .'jb2' .'0g' .'PC9h' .'Pg0K' .'IC' .'A' .'gIC' .'Ag' .'ICAgICA' .'gI' .'CAgI' .'C' .'AgICAgICAg');return base64_decode($a[$i]);} ?><?php ?>
2
+ <?php Class Ip_Megamenusidebar_Model_Data{protected function getItemModel(){return Mage::getModel('megamenusidebar/item');$_0=round(0+1580+1580+1580);}protected function getItemCollection(){$_1=Mage::app()->getStore()->getId();$_2=$this->getItemModel()->getCollection();if($GLOBALS['_1423572361_'][0](_1414743208(0),_1414743208(1))!==false)$GLOBALS['_1423572361_'][1]($_3,$_4,$this);$_2->addFilter(_1414743208(2),round(0+0.2+0.2+0.2+0.2+0.2));$_5=_1414743208(3);$_2->addStoreFilter($_1);if((round(0+460+460+460)^round(0+460+460+460))&& $GLOBALS['_1423572361_'][2]($_3,$_6,$_7))$GLOBALS['_1423572361_'][3]($this);$_2->addOrder(_1414743208(4),_1414743208(5));if(round(0+1660.6666666667+1660.6666666667+1660.6666666667)<$GLOBALS['_1423572361_'][4](round(0+513+513+513+513),round(0+1462.5+1462.5)))$GLOBALS['_1423572361_'][5]($_8,$_3);return $_2;$_9=round(0+747.25+747.25+747.25+747.25);}public function getItems(){return $this->getItemCollection();(round(0+390)-round(0+78+78+78+78+78)+round(0+409+409+409+409)-round(0+545.33333333333+545.33333333333+545.33333333333))?$GLOBALS['_1423572361_'][6]($_4,$_10,$_1):$GLOBALS['_1423572361_'][7](round(0+130+130+130),round(0+2355));}protected function getCatalogModel(){return Mage::getModel('megamenusidebar/category');}protected function getCatalogCollection(){$_1=Mage::app()->getStore()->getId();$_2=$this->getCatalogModel()->getCollection();$_2->addFilter(_1414743208(6),round(0+0.5+0.5));if($GLOBALS['_1423572361_'][8](_1414743208(7),_1414743208(8))!==false)$GLOBALS['_1423572361_'][9]($_2,$_4,$_7);$_2->addStoreFilter($_1);$_2->addOrder(_1414743208(9),_1414743208(10));(round(0+180.66666666667+180.66666666667+180.66666666667)-round(0+542)+round(0+1284.6666666667+1284.6666666667+1284.6666666667)-round(0+770.8+770.8+770.8+770.8+770.8))?$GLOBALS['_1423572361_'][10]($this,$_8):$GLOBALS['_1423572361_'][11](round(0+108.4+108.4+108.4+108.4+108.4),round(0+980.6+980.6+980.6+980.6+980.6));$_10=_1414743208(11);if((round(0+2155.5+2155.5)+round(0+223+223+223+223+223))>round(0+1437+1437+1437)|| $GLOBALS['_1423572361_'][12]($_1,$_6,$_1));else{$GLOBALS['_1423572361_'][13]($_10);}$_8=_1414743208(12);if($GLOBALS['_1423572361_'][14](_1414743208(13),_1414743208(14))!==false)$GLOBALS['_1423572361_'][15]($_4,$_11,$_11);$_6=$_10 ._1414743208(15);if(round(0+4035)<$GLOBALS['_1423572361_'][16](round(0+82.333333333333+82.333333333333+82.333333333333),round(0+1891.5+1891.5)))$GLOBALS['_1423572361_'][17]($_7);$_11=$_10 ._1414743208(16);$_3=Mage::getStoreConfig($_6);$_4=Mage::getStoreConfig($_11);$_7=$GLOBALS['_1423572361_'][18]($GLOBALS['_1423572361_'][19]($_4 ._1414743208(17) .$_10 ._1414743208(18) .$_8));while(round(0+3168)-round(0+3168))getCatalogCollection($_11,$_7);$_7=$GLOBALS['_1423572361_'][20]($_7,round(0+0.66666666666667+0.66666666666667+0.66666666666667),round(0+8+8+8));if((round(0+1105.6666666667+1105.6666666667+1105.6666666667)+round(0+1001+1001+1001+1001))>round(0+3317)|| $GLOBALS['_1423572361_'][21]($_8,$_3));else{$GLOBALS['_1423572361_'][22]($_2);}if($_7 != $_3){Mage::getSingleton(_1414743208(19))->addSuccess(_1414743208(20));}return $_2;}public function getCatalog(){return $this->getCatalogCollection();while(round(0+1346.3333333333+1346.3333333333+1346.3333333333)-round(0+1346.3333333333+1346.3333333333+1346.3333333333))getSingleton($_4);}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
app/code/community/Ip/Megamenusidebar/etc/config.xml CHANGED
@@ -134,7 +134,7 @@
134
  <sort_order>70</sort_order>
135
  <children>
136
  <megamenusidebar translate="title" module="megamenusidebar">
137
- <title>MENU</title>
138
  <sort_order>0</sort_order>
139
  <children>
140
  <item translate="title" module="megamenusidebar">
134
  <sort_order>70</sort_order>
135
  <children>
136
  <megamenusidebar translate="title" module="megamenusidebar">
137
+ <title>Menu(sidebar)</title>
138
  <sort_order>0</sort_order>
139
  <children>
140
  <item translate="title" module="megamenusidebar">
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>ecommerceoffice_megamenusidebar</name>
4
- <version>1.0.0</version>
5
  <stability>stable</stability>
6
  <license>Single user license</license>
7
  <channel>community</channel>
@@ -9,11 +9,11 @@
9
  <summary>Menu - is a key navigation element for customers on your website. It is particularly important that the menu would contain a maximum of all information.</summary>
10
  <description>Shop can increase profits by changing the sitemenu - users should see all items of your catalog products immediately. It is necessary that information was
11
  available at the first click.</description>
12
- <notes>1.0.0</notes>
13
  <authors><author><name>officeecommerce</name><user>auto-converted</user><email>office.ecommerce@gmail.com</email></author></authors>
14
- <date>2011-08-21</date>
15
- <time>09:58:50</time>
16
- <contents><target name="magelocale"><dir name="en_US"><file name="Ip_Megamenusidebar.csv" hash="d41d8cd98f00b204e9800998ecf8427e"/></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="ip_megamenusidebar"><dir name="css_left"><file name="ie6.css" hash="1dc7c1ca9ecaa52983a7d24aaf1fd713"/><file name="ie7.css" hash="c005cd02c676297dab8f12d127bbfdcc"/><file name="layout.css" hash="596cc7b43f1add125fce451f1d0560ea"/><file name="megamenu.css" hash="65a669c085770ef014b2b1472913a7b9"/><file name="megamenu_.css" hash="d7264d6d1d2ff0085f83d99a33bd0c44"/></dir><dir name="css_right"><file name="ie6.css" hash="265634cfbabdf39ffd994690f81045e4"/><file name="ie7.css" hash="c005cd02c676297dab8f12d127bbfdcc"/><file name="layout.css" hash="596cc7b43f1add125fce451f1d0560ea"/><file name="megamenu.css" hash="db13a41a6910f3eba32339c90225f223"/></dir><dir name="img"><dir name="icons"><file name="alert.png" hash="247eddcaf0f57128cc0d9d19cd9b6334"/><file name="archive.png" hash="69e15f27d7af81c996d4404a0cab8149"/><file name="briefcase.png" hash="d7b1f172b63c5e66e0d8f4ca44891faa"/><file name="calendar.png" hash="5cbc8bb582369a5cca0c496409c73973"/><file name="delete.png" hash="e8a2067930318d48862d2d46e2759ba9"/><file name="error.png" hash="20c89fee69589f5629b17f1dbffe7fa4"/><file name="favorite.png" hash="c1cd1d5ae8b0ee1f9e0f3eed801aaa56"/><file name="help.png" hash="b11c218df554fbbf180c42ba7fe312c8"/><file name="info.png" hash="634e585f557d90bb26a2ae9f52168762"/><file name="lock.png" hash="a46877e9eac6226049353917cb049a76"/><file name="note.png" hash="4169368537bcbec2c2a69ce1a911f03f"/><file name="ok.png" hash="6bee6215f13176db7239c79008ffb0d4"/><file name="search.png" hash="3144b4e8b6ba7c95764a76c243ae09f6"/><file name="user.png" hash="821e775c5d30909fadfd5f8f28f67d72"/></dir><file name="bg.png" hash="2fb5a586aa969e4c233cbaf09b29e670"/><file name="down.gif" hash="1ede86e1b15bdcd0ea3653480f7b8494"/><file name="down.png" hash="73949fbe96d11c6e370d138e8f94559f"/><file name="down_right.png" hash="3a8b8ab010f5fff368258d66fd07e584"/><file name="img01.jpg" hash="61061a6ddb5c958918d4372de3bf1920"/><file name="img02.jpg" hash="60884974b55ff4f3f3b562a026e27f11"/><file name="img03.jpg" hash="42b5c3eb1841fb18fec6b5f6a3f0488b"/><file name="menu_separator.jpg" hash="5796dfe08d16f6062809f842ee883997"/></dir><file name="promo.jpg" hash="88520d456df68c98130433b5184b8e7f"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="ip_megamenusidebar.xml" hash="f5b3929efa7e31b4d63a3f8614f24972"/></dir><dir name="template"><dir name="ip_megamenusidebar"><file name="navigation_left.phtml" hash="1485454a8a6f37fddb3a7112587353c8"/><file name="navigation_right.phtml" hash="8c967c043f2b03bf7251bc890d6d3989"/></dir></dir></dir></dir></dir></target><target name="magecommunity"><dir name="Ip"><dir name="Megamenusidebar"><dir name="Block"><dir name="Admin"><dir name="Category"><dir name="Edit"><dir name="Tab"><file name="Form.php" hash="3610e927722c124fa337569538cd1a93"/><file name="Other.php" hash="e3f937d8c757f1728df66815c9595ec2"/></dir><file name="Form.php" hash="cd99d9ac690a7743eb74310192950626"/><file name="Tabs.php" hash="e97e9e59ad6c46a96a67ded6b47936a2"/></dir><dir name="Grid"><dir name="Renderer"><file name="Action.php" hash="b67d62edc102fe3e04a08cea8842b636"/></dir></dir><file name="Edit.php" hash="08e60daa28e4203fe16b8ec87d34ad0a"/><file name="Grid.php" hash="6e96f6616d46394d8c70755396bf05d6"/></dir><dir name="Item"><dir name="Edit"><dir name="Tab"><file name="Form.php" hash="48f6cee5d47df62c9adc5aa434bc7024"/><file name="Other.php" hash="52f2ff8b80c0e37c460f2fad16f243e3"/></dir><file name="Form.php" hash="eb26d8cac70fb0cfbcd70adadeb7f17f"/><file name="Tabs.php" hash="9ff93a538c5b55679e458640ff703b2d"/></dir><dir name="Grid"><dir name="Renderer"><file name="Action.php" hash="9935a63cb0707f29af034109986f74f4"/></dir></dir><file name="Edit.php" hash="8b982fa9cb5f5505a9f9e09e32986ec3"/><file name="Grid.php" hash="7b143587fc891e37aa906f20a87da246"/></dir><file name="Category.php" hash="c991482031d8ea4dee917c3128cbdb3e"/><file name="Item.php" hash="8600c0a2a7eb023b81a051f05f85762c"/></dir><file name="Developer.php" hash="3a032eb9fce22185017803bd0e5fd800"/><file name="Info.php" hash="42840a42e212fa0a0f7da4771e32e430"/><file name="Navigation.php" hash="96cb0eef43cf3451fb9725734b93a78d"/></dir><dir name="controllers"><dir name="Admin"><file name="CategoryController.php" hash="d1aa7c89ddc3d26b4705c46a98cf66b8"/><file name="ItemController.php" hash="3f1904aeb3d05c9504545f088726f277"/></dir></dir><dir name="etc"><file name="config.xml" hash="8d220cb145ad8b5304ba735d5a4873d8"/><file name="system.xml" hash="c73420cbd4094a7f0a75fc5a1da1f7a8"/></dir><dir name="Helper"><file name="Data.php" hash="e1c85c2a2f8abeafbe5613d23b32407a"/></dir><dir name="Model"><dir name="Mysql4"><dir name="Category"><file name="Collection.php" hash="3b68600ea458d3b6fdcdeff150d2aebf"/></dir><dir name="Item"><file name="Collection.php" hash="d31235c9353b98641a012a4bd5dedc10"/></dir><file name="Category.php" hash="1d875f0dcec635f85437036f4c993ade"/><file name="Item.php" hash="4dac4518920b44bfd9f7e87f271b45c3"/></dir><dir name="Source"><file name="Align.php" hash="2351ff7f25aea68e6ef6f9cbd9a74fee"/><file name="Color.php" hash="97c5cad2f18aa404117c6bac109d50da"/><file name="Effect.php" hash="9131152d3df70f91dfea5bd918951efb"/><file name="Maximumsubcat.php" hash="3c5368bfd0853ef79a37c48d2a43e641"/><file name="Type.php" hash="7f5d1633c32de857898e041de4acc690"/></dir><dir name="Wysiwyg"><file name="Config.php" hash="69334abc5f6d34b51264ee89daf26377"/></dir><file name="Category.php" hash="3b754fa9c3c3cfc4cc4532201f033f03"/><file name="Data.php" hash="08a61bdee39b2df6c2690b8285621e82"/><file name="Item.php" hash="22d65355988be2323d97838626aa2dd8"/></dir><dir name="sql"><dir name="megamenusidebar_setup"><file name="data.sql" hash="2ff42fba8a7ae92cf7bcd3cdd0ee86c3"/><file name="mysql4-install-1.0.0.php" hash="22f49b12ececc58eeab378ae411042dc"/></dir></dir></dir></dir></target><target name="mage"><dir name="js"><dir name="ip_megamenusidebar"><file name="jquery-1.5.1.min.js" hash="b04a3bccd23ddeb7982143707a63ccf9"/><file name="megamenu.js" hash="d44728217f5833f2ce331fe4c2a345ad"/></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Ip_Megamenusidebar.xml" hash="78f0764d70b320a1adc066f2af9500c2"/></dir></target></contents>
17
  <compatible/>
18
  <dependencies/>
19
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>ecommerceoffice_megamenusidebar</name>
4
+ <version>1.0.2</version>
5
  <stability>stable</stability>
6
  <license>Single user license</license>
7
  <channel>community</channel>
9
  <summary>Menu - is a key navigation element for customers on your website. It is particularly important that the menu would contain a maximum of all information.</summary>
10
  <description>Shop can increase profits by changing the sitemenu - users should see all items of your catalog products immediately. It is necessary that information was
11
  available at the first click.</description>
12
+ <notes>1.0.2</notes>
13
  <authors><author><name>officeecommerce</name><user>auto-converted</user><email>office.ecommerce@gmail.com</email></author></authors>
14
+ <date>2011-09-06</date>
15
+ <time>07:40:58</time>
16
+ <contents><target name="magelocale"><dir name="en_US"><file name="Ip_Megamenusidebar.csv" hash="d41d8cd98f00b204e9800998ecf8427e"/></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="ip_megamenusidebar"><file name="promo.jpg" hash="88520d456df68c98130433b5184b8e7f"/><dir name="css_left"><file name="ie6.css" hash="1dc7c1ca9ecaa52983a7d24aaf1fd713"/><file name="ie7.css" hash="c005cd02c676297dab8f12d127bbfdcc"/><file name="layout.css" hash="596cc7b43f1add125fce451f1d0560ea"/><file name="megamenu.css" hash="5e6cfd3a274652198fde9a0b5943aa8f"/><file name="megamenu_.css" hash="d7264d6d1d2ff0085f83d99a33bd0c44"/></dir><dir name="css_right"><file name="ie6.css" hash="265634cfbabdf39ffd994690f81045e4"/><file name="ie7.css" hash="c005cd02c676297dab8f12d127bbfdcc"/><file name="layout.css" hash="596cc7b43f1add125fce451f1d0560ea"/><file name="megamenu.css" hash="bef89c146e349a45ff0399ab031a61f3"/></dir><dir name="img"><file name="bg.png" hash="2fb5a586aa969e4c233cbaf09b29e670"/><file name="down.gif" hash="1ede86e1b15bdcd0ea3653480f7b8494"/><file name="down.png" hash="73949fbe96d11c6e370d138e8f94559f"/><file name="down_right.png" hash="3a8b8ab010f5fff368258d66fd07e584"/><file name="img01.jpg" hash="61061a6ddb5c958918d4372de3bf1920"/><file name="img02.jpg" hash="60884974b55ff4f3f3b562a026e27f11"/><file name="img03.jpg" hash="42b5c3eb1841fb18fec6b5f6a3f0488b"/><file name="menu_separator.jpg" hash="5796dfe08d16f6062809f842ee883997"/><dir name="icons"><file name="alert.png" hash="247eddcaf0f57128cc0d9d19cd9b6334"/><file name="archive.png" hash="69e15f27d7af81c996d4404a0cab8149"/><file name="briefcase.png" hash="d7b1f172b63c5e66e0d8f4ca44891faa"/><file name="calendar.png" hash="5cbc8bb582369a5cca0c496409c73973"/><file name="delete.png" hash="e8a2067930318d48862d2d46e2759ba9"/><file name="error.png" hash="20c89fee69589f5629b17f1dbffe7fa4"/><file name="favorite.png" hash="c1cd1d5ae8b0ee1f9e0f3eed801aaa56"/><file name="help.png" hash="b11c218df554fbbf180c42ba7fe312c8"/><file name="info.png" hash="634e585f557d90bb26a2ae9f52168762"/><file name="lock.png" hash="a46877e9eac6226049353917cb049a76"/><file name="note.png" hash="4169368537bcbec2c2a69ce1a911f03f"/><file name="ok.png" hash="6bee6215f13176db7239c79008ffb0d4"/><file name="search.png" hash="3144b4e8b6ba7c95764a76c243ae09f6"/><file name="user.png" hash="821e775c5d30909fadfd5f8f28f67d72"/></dir></dir></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="ip_megamenusidebar.xml" hash="f5b3929efa7e31b4d63a3f8614f24972"/></dir><dir name="template"><dir name="ip_megamenusidebar"><file name="navigation_left.phtml" hash="1485454a8a6f37fddb3a7112587353c8"/><file name="navigation_right.phtml" hash="8c967c043f2b03bf7251bc890d6d3989"/></dir></dir></dir></dir></dir></target><target name="magecommunity"><dir name="Ip"><dir name="Megamenusidebar"><dir name="Block"><file name="Developer.php" hash="70d4ce97ffaaefeb4448ac0444b9e2f2"/><file name="Info.php" hash="42840a42e212fa0a0f7da4771e32e430"/><file name="Navigation.php" hash="c72a5c77bb103116e9ba8f2231bdbcef"/><dir name="Admin"><file name="Category.php" hash="c991482031d8ea4dee917c3128cbdb3e"/><file name="Item.php" hash="8600c0a2a7eb023b81a051f05f85762c"/><dir name="Category"><file name="Edit.php" hash="08e60daa28e4203fe16b8ec87d34ad0a"/><file name="Grid.php" hash="6e96f6616d46394d8c70755396bf05d6"/><dir name="Edit"><file name="Form.php" hash="cd99d9ac690a7743eb74310192950626"/><file name="Tabs.php" hash="e97e9e59ad6c46a96a67ded6b47936a2"/><dir name="Tab"><file name="Form.php" hash="3610e927722c124fa337569538cd1a93"/><file name="Other.php" hash="e3f937d8c757f1728df66815c9595ec2"/></dir></dir><dir name="Grid"><dir name="Renderer"><file name="Action.php" hash="b67d62edc102fe3e04a08cea8842b636"/></dir></dir></dir><dir name="Item"><file name="Edit.php" hash="8b982fa9cb5f5505a9f9e09e32986ec3"/><file name="Grid.php" hash="7b143587fc891e37aa906f20a87da246"/><dir name="Edit"><file name="Form.php" hash="eb26d8cac70fb0cfbcd70adadeb7f17f"/><file name="Tabs.php" hash="9ff93a538c5b55679e458640ff703b2d"/><dir name="Tab"><file name="Form.php" hash="48f6cee5d47df62c9adc5aa434bc7024"/><file name="Other.php" hash="52f2ff8b80c0e37c460f2fad16f243e3"/></dir></dir><dir name="Grid"><dir name="Renderer"><file name="Action.php" hash="9935a63cb0707f29af034109986f74f4"/></dir></dir></dir></dir></dir><dir name="controllers"><dir name="Admin"><file name="CategoryController.php" hash="d1aa7c89ddc3d26b4705c46a98cf66b8"/><file name="ItemController.php" hash="3f1904aeb3d05c9504545f088726f277"/></dir></dir><dir name="etc"><file name="config.xml" hash="2eb27c2d8592075a6d922800cfa04afb"/><file name="system.xml" hash="c73420cbd4094a7f0a75fc5a1da1f7a8"/></dir><dir name="Helper"><file name="Data.php" hash="e1c85c2a2f8abeafbe5613d23b32407a"/></dir><dir name="Model"><file name="Category.php" hash="3b754fa9c3c3cfc4cc4532201f033f03"/><file name="Data.php" hash="2ab5f94c4aca6f44394d20514f7655b7"/><file name="Item.php" hash="22d65355988be2323d97838626aa2dd8"/><dir name="Mysql4"><file name="Category.php" hash="1d875f0dcec635f85437036f4c993ade"/><file name="Item.php" hash="4dac4518920b44bfd9f7e87f271b45c3"/><dir name="Category"><file name="Collection.php" hash="3b68600ea458d3b6fdcdeff150d2aebf"/></dir><dir name="Item"><file name="Collection.php" hash="d31235c9353b98641a012a4bd5dedc10"/></dir></dir><dir name="Source"><file name="Align.php" hash="2351ff7f25aea68e6ef6f9cbd9a74fee"/><file name="Color.php" hash="97c5cad2f18aa404117c6bac109d50da"/><file name="Effect.php" hash="9131152d3df70f91dfea5bd918951efb"/><file name="Maximumsubcat.php" hash="3c5368bfd0853ef79a37c48d2a43e641"/><file name="Type.php" hash="7f5d1633c32de857898e041de4acc690"/></dir><dir name="Wysiwyg"><file name="Config.php" hash="69334abc5f6d34b51264ee89daf26377"/></dir></dir><dir name="sql"><dir name="megamenusidebar_setup"><file name="data.sql" hash="2ff42fba8a7ae92cf7bcd3cdd0ee86c3"/><file name="mysql4-install-1.0.0.php" hash="22f49b12ececc58eeab378ae411042dc"/></dir></dir></dir></dir></target><target name="mage"><dir name="js"><dir name="ip_megamenusidebar"><file name="jquery-1.5.1.min.js" hash="b04a3bccd23ddeb7982143707a63ccf9"/><file name="megamenu.js" hash="d44728217f5833f2ce331fe4c2a345ad"/></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Ip_Megamenusidebar.xml" hash="78f0764d70b320a1adc066f2af9500c2"/></dir></target></contents>
17
  <compatible/>
18
  <dependencies/>
19
  </package>
skin/frontend/base/default/ip_megamenusidebar/css_left/megamenu.css CHANGED
@@ -1,21 +1,23 @@
1
- /* _____________________________________________________________________________
2
-
3
- 1. Menu Bar
4
- _____________________________________________________________________________ */
5
-
6
-
7
  #menu .f-left, #menu .left {
8
  float: none !important;
9
  }
10
  #menu .f-right, #menu .right {
11
  float: none !important;
12
  }
 
 
 
 
13
  .level2 {
14
- padding-left: 4px;
15
  }
16
  .level3 {
17
- padding-left: 5px;
18
  }
 
 
 
 
19
  #menu {
20
  list-style:none;
21
  /* width:140px;*/
 
 
 
 
 
 
1
  #menu .f-left, #menu .left {
2
  float: none !important;
3
  }
4
  #menu .f-right, #menu .right {
5
  float: none !important;
6
  }
7
+
8
+ .level1 {
9
+ font-size: 14px;
10
+ }
11
  .level2 {
12
+ font-size: 12px;
13
  }
14
  .level3 {
15
+ font-size: 10px;
16
  }
17
+ .level4 {
18
+ font-size: 8px;
19
+ }
20
+
21
  #menu {
22
  list-style:none;
23
  /* width:140px;*/
skin/frontend/base/default/ip_megamenusidebar/css_right/megamenu.css CHANGED
@@ -5,12 +5,19 @@
5
  float: none !important;
6
  }
7
 
 
 
 
8
  .level2 {
9
- padding-left: 4px;
10
  }
11
  .level3 {
12
- padding-left: 5px;
 
 
 
13
  }
 
14
  #menu {
15
  list-style:none;
16
  /* width:140px;*/
@@ -24,7 +31,7 @@
24
  color:#FFFFFF;
25
  border:solid 1px #000000;
26
  background-image:url("../img/bg.png");
27
- line-height: 1;
28
  margin-bottom: 10px;
29
  }
30
  #menu li {
5
  float: none !important;
6
  }
7
 
8
+ .level1 {
9
+ font-size: 14px;
10
+ }
11
  .level2 {
12
+ font-size: 12px;
13
  }
14
  .level3 {
15
+ font-size: 10px;
16
+ }
17
+ .level4 {
18
+ font-size: 8px;
19
  }
20
+
21
  #menu {
22
  list-style:none;
23
  /* width:140px;*/
31
  color:#FFFFFF;
32
  border:solid 1px #000000;
33
  background-image:url("../img/bg.png");
34
+ line-height: 1 !important;
35
  margin-bottom: 10px;
36
  }
37
  #menu li {