Version Notes
Please note: first test all modules in a test store then install theme on your original store. Always make backup of your store before installation.
Download this release
Release Info
Developer | Hassan Barza |
Extension | Codnitive_Sidenav |
Version | 1.6.66 |
Comparing to | |
See all releases |
Code changes from version 1.6.35 to 1.6.66
- app/code/community/Codnitive/Sidenav/Block/Navigation.php +12 -5
- app/code/community/Codnitive/Sidenav/Block/Page/Html/Head.php +1 -1
- app/code/community/Codnitive/Sidenav/Helper/Category.php +50 -2
- app/code/community/Codnitive/Sidenav/Helper/Data.php +1 -1
- app/code/community/Codnitive/Sidenav/Model/Config.php +11 -1
- app/code/community/Codnitive/Sidenav/Model/Config/ColumnOptions.php +1 -1
- app/code/community/Codnitive/Sidenav/Model/Config/ParentOptions.php +71 -0
- app/code/community/Codnitive/Sidenav/Model/Config/ThumbSizeOptions.php +1 -1
- app/code/community/Codnitive/Sidenav/etc/adminhtml.xml +1 -1
- app/code/community/Codnitive/Sidenav/etc/config.xml +4 -2
- app/code/community/Codnitive/Sidenav/etc/system.xml +24 -4
- app/code/local/Codnitive/Codall/Block/System/Config/Form/Fieldset/Contact.php +1 -1
- app/code/local/Codnitive/Codall/Block/System/Config/Form/Fieldset/ECD.php +1 -1
- app/code/local/Codnitive/Codall/Block/System/Config/Form/Fieldset/Extensions/List.php +1 -1
- app/code/local/Codnitive/Codall/Block/System/Config/Form/Fieldset/PCD.php +2 -2
- app/code/local/Codnitive/Codall/Helper/Data.php +1 -1
- app/code/local/Codnitive/Codall/etc/adminhtml.xml +1 -1
- app/code/local/Codnitive/Codall/etc/config.xml +2 -2
- app/code/local/Codnitive/Codall/etc/system.xml +2 -2
- app/design/frontend/base/default/layout/sidenav.xml +16 -1
- app/design/frontend/base/default/template/codnitive/catalog/navigation/customer.phtml +3 -7
- app/design/frontend/base/default/template/codnitive/catalog/navigation/left.phtml +3 -7
- app/design/frontend/base/default/template/codnitive/catalog/navigation/right.phtml +3 -7
- app/etc/modules/Codnitive_Codall.xml +2 -2
- app/etc/modules/Codnitive_Sidenav.xml +2 -2
- app/locale/en_US/Codnitive_Sidenav.csv +8 -1
- app/locale/fa_IR/Codnitive_Sidenav.csv +8 -1
- package.xml +5 -5
- skin/frontend/default/blank/css/sidenav.css +1 -1
- skin/frontend/default/default/css/sidenav.css +1 -1
- skin/frontend/default/default/css/sidenavcollapse.css +1 -1
- skin/frontend/default/default/js/sidenavcollapse.js +1 -1
- skin/frontend/default/f002/css/sidenav.css +1 -1
- skin/frontend/default/modern/css/sidenav.css +1 -1
- skin/frontend/default/modern/css/sidenavcollapse.css.bak +1 -1
app/code/community/Codnitive/Sidenav/Block/Navigation.php
CHANGED
@@ -14,7 +14,7 @@
|
|
14 |
*
|
15 |
* @category Codnitive
|
16 |
* @package Codnitive_Sidenav
|
17 |
-
* @author Hassan Barza <
|
18 |
* @copyright Copyright (c) 2011 CODNITIVE Co. (http://www.codnitive.com)
|
19 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
*/
|
@@ -78,8 +78,13 @@ class Codnitive_Sidenav_Block_Navigation extends Mage_Catalog_Block_Navigation
|
|
78 |
if (!$category->getIsActive()) {
|
79 |
return '';
|
80 |
}
|
81 |
-
$html
|
82 |
-
$js
|
|
|
|
|
|
|
|
|
|
|
83 |
|
84 |
// get all children
|
85 |
if (Mage::helper('catalog/category_flat')->isEnabled()) {
|
@@ -191,8 +196,10 @@ class Codnitive_Sidenav_Block_Navigation extends Mage_Catalog_Block_Navigation
|
|
191 |
style="width: ' . $width . 'px; height: ' . $height . 'px;"></span>';
|
192 |
}
|
193 |
$html[] = $arrow;
|
194 |
-
$html[] = '<a href="'
|
195 |
-
|
|
|
|
|
196 |
// $html[] = '</a>';
|
197 |
|
198 |
// add product count
|
14 |
*
|
15 |
* @category Codnitive
|
16 |
* @package Codnitive_Sidenav
|
17 |
+
* @author Hassan Barza <support@codnitive.com>
|
18 |
* @copyright Copyright (c) 2011 CODNITIVE Co. (http://www.codnitive.com)
|
19 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
*/
|
78 |
if (!$category->getIsActive()) {
|
79 |
return '';
|
80 |
}
|
81 |
+
$html = array();
|
82 |
+
$js = null;
|
83 |
+
$expanded = null;
|
84 |
+
$ulThumb = '';
|
85 |
+
$image = '';
|
86 |
+
$thumb = '';
|
87 |
+
$htmlLi = '';
|
88 |
|
89 |
// get all children
|
90 |
if (Mage::helper('catalog/category_flat')->isEnabled()) {
|
196 |
style="width: ' . $width . 'px; height: ' . $height . 'px;"></span>';
|
197 |
}
|
198 |
$html[] = $arrow;
|
199 |
+
$html[] = '<a href="' . $this->getCategoryUrl($category) . '"'
|
200 |
+
. $linkClass.'><span class="category_name">'
|
201 |
+
. $this->escapeHtml($category->getName()) . '</span></a>';
|
202 |
+
// $html[] = '<span class="category_name">' . $this->escapeHtml($category->getName()) . '</span></a>';
|
203 |
// $html[] = '</a>';
|
204 |
|
205 |
// add product count
|
app/code/community/Codnitive/Sidenav/Block/Page/Html/Head.php
CHANGED
@@ -14,7 +14,7 @@
|
|
14 |
*
|
15 |
* @category Codnitive
|
16 |
* @package Codnitive_Sidenav
|
17 |
-
* @author Hassan Barza <
|
18 |
* @copyright Copyright (c) 2011 CODNITIVE Co. (http://www.codnitive.com)
|
19 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
*/
|
14 |
*
|
15 |
* @category Codnitive
|
16 |
* @package Codnitive_Sidenav
|
17 |
+
* @author Hassan Barza <support@codnitive.com>
|
18 |
* @copyright Copyright (c) 2011 CODNITIVE Co. (http://www.codnitive.com)
|
19 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
*/
|
app/code/community/Codnitive/Sidenav/Helper/Category.php
CHANGED
@@ -14,7 +14,7 @@
|
|
14 |
*
|
15 |
* @category Codnitive
|
16 |
* @package Codnitive_Sidenav
|
17 |
-
* @author Hassan Barza <
|
18 |
* @copyright Copyright (c) 2011 CODNITIVE Co. (http://www.codnitive.com)
|
19 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
*/
|
@@ -37,7 +37,7 @@ class Codnitive_Sidenav_Helper_Category extends Mage_Catalog_Helper_Category
|
|
37 |
*/
|
38 |
public function getStoreCategories($sorted=false, $asCollection=false, $toLoad=true)
|
39 |
{
|
40 |
-
$parent =
|
41 |
$cacheKey = sprintf('%d-%d-%d-%d', $parent, $sorted, $asCollection, $toLoad);
|
42 |
if (isset($this->_storeCategories[$cacheKey])) {
|
43 |
return $this->_storeCategories[$cacheKey];
|
@@ -64,4 +64,52 @@ class Codnitive_Sidenav_Helper_Category extends Mage_Catalog_Helper_Category
|
|
64 |
return $storeCategories;
|
65 |
}
|
66 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
67 |
}
|
14 |
*
|
15 |
* @category Codnitive
|
16 |
* @package Codnitive_Sidenav
|
17 |
+
* @author Hassan Barza <support@codnitive.com>
|
18 |
* @copyright Copyright (c) 2011 CODNITIVE Co. (http://www.codnitive.com)
|
19 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
*/
|
37 |
*/
|
38 |
public function getStoreCategories($sorted=false, $asCollection=false, $toLoad=true)
|
39 |
{
|
40 |
+
$parent = $this->_getParentCategory();
|
41 |
$cacheKey = sprintf('%d-%d-%d-%d', $parent, $sorted, $asCollection, $toLoad);
|
42 |
if (isset($this->_storeCategories[$cacheKey])) {
|
43 |
return $this->_storeCategories[$cacheKey];
|
64 |
return $storeCategories;
|
65 |
}
|
66 |
|
67 |
+
/**
|
68 |
+
* Get parent category defined be user
|
69 |
+
*
|
70 |
+
* @return string|int
|
71 |
+
*/
|
72 |
+
protected function _getParentCategory()
|
73 |
+
{
|
74 |
+
$parent = null;
|
75 |
+
$parentConfig = Mage::getModel('sidenav/config')->getParent();
|
76 |
+
$category = Mage::registry('current_category');
|
77 |
+
/**
|
78 |
+
* switch based on RicoNeitzel_VertNav extension
|
79 |
+
* Thanks to Rico Neitzel
|
80 |
+
*
|
81 |
+
*/
|
82 |
+
switch ($parentConfig) {
|
83 |
+
case 'current':
|
84 |
+
if ($category) {
|
85 |
+
$parent = $category->getId();
|
86 |
+
}
|
87 |
+
break;
|
88 |
+
|
89 |
+
case 'siblings':
|
90 |
+
if ($category) {
|
91 |
+
$parent = $category->getParentId();
|
92 |
+
}
|
93 |
+
break;
|
94 |
+
|
95 |
+
case 'root':
|
96 |
+
$parent = Mage::app()->getStore()->getRootCategoryId();
|
97 |
+
break;
|
98 |
+
|
99 |
+
default:
|
100 |
+
/**
|
101 |
+
* Display from level N
|
102 |
+
*/
|
103 |
+
$fromLevel = $parentConfig;
|
104 |
+
if ($category && $category->getLevel() >= $fromLevel) {
|
105 |
+
while ($category->getLevel() > $fromLevel) {
|
106 |
+
$category = $category->getParentCategory();
|
107 |
+
}
|
108 |
+
$parent = $category->getId();
|
109 |
+
}
|
110 |
+
break;
|
111 |
+
}
|
112 |
+
return $parent;
|
113 |
+
}
|
114 |
+
|
115 |
}
|
app/code/community/Codnitive/Sidenav/Helper/Data.php
CHANGED
@@ -14,7 +14,7 @@
|
|
14 |
*
|
15 |
* @category Codnitive
|
16 |
* @package Codnitive_Sidenav
|
17 |
-
* @author Hassan Barza <
|
18 |
* @copyright Copyright (c) 2011 CODNITIVE Co. (http://www.codnitive.com)
|
19 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
*/
|
14 |
*
|
15 |
* @category Codnitive
|
16 |
* @package Codnitive_Sidenav
|
17 |
+
* @author Hassan Barza <support@codnitive.com>
|
18 |
* @copyright Copyright (c) 2011 CODNITIVE Co. (http://www.codnitive.com)
|
19 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
*/
|
app/code/community/Codnitive/Sidenav/Model/Config.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Codnitive
|
22 |
* @package Codnitive_Sidenav
|
23 |
-
* @author Hassan Barza <
|
24 |
* @copyright Copyright (c) 2011 CODNITIVE Co. (http://www.codnitive.com)
|
25 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
26 |
*/
|
@@ -90,6 +90,16 @@ class Codnitive_Sidenav_Model_Config extends Mage_Catalog_Model_Category
|
|
90 |
return Mage::getStoreConfig('codnitivecatalog/sidenav/column');
|
91 |
}
|
92 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
93 |
/**
|
94 |
* Get gategory maximal depth number
|
95 |
*
|
20 |
*
|
21 |
* @category Codnitive
|
22 |
* @package Codnitive_Sidenav
|
23 |
+
* @author Hassan Barza <support@codnitive.com>
|
24 |
* @copyright Copyright (c) 2011 CODNITIVE Co. (http://www.codnitive.com)
|
25 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
26 |
*/
|
90 |
return Mage::getStoreConfig('codnitivecatalog/sidenav/column');
|
91 |
}
|
92 |
|
93 |
+
/**
|
94 |
+
* Gets defined parent category
|
95 |
+
*
|
96 |
+
* @return string
|
97 |
+
*/
|
98 |
+
public function getParent()
|
99 |
+
{
|
100 |
+
return Mage::getStoreConfig('codnitivecatalog/sidenav/parent');
|
101 |
+
}
|
102 |
+
|
103 |
/**
|
104 |
* Get gategory maximal depth number
|
105 |
*
|
app/code/community/Codnitive/Sidenav/Model/Config/ColumnOptions.php
CHANGED
@@ -14,7 +14,7 @@
|
|
14 |
*
|
15 |
* @category Codnitive
|
16 |
* @package Codnitive_Sidenav
|
17 |
-
* @author Hassan Barza <
|
18 |
* @copyright Copyright (c) 2011 CODNITIVE Co. (http://www.codnitive.com)
|
19 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
*/
|
14 |
*
|
15 |
* @category Codnitive
|
16 |
* @package Codnitive_Sidenav
|
17 |
+
* @author Hassan Barza <support@codnitive.com>
|
18 |
* @copyright Copyright (c) 2011 CODNITIVE Co. (http://www.codnitive.com)
|
19 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
*/
|
app/code/community/Codnitive/Sidenav/Model/Config/ParentOptions.php
ADDED
@@ -0,0 +1,71 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Open Software License (OSL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/osl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
* @category Codnitive
|
16 |
+
* @package Codnitive_Sidenav
|
17 |
+
* @author Hassan Barza <support@codnitive.com>
|
18 |
+
* @copyright Copyright (c) 2011 CODNITIVE Co. (http://www.codnitive.com)
|
19 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
+
*/
|
21 |
+
|
22 |
+
class Codnitive_Sidenav_Model_Config_ParentOptions extends Mage_Core_Model_Config_Data
|
23 |
+
{
|
24 |
+
const ROOT_VALUE = 'root';
|
25 |
+
const SIBLINGS_VALUE = 'siblings';
|
26 |
+
const CURRENT_VALUE = 'current';
|
27 |
+
|
28 |
+
protected $_options;
|
29 |
+
|
30 |
+
/**
|
31 |
+
* Fills the select field with values
|
32 |
+
*
|
33 |
+
* @return array
|
34 |
+
*/
|
35 |
+
public function toOptionArray()
|
36 |
+
{
|
37 |
+
if (!isset($this->_options)) {
|
38 |
+
$options = array(
|
39 |
+
array(
|
40 |
+
'value' => self::ROOT_VALUE,
|
41 |
+
'label' => Mage::helper('sidenav')->__('Store Base'),
|
42 |
+
),
|
43 |
+
array(
|
44 |
+
'value' => self::SIBLINGS_VALUE,
|
45 |
+
'label' => Mage::helper('sidenav')->__('Current Category and Children'),
|
46 |
+
),
|
47 |
+
array(
|
48 |
+
'value' => self::CURRENT_VALUE,
|
49 |
+
'label' => Mage::helper('sidenav')->__('Children of Current Category'),
|
50 |
+
),
|
51 |
+
);
|
52 |
+
/**
|
53 |
+
* Based on RicoNeitzel_VertNav extension
|
54 |
+
* Thanks to Rico Neitzel
|
55 |
+
*
|
56 |
+
*/
|
57 |
+
$resource = Mage::getModel('catalog/category')->getResource();
|
58 |
+
$select = $resource->getReadConnection()->select()->reset()
|
59 |
+
->from($resource->getTable('catalog/category'), new Zend_Db_Expr('MAX(`level`)'));
|
60 |
+
$maxDepth = $resource->getReadConnection()->fetchOne($select);
|
61 |
+
for ($i = 2; $i < $maxDepth; $i++) {
|
62 |
+
$options[] = array(
|
63 |
+
'value' => $i,
|
64 |
+
'label' => Mage::helper('sidenav')->__('Category Level %d', $i),
|
65 |
+
);
|
66 |
+
}
|
67 |
+
$this->_options = $options;
|
68 |
+
}
|
69 |
+
return $this->_options;
|
70 |
+
}
|
71 |
+
}
|
app/code/community/Codnitive/Sidenav/Model/Config/ThumbSizeOptions.php
CHANGED
@@ -14,7 +14,7 @@
|
|
14 |
*
|
15 |
* @category Codnitive
|
16 |
* @package Codnitive_Sidenav
|
17 |
-
* @author Hassan Barza <
|
18 |
* @copyright Copyright (c) 2011 CODNITIVE Co. (http://www.codnitive.com)
|
19 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
*/
|
14 |
*
|
15 |
* @category Codnitive
|
16 |
* @package Codnitive_Sidenav
|
17 |
+
* @author Hassan Barza <support@codnitive.com>
|
18 |
* @copyright Copyright (c) 2011 CODNITIVE Co. (http://www.codnitive.com)
|
19 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
*/
|
app/code/community/Codnitive/Sidenav/etc/adminhtml.xml
CHANGED
@@ -17,7 +17,7 @@
|
|
17 |
*
|
18 |
* @category Codnitive
|
19 |
* @package Codnitive_Sidnav
|
20 |
-
* @author Hassan Barza <
|
21 |
* @copyright Copyright (c) 2011 CODNITIVE Co. (http://www.codnitive.com)
|
22 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
23 |
*/
|
17 |
*
|
18 |
* @category Codnitive
|
19 |
* @package Codnitive_Sidnav
|
20 |
+
* @author Hassan Barza <support@codnitive.com>
|
21 |
* @copyright Copyright (c) 2011 CODNITIVE Co. (http://www.codnitive.com)
|
22 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
23 |
*/
|
app/code/community/Codnitive/Sidenav/etc/config.xml
CHANGED
@@ -17,7 +17,7 @@
|
|
17 |
*
|
18 |
* @category Codnitive
|
19 |
* @package Codnitive_Sidenav
|
20 |
-
* @author Hassan Barza <
|
21 |
* @copyright Copyright (c) 2011 CODNITIVE Co. (http://www.codnitive.com)
|
22 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
23 |
*/
|
@@ -25,7 +25,7 @@
|
|
25 |
<config>
|
26 |
<modules>
|
27 |
<Codnitive_Sidenav>
|
28 |
-
<version>1.6.
|
29 |
<title>Sidebar Navigation Menu Professional</title>
|
30 |
<link><![CDATA[http://www.codnitive.com/]]></link>
|
31 |
</Codnitive_Sidenav>
|
@@ -137,7 +137,9 @@
|
|
137 |
<active>1</active>
|
138 |
<title>Categories</title>
|
139 |
<remove_top_nav>0</remove_top_nav>
|
|
|
140 |
<column>left_col</column>
|
|
|
141 |
<max_depth>0</max_depth>
|
142 |
<collapsible>1</collapsible>
|
143 |
<product_count>0</product_count>
|
17 |
*
|
18 |
* @category Codnitive
|
19 |
* @package Codnitive_Sidenav
|
20 |
+
* @author Hassan Barza <support@codnitive.com>
|
21 |
* @copyright Copyright (c) 2011 CODNITIVE Co. (http://www.codnitive.com)
|
22 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
23 |
*/
|
25 |
<config>
|
26 |
<modules>
|
27 |
<Codnitive_Sidenav>
|
28 |
+
<version>1.6.66</version>
|
29 |
<title>Sidebar Navigation Menu Professional</title>
|
30 |
<link><![CDATA[http://www.codnitive.com/]]></link>
|
31 |
</Codnitive_Sidenav>
|
137 |
<active>1</active>
|
138 |
<title>Categories</title>
|
139 |
<remove_top_nav>0</remove_top_nav>
|
140 |
+
<remove_layered_nav>1</remove_layered_nav>
|
141 |
<column>left_col</column>
|
142 |
+
<parent>root</parent>
|
143 |
<max_depth>0</max_depth>
|
144 |
<collapsible>1</collapsible>
|
145 |
<product_count>0</product_count>
|
app/code/community/Codnitive/Sidenav/etc/system.xml
CHANGED
@@ -17,7 +17,7 @@
|
|
17 |
*
|
18 |
* @category Codnitive
|
19 |
* @package Codnitive_Sidenav
|
20 |
-
* @author Hassan Barza <
|
21 |
* @copyright Copyright (c) 2011 CODNITIVE Co. (http://www.codnitive.com)
|
22 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
23 |
*/
|
@@ -67,6 +67,16 @@
|
|
67 |
<show_in_website>1</show_in_website>
|
68 |
<show_in_store>1</show_in_store>
|
69 |
</remove_top_nav>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
70 |
<column translate="label">
|
71 |
<label>Show In</label>
|
72 |
<frontend_type>select</frontend_type>
|
@@ -77,10 +87,20 @@
|
|
77 |
<show_in_website>1</show_in_website>
|
78 |
<show_in_store>1</show_in_store>
|
79 |
</column>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
80 |
<max_depth translate="label">
|
81 |
<label>Maximal Depth</label>
|
82 |
<frontend_type>text</frontend_type>
|
83 |
-
<sort_order>
|
84 |
<show_in_default>1</show_in_default>
|
85 |
<show_in_website>1</show_in_website>
|
86 |
<show_in_store>1</show_in_store>
|
@@ -90,7 +110,7 @@
|
|
90 |
<label>Collapsible</label>
|
91 |
<frontend_type>select</frontend_type>
|
92 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
93 |
-
<sort_order>
|
94 |
<show_in_default>1</show_in_default>
|
95 |
<show_in_website>1</show_in_website>
|
96 |
<show_in_store>1</show_in_store>
|
@@ -99,7 +119,7 @@
|
|
99 |
<label>Show Product Count</label>
|
100 |
<frontend_type>select</frontend_type>
|
101 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
102 |
-
<sort_order>
|
103 |
<show_in_default>1</show_in_default>
|
104 |
<show_in_website>1</show_in_website>
|
105 |
<show_in_store>1</show_in_store>
|
17 |
*
|
18 |
* @category Codnitive
|
19 |
* @package Codnitive_Sidenav
|
20 |
+
* @author Hassan Barza <support@codnitive.com>
|
21 |
* @copyright Copyright (c) 2011 CODNITIVE Co. (http://www.codnitive.com)
|
22 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
23 |
*/
|
67 |
<show_in_website>1</show_in_website>
|
68 |
<show_in_store>1</show_in_store>
|
69 |
</remove_top_nav>
|
70 |
+
<remove_layered_nav translate="label">
|
71 |
+
<label>Remove Layered Navigation Category</label>
|
72 |
+
<frontend_type>select</frontend_type>
|
73 |
+
<source_model>adminhtml/system_config_source_yesno</source_model>
|
74 |
+
<sort_order>4</sort_order>
|
75 |
+
<show_in_default>1</show_in_default>
|
76 |
+
<show_in_website>1</show_in_website>
|
77 |
+
<show_in_store>1</show_in_store>
|
78 |
+
<comment>Removes browse by category from layered navigation.</comment>
|
79 |
+
</remove_layered_nav>
|
80 |
<column translate="label">
|
81 |
<label>Show In</label>
|
82 |
<frontend_type>select</frontend_type>
|
87 |
<show_in_website>1</show_in_website>
|
88 |
<show_in_store>1</show_in_store>
|
89 |
</column>
|
90 |
+
<parent translate="label">
|
91 |
+
<label>Parent Category</label>
|
92 |
+
<frontend_type>select</frontend_type>
|
93 |
+
<!--<backend_model>sidenavconfig/ParentOptions</backend_model>-->
|
94 |
+
<source_model>sidenavconfig/ParentOptions</source_model>
|
95 |
+
<sort_order>6</sort_order>
|
96 |
+
<show_in_default>1</show_in_default>
|
97 |
+
<show_in_website>1</show_in_website>
|
98 |
+
<show_in_store>1</show_in_store>
|
99 |
+
</parent>
|
100 |
<max_depth translate="label">
|
101 |
<label>Maximal Depth</label>
|
102 |
<frontend_type>text</frontend_type>
|
103 |
+
<sort_order>7</sort_order>
|
104 |
<show_in_default>1</show_in_default>
|
105 |
<show_in_website>1</show_in_website>
|
106 |
<show_in_store>1</show_in_store>
|
110 |
<label>Collapsible</label>
|
111 |
<frontend_type>select</frontend_type>
|
112 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
113 |
+
<sort_order>8</sort_order>
|
114 |
<show_in_default>1</show_in_default>
|
115 |
<show_in_website>1</show_in_website>
|
116 |
<show_in_store>1</show_in_store>
|
119 |
<label>Show Product Count</label>
|
120 |
<frontend_type>select</frontend_type>
|
121 |
<source_model>adminhtml/system_config_source_yesno</source_model>
|
122 |
+
<sort_order>9</sort_order>
|
123 |
<show_in_default>1</show_in_default>
|
124 |
<show_in_website>1</show_in_website>
|
125 |
<show_in_store>1</show_in_store>
|
app/code/local/Codnitive/Codall/Block/System/Config/Form/Fieldset/Contact.php
CHANGED
@@ -14,7 +14,7 @@
|
|
14 |
*
|
15 |
* @category Codnitive
|
16 |
* @package Codnitive_Codall
|
17 |
-
* @author Hassan Barza <
|
18 |
* @copyright Copyright (c) 2011 CODNITIVE Co. (http://www.codnitive.com)
|
19 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
*/
|
14 |
*
|
15 |
* @category Codnitive
|
16 |
* @package Codnitive_Codall
|
17 |
+
* @author Hassan Barza <support@codnitive.com>
|
18 |
* @copyright Copyright (c) 2011 CODNITIVE Co. (http://www.codnitive.com)
|
19 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
*/
|
app/code/local/Codnitive/Codall/Block/System/Config/Form/Fieldset/ECD.php
CHANGED
@@ -14,7 +14,7 @@
|
|
14 |
*
|
15 |
* @category Codnitive
|
16 |
* @package Codnitive_Codall
|
17 |
-
* @author Hassan Barza <
|
18 |
* @copyright Copyright (c) 2011 CODNITIVE Co. (http://www.codnitive.com)
|
19 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
*/
|
14 |
*
|
15 |
* @category Codnitive
|
16 |
* @package Codnitive_Codall
|
17 |
+
* @author Hassan Barza <support@codnitive.com>
|
18 |
* @copyright Copyright (c) 2011 CODNITIVE Co. (http://www.codnitive.com)
|
19 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
*/
|
app/code/local/Codnitive/Codall/Block/System/Config/Form/Fieldset/Extensions/List.php
CHANGED
@@ -14,7 +14,7 @@
|
|
14 |
*
|
15 |
* @category Codnitive
|
16 |
* @package Codnitive_Codall
|
17 |
-
* @author Hassan Barza <
|
18 |
* @copyright Copyright (c) 2011 CODNITIVE Co. (http://www.codnitive.com)
|
19 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
*/
|
14 |
*
|
15 |
* @category Codnitive
|
16 |
* @package Codnitive_Codall
|
17 |
+
* @author Hassan Barza <support@codnitive.com>
|
18 |
* @copyright Copyright (c) 2011 CODNITIVE Co. (http://www.codnitive.com)
|
19 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
*/
|
app/code/local/Codnitive/Codall/Block/System/Config/Form/Fieldset/PCD.php
CHANGED
@@ -14,12 +14,12 @@
|
|
14 |
*
|
15 |
* @category Codnitive
|
16 |
* @package Codnitive_Codall
|
17 |
-
* @author Hassan Barza <
|
18 |
* @copyright Copyright (c) 2011 CODNITIVE Co. (http://www.codnitive.com)
|
19 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
*/
|
21 |
return <<<PCD
|
22 |
|
23 |
-
|
24 |
|
25 |
PCD;
|
14 |
*
|
15 |
* @category Codnitive
|
16 |
* @package Codnitive_Codall
|
17 |
+
* @author Hassan Barza <support@codnitive.com>
|
18 |
* @copyright Copyright (c) 2011 CODNITIVE Co. (http://www.codnitive.com)
|
19 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
*/
|
21 |
return <<<PCD
|
22 |
|
23 |
+
چنانچه هر گونه سوالی دارید، لطفا <a href='http://www.codnitive.com/' target='_blank'>با ما تماس بگیرید</a>.
|
24 |
|
25 |
PCD;
|
app/code/local/Codnitive/Codall/Helper/Data.php
CHANGED
@@ -14,7 +14,7 @@
|
|
14 |
*
|
15 |
* @category Codnitive
|
16 |
* @package Codnitive_Codall
|
17 |
-
* @author Hassan Barza <
|
18 |
* @copyright Copyright (c) 2011 CODNITIVE Co. (http://www.codnitive.com)
|
19 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
*/
|
14 |
*
|
15 |
* @category Codnitive
|
16 |
* @package Codnitive_Codall
|
17 |
+
* @author Hassan Barza <support@codnitive.com>
|
18 |
* @copyright Copyright (c) 2011 CODNITIVE Co. (http://www.codnitive.com)
|
19 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
20 |
*/
|
app/code/local/Codnitive/Codall/etc/adminhtml.xml
CHANGED
@@ -17,7 +17,7 @@
|
|
17 |
*
|
18 |
* @category Codnitive
|
19 |
* @package Codnitive_Codall
|
20 |
-
* @author Hassan Barza <
|
21 |
* @copyright Copyright (c) 2011 CODNITIVE Co. (http://www.codnitive.com)
|
22 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
23 |
*/
|
17 |
*
|
18 |
* @category Codnitive
|
19 |
* @package Codnitive_Codall
|
20 |
+
* @author Hassan Barza <support@codnitive.com>
|
21 |
* @copyright Copyright (c) 2011 CODNITIVE Co. (http://www.codnitive.com)
|
22 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
23 |
*/
|
app/code/local/Codnitive/Codall/etc/config.xml
CHANGED
@@ -17,7 +17,7 @@
|
|
17 |
*
|
18 |
* @category Codnitive
|
19 |
* @package Codnitive_Codall
|
20 |
-
* @author Hassan Barza <
|
21 |
* @copyright Copyright (c) 2011 CODNITIVE Co. (http://www.codnitive.com)
|
22 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
23 |
*/
|
@@ -25,7 +25,7 @@
|
|
25 |
<config>
|
26 |
<modules>
|
27 |
<Codnitive_Codall>
|
28 |
-
<version>1.0.
|
29 |
<title>CODNITIVE® Information</title>
|
30 |
<link><![CDATA[http://www.codnitive.com/]]></link>
|
31 |
</Codnitive_Codall>
|
17 |
*
|
18 |
* @category Codnitive
|
19 |
* @package Codnitive_Codall
|
20 |
+
* @author Hassan Barza <support@codnitive.com>
|
21 |
* @copyright Copyright (c) 2011 CODNITIVE Co. (http://www.codnitive.com)
|
22 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
23 |
*/
|
25 |
<config>
|
26 |
<modules>
|
27 |
<Codnitive_Codall>
|
28 |
+
<version>1.0.13</version>
|
29 |
<title>CODNITIVE® Information</title>
|
30 |
<link><![CDATA[http://www.codnitive.com/]]></link>
|
31 |
</Codnitive_Codall>
|
app/code/local/Codnitive/Codall/etc/system.xml
CHANGED
@@ -17,7 +17,7 @@
|
|
17 |
*
|
18 |
* @category Codnitive
|
19 |
* @package Codnitive_Codall
|
20 |
-
* @author Hassan Barza <
|
21 |
* @copyright Copyright (c) 2011 CODNITIVE Co. (http://www.codnitive.com)
|
22 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
23 |
*/
|
@@ -26,7 +26,7 @@
|
|
26 |
<tabs>
|
27 |
<codall translate="label" module="codall">
|
28 |
<label>CODNITIVE®</label>
|
29 |
-
<sort_order>
|
30 |
</codall>
|
31 |
</tabs>
|
32 |
|
17 |
*
|
18 |
* @category Codnitive
|
19 |
* @package Codnitive_Codall
|
20 |
+
* @author Hassan Barza <support@codnitive.com>
|
21 |
* @copyright Copyright (c) 2011 CODNITIVE Co. (http://www.codnitive.com)
|
22 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
23 |
*/
|
26 |
<tabs>
|
27 |
<codall translate="label" module="codall">
|
28 |
<label>CODNITIVE®</label>
|
29 |
+
<sort_order>101</sort_order>
|
30 |
</codall>
|
31 |
</tabs>
|
32 |
|
app/design/frontend/base/default/layout/sidenav.xml
CHANGED
@@ -21,7 +21,7 @@
|
|
21 |
*
|
22 |
* @category Codnitive
|
23 |
* @package Codnitive_Sidenav
|
24 |
-
* @author Hassan Barza <
|
25 |
* @copyright Copyright (c) 2011 CODNITIVE Co. (http://www.codnitive.com)
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
*/
|
@@ -52,10 +52,25 @@ Default layout
|
|
52 |
</reference>
|
53 |
</default>
|
54 |
|
|
|
|
|
|
|
55 |
<customer_account translate="label">
|
56 |
<reference name="left">
|
57 |
<block type="catalog/navigation" name="catalog_side_nav_customer" after="customer_account_navigation" template="codnitive/catalog/navigation/customer.phtml"/>
|
58 |
</reference>
|
59 |
</customer_account>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
60 |
|
61 |
</layout>
|
21 |
*
|
22 |
* @category Codnitive
|
23 |
* @package Codnitive_Sidenav
|
24 |
+
* @author Hassan Barza <support@codnitive.com>
|
25 |
* @copyright Copyright (c) 2011 CODNITIVE Co. (http://www.codnitive.com)
|
26 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
27 |
*/
|
52 |
</reference>
|
53 |
</default>
|
54 |
|
55 |
+
<!--
|
56 |
+
Customer account
|
57 |
+
-->
|
58 |
<customer_account translate="label">
|
59 |
<reference name="left">
|
60 |
<block type="catalog/navigation" name="catalog_side_nav_customer" after="customer_account_navigation" template="codnitive/catalog/navigation/customer.phtml"/>
|
61 |
</reference>
|
62 |
</customer_account>
|
63 |
+
|
64 |
+
<!--
|
65 |
+
Catalog view
|
66 |
+
-->
|
67 |
+
<catalog_category_layered>
|
68 |
+
<!--<reference name="left">
|
69 |
+
<action method="unsetChild" ifconfig="codnitivecatalog/sidenav/active"><name>catalog.leftnav</name></action>
|
70 |
+
</reference>-->
|
71 |
+
<reference name="catalog.leftnav">
|
72 |
+
<action method="unsetChild" ifconfig="codnitivecatalog/sidenav/remove_layered_nav"><name>category_filter</name></action>
|
73 |
+
</reference>
|
74 |
+
</catalog_category_layered>
|
75 |
|
76 |
</layout>
|
app/design/frontend/base/default/template/codnitive/catalog/navigation/customer.phtml
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Codnitive
|
22 |
* @package Codnitive_Sidenav
|
23 |
-
* @author Hassan Barza <
|
24 |
* @copyright Copyright (c) 2011 CODNITIVE Co. (http://www.codnitive.com)
|
25 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
26 |
*/
|
@@ -39,18 +39,14 @@ $isActive = $sidebarnav->getCheckActive();
|
|
39 |
$categories = $sidebarnav->getCategoriesNavMenu();
|
40 |
$column = $sidebarnav->getColumn();
|
41 |
$title = $sidebarnav->getTitle(); ?>
|
42 |
-
<?php if ($isActive && $column == 'right_col'): ?>
|
43 |
<div id="sidebar-nav" class="sidebar-nav-customer">
|
44 |
<div class="block-title">
|
45 |
<strong><span><?php echo Mage::helper('sidenav')->__($title) ?></span></strong>
|
46 |
</div>
|
47 |
<div class="block-content">
|
48 |
<ul id="sidebar-nav-menu">
|
49 |
-
<?php
|
50 |
-
echo $categories ?
|
51 |
-
$categories :
|
52 |
-
Mage::helper('sidenav')->__('There are no categories in store.');
|
53 |
-
?>
|
54 |
</ul>
|
55 |
</div>
|
56 |
</div>
|
20 |
*
|
21 |
* @category Codnitive
|
22 |
* @package Codnitive_Sidenav
|
23 |
+
* @author Hassan Barza <support@codnitive.com>
|
24 |
* @copyright Copyright (c) 2011 CODNITIVE Co. (http://www.codnitive.com)
|
25 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
26 |
*/
|
39 |
$categories = $sidebarnav->getCategoriesNavMenu();
|
40 |
$column = $sidebarnav->getColumn();
|
41 |
$title = $sidebarnav->getTitle(); ?>
|
42 |
+
<?php if ($isActive && $categories && $column == 'right_col'): ?>
|
43 |
<div id="sidebar-nav" class="sidebar-nav-customer">
|
44 |
<div class="block-title">
|
45 |
<strong><span><?php echo Mage::helper('sidenav')->__($title) ?></span></strong>
|
46 |
</div>
|
47 |
<div class="block-content">
|
48 |
<ul id="sidebar-nav-menu">
|
49 |
+
<?php echo $categories; ?>
|
|
|
|
|
|
|
|
|
50 |
</ul>
|
51 |
</div>
|
52 |
</div>
|
app/design/frontend/base/default/template/codnitive/catalog/navigation/left.phtml
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Codnitive
|
22 |
* @package Codnitive_Sidenav
|
23 |
-
* @author Hassan Barza <
|
24 |
* @copyright Copyright (c) 2011 CODNITIVE Co. (http://www.codnitive.com)
|
25 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
26 |
*/
|
@@ -39,18 +39,14 @@ $isActive = $sidebarnav->getCheckActive();
|
|
39 |
$categories = $sidebarnav->getCategoriesNavMenu();
|
40 |
$column = $sidebarnav->getColumn();
|
41 |
$title = $sidebarnav->getTitle(); ?>
|
42 |
-
<?php if ($isActive && ($column == 'left_col' || $column == 'both_col')): ?>
|
43 |
<div id="sidebar-nav" class="sidebar-nav-left">
|
44 |
<div class="block-title">
|
45 |
<strong><span><?php echo Mage::helper('sidenav')->__($title) ?></span></strong>
|
46 |
</div>
|
47 |
<div class="block-content">
|
48 |
<ul id="sidebar-nav-menu">
|
49 |
-
<?php
|
50 |
-
echo $categories ?
|
51 |
-
$categories :
|
52 |
-
Mage::helper('sidenav')->__('There are no categories in store.');
|
53 |
-
?>
|
54 |
</ul>
|
55 |
</div>
|
56 |
</div>
|
20 |
*
|
21 |
* @category Codnitive
|
22 |
* @package Codnitive_Sidenav
|
23 |
+
* @author Hassan Barza <support@codnitive.com>
|
24 |
* @copyright Copyright (c) 2011 CODNITIVE Co. (http://www.codnitive.com)
|
25 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
26 |
*/
|
39 |
$categories = $sidebarnav->getCategoriesNavMenu();
|
40 |
$column = $sidebarnav->getColumn();
|
41 |
$title = $sidebarnav->getTitle(); ?>
|
42 |
+
<?php if ($isActive && $categories && ($column == 'left_col' || $column == 'both_col')): ?>
|
43 |
<div id="sidebar-nav" class="sidebar-nav-left">
|
44 |
<div class="block-title">
|
45 |
<strong><span><?php echo Mage::helper('sidenav')->__($title) ?></span></strong>
|
46 |
</div>
|
47 |
<div class="block-content">
|
48 |
<ul id="sidebar-nav-menu">
|
49 |
+
<?php echo $categories; ?>
|
|
|
|
|
|
|
|
|
50 |
</ul>
|
51 |
</div>
|
52 |
</div>
|
app/design/frontend/base/default/template/codnitive/catalog/navigation/right.phtml
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Codnitive
|
22 |
* @package Codnitive_Sidenav
|
23 |
-
* @author Hassan Barza <
|
24 |
* @copyright Copyright (c) 2011 CODNITIVE Co. (http://www.codnitive.com)
|
25 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
26 |
*/
|
@@ -39,18 +39,14 @@ $isActive = $sidebarnav->getCheckActive();
|
|
39 |
$categories = $sidebarnav->getCategoriesNavMenu();
|
40 |
$column = $sidebarnav->getColumn();
|
41 |
$title = $sidebarnav->getTitle(); ?>
|
42 |
-
<?php if ($isActive && ($column == 'right_col' || $column == 'both_col')): ?>
|
43 |
<div id="sidebar-nav" class="sidebar-nav-right">
|
44 |
<div class="block-title">
|
45 |
<strong><span><?php echo Mage::helper('sidenav')->__($title) ?></span></strong>
|
46 |
</div>
|
47 |
<div class="block-content">
|
48 |
<ul id="sidebar-nav-menu">
|
49 |
-
<?php
|
50 |
-
echo $categories ?
|
51 |
-
$categories :
|
52 |
-
Mage::helper('sidenav')->__('There are no categories in store.');
|
53 |
-
?>
|
54 |
</ul>
|
55 |
</div>
|
56 |
</div>
|
20 |
*
|
21 |
* @category Codnitive
|
22 |
* @package Codnitive_Sidenav
|
23 |
+
* @author Hassan Barza <support@codnitive.com>
|
24 |
* @copyright Copyright (c) 2011 CODNITIVE Co. (http://www.codnitive.com)
|
25 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
26 |
*/
|
39 |
$categories = $sidebarnav->getCategoriesNavMenu();
|
40 |
$column = $sidebarnav->getColumn();
|
41 |
$title = $sidebarnav->getTitle(); ?>
|
42 |
+
<?php if ($isActive && $categories && ($column == 'right_col' || $column == 'both_col')): ?>
|
43 |
<div id="sidebar-nav" class="sidebar-nav-right">
|
44 |
<div class="block-title">
|
45 |
<strong><span><?php echo Mage::helper('sidenav')->__($title) ?></span></strong>
|
46 |
</div>
|
47 |
<div class="block-content">
|
48 |
<ul id="sidebar-nav-menu">
|
49 |
+
<?php echo $categories; ?>
|
|
|
|
|
|
|
|
|
50 |
</ul>
|
51 |
</div>
|
52 |
</div>
|
app/etc/modules/Codnitive_Codall.xml
CHANGED
@@ -17,7 +17,7 @@
|
|
17 |
*
|
18 |
* @category Codnitive
|
19 |
* @package Codnitive_Codall
|
20 |
-
* @author Hassan Barza <
|
21 |
* @copyright Copyright (c) 2011 CODNITIVE Co. (http://www.codnitive.com)
|
22 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
23 |
*/
|
@@ -27,7 +27,7 @@
|
|
27 |
<Codnitive_Codall>
|
28 |
<active>true</active>
|
29 |
<codePool>local</codePool>
|
30 |
-
<version>1.0.
|
31 |
</Codnitive_Codall>
|
32 |
</modules>
|
33 |
</config>
|
17 |
*
|
18 |
* @category Codnitive
|
19 |
* @package Codnitive_Codall
|
20 |
+
* @author Hassan Barza <support@codnitive.com>
|
21 |
* @copyright Copyright (c) 2011 CODNITIVE Co. (http://www.codnitive.com)
|
22 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
23 |
*/
|
27 |
<Codnitive_Codall>
|
28 |
<active>true</active>
|
29 |
<codePool>local</codePool>
|
30 |
+
<version>1.0.13</version>
|
31 |
</Codnitive_Codall>
|
32 |
</modules>
|
33 |
</config>
|
app/etc/modules/Codnitive_Sidenav.xml
CHANGED
@@ -17,7 +17,7 @@
|
|
17 |
*
|
18 |
* @category Codnitive
|
19 |
* @package Codnitive_Sidenav
|
20 |
-
* @author Hassan Barza <
|
21 |
* @copyright Copyright (c) 2011 CODNITIVE Co. (http://www.codnitive.com)
|
22 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
23 |
*/
|
@@ -32,7 +32,7 @@
|
|
32 |
<Mage_Page />
|
33 |
<Mage_Catalog />
|
34 |
</depends>
|
35 |
-
<version>1.6.
|
36 |
</Codnitive_Sidenav>
|
37 |
</modules>
|
38 |
</config>
|
17 |
*
|
18 |
* @category Codnitive
|
19 |
* @package Codnitive_Sidenav
|
20 |
+
* @author Hassan Barza <support@codnitive.com>
|
21 |
* @copyright Copyright (c) 2011 CODNITIVE Co. (http://www.codnitive.com)
|
22 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
23 |
*/
|
32 |
<Mage_Page />
|
33 |
<Mage_Catalog />
|
34 |
</depends>
|
35 |
+
<version>1.6.66</version>
|
36 |
</Codnitive_Sidenav>
|
37 |
</modules>
|
38 |
</config>
|
app/locale/en_US/Codnitive_Sidenav.csv
CHANGED
@@ -1,11 +1,15 @@
|
|
1 |
"",""
|
2 |
"[GLOBAL]","[GLOBAL]"
|
3 |
"[STORE VIEW]","[STORE VIEW]"
|
|
|
4 |
"Applies for all thumbnails.","Applies for all thumbnails."
|
5 |
"Both Columns","Both Columns"
|
6 |
"Catalog","Catalog"
|
7 |
"Categories","Categories"
|
|
|
|
|
8 |
"Collapsible","Collapsible"
|
|
|
9 |
"Custom","Custom"
|
10 |
"Default","Default"
|
11 |
"Enabled","Enabled"
|
@@ -13,14 +17,17 @@
|
|
13 |
"Left Column","Left Column"
|
14 |
"Maximal Depth","Maximal Depth"
|
15 |
"No","No"
|
16 |
-
"
|
|
|
17 |
"Remove Top Navigation Menu","Remove Top Navigation Menu"
|
|
|
18 |
"Right Column","Right Column"
|
19 |
"Set to 0 or leave empty for unlimit depth.","Set to 0 or leave empty for unlimit depth."
|
20 |
"Shows thumbnail of menus.","Shows thumbnail of menus."
|
21 |
"Show In","Show In"
|
22 |
"Show Product Count","Show Product Count"
|
23 |
"Sidebar Navigation Menu Professional","Sidebar Navigation Menu Professional"
|
|
|
24 |
"There are no categories in store.","There are no categories in store."
|
25 |
"Thumbnail Enabled","Thumbnail Enabled"
|
26 |
"Thumbnail Size","Thumbnail Size"
|
1 |
"",""
|
2 |
"[GLOBAL]","[GLOBAL]"
|
3 |
"[STORE VIEW]","[STORE VIEW]"
|
4 |
+
"A number based on 'px' (default: 14).","A number based on 'px' (default: 14)."
|
5 |
"Applies for all thumbnails.","Applies for all thumbnails."
|
6 |
"Both Columns","Both Columns"
|
7 |
"Catalog","Catalog"
|
8 |
"Categories","Categories"
|
9 |
+
"Category Level %d","Category Level %d"
|
10 |
+
"Children of Current Category","Children of Current Category"
|
11 |
"Collapsible","Collapsible"
|
12 |
+
"Current Category and Children","Current Category and Children"
|
13 |
"Custom","Custom"
|
14 |
"Default","Default"
|
15 |
"Enabled","Enabled"
|
17 |
"Left Column","Left Column"
|
18 |
"Maximal Depth","Maximal Depth"
|
19 |
"No","No"
|
20 |
+
"Parent Category","Parent Category"
|
21 |
+
"Remove Layered Navigation Category","Remove Layered Navigation Category"
|
22 |
"Remove Top Navigation Menu","Remove Top Navigation Menu"
|
23 |
+
"Removes browse by category from layered navigation.","Removes browse by category from layered navigation."
|
24 |
"Right Column","Right Column"
|
25 |
"Set to 0 or leave empty for unlimit depth.","Set to 0 or leave empty for unlimit depth."
|
26 |
"Shows thumbnail of menus.","Shows thumbnail of menus."
|
27 |
"Show In","Show In"
|
28 |
"Show Product Count","Show Product Count"
|
29 |
"Sidebar Navigation Menu Professional","Sidebar Navigation Menu Professional"
|
30 |
+
"Store Base","Store Base"
|
31 |
"There are no categories in store.","There are no categories in store."
|
32 |
"Thumbnail Enabled","Thumbnail Enabled"
|
33 |
"Thumbnail Size","Thumbnail Size"
|
app/locale/fa_IR/Codnitive_Sidenav.csv
CHANGED
@@ -1,11 +1,15 @@
|
|
1 |
"",""
|
2 |
"[GLOBAL]","[سراسری]"
|
3 |
"[STORE VIEW]","[نمای فروشگاه]"
|
|
|
4 |
"Applies for all thumbnails.","برای همهی تصاویر کوچک اعمال میشود."
|
5 |
"Both Columns","هر دو ستون"
|
6 |
"Catalog","کاتالوگ"
|
7 |
"Categories","ردهها"
|
|
|
|
|
8 |
"Collapsible","تاشو"
|
|
|
9 |
"Custom","سفارشی"
|
10 |
"Default","پیش فرض"
|
11 |
"Enabled","ممکنشده"
|
@@ -13,14 +17,17 @@
|
|
13 |
"Left Column","ستون چپ"
|
14 |
"Maximal Depth","عمق نهایی"
|
15 |
"No","خیر"
|
16 |
-
"
|
|
|
17 |
"Remove Top Navigation Menu","برداشتن منوی ناوبری بالایی"
|
|
|
18 |
"Right Column","ستون راست"
|
19 |
"Set to 0 or leave empty for unlimit depth.","برای عمق نهایی نا محدود 0(صفر) وارد کنید یا خالی بگذارید."
|
20 |
"Shows thumbnail of menus.","تصویر کوچک منوها را نمایش میدهد."
|
21 |
"Show In","نمایش در"
|
22 |
"Show Product Count","نمایش تعداد محصول"
|
23 |
"Sidebar Navigation Menu Professional","منوی ناوبری نوارکناری حرفهای"
|
|
|
24 |
"There are no categories in store.","هیچ ردهای در فرورشگاه وجود ندارد."
|
25 |
"Thumbnail Enabled","تصویر کوچک ممکنشده"
|
26 |
"Thumbnail Size","اندازهی تصویر کوچک"
|
1 |
"",""
|
2 |
"[GLOBAL]","[سراسری]"
|
3 |
"[STORE VIEW]","[نمای فروشگاه]"
|
4 |
+
"A number based on 'px' (default: 14).","عددی بر مبنای 'px' (پیش فرض: 14)."
|
5 |
"Applies for all thumbnails.","برای همهی تصاویر کوچک اعمال میشود."
|
6 |
"Both Columns","هر دو ستون"
|
7 |
"Catalog","کاتالوگ"
|
8 |
"Categories","ردهها"
|
9 |
+
"Category Level %d","ردهی سطح %d"
|
10 |
+
"Children of Current Category","فرزندان ردهی جاری"
|
11 |
"Collapsible","تاشو"
|
12 |
+
"Current Category and Children","ردهی جاری و فرزندان"
|
13 |
"Custom","سفارشی"
|
14 |
"Default","پیش فرض"
|
15 |
"Enabled","ممکنشده"
|
17 |
"Left Column","ستون چپ"
|
18 |
"Maximal Depth","عمق نهایی"
|
19 |
"No","خیر"
|
20 |
+
"Parent Category","ردهی منشا"
|
21 |
+
"Remove Layered Navigation Category","برداشتن ردهی ناوبری لایهای"
|
22 |
"Remove Top Navigation Menu","برداشتن منوی ناوبری بالایی"
|
23 |
+
"Removes browse by category from layered navigation.","جستجو توسط رده را از ناوبری لایهای برمی دارد."
|
24 |
"Right Column","ستون راست"
|
25 |
"Set to 0 or leave empty for unlimit depth.","برای عمق نهایی نا محدود 0(صفر) وارد کنید یا خالی بگذارید."
|
26 |
"Shows thumbnail of menus.","تصویر کوچک منوها را نمایش میدهد."
|
27 |
"Show In","نمایش در"
|
28 |
"Show Product Count","نمایش تعداد محصول"
|
29 |
"Sidebar Navigation Menu Professional","منوی ناوبری نوارکناری حرفهای"
|
30 |
+
"Store Base","مبنای فروشگاه"
|
31 |
"There are no categories in store.","هیچ ردهای در فرورشگاه وجود ندارد."
|
32 |
"Thumbnail Enabled","تصویر کوچک ممکنشده"
|
33 |
"Thumbnail Size","اندازهی تصویر کوچک"
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Codnitive_Sidenav</name>
|
4 |
-
<version>1.6.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.opensource.org/licenses/gpl-3.0.html">GNU General Public License, version 3 (GPLv3)</license>
|
7 |
<channel>community</channel>
|
@@ -10,10 +10,10 @@
|
|
10 |
<description>This extension will add a very useful and professional vertical navigation bar. The new block will add to right, left or both columns with unique and nice design.
|
11 |
With this navigation menu users can navigate to all site categories simply and fast.</description>
|
12 |
<notes>Please note: first test all modules in a test store then install theme on your original store. Always make backup of your store before installation.</notes>
|
13 |
-
<authors><author><name>Hassan Barza</name><user>hbarza</user><email>
|
14 |
-
<date>2011-
|
15 |
-
<time>
|
16 |
-
<contents><target name="mageetc"><dir name="modules"><file name="Codnitive_Codall.xml" hash="
|
17 |
<compatible/>
|
18 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
19 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Codnitive_Sidenav</name>
|
4 |
+
<version>1.6.66</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.opensource.org/licenses/gpl-3.0.html">GNU General Public License, version 3 (GPLv3)</license>
|
7 |
<channel>community</channel>
|
10 |
<description>This extension will add a very useful and professional vertical navigation bar. The new block will add to right, left or both columns with unique and nice design.
|
11 |
With this navigation menu users can navigate to all site categories simply and fast.</description>
|
12 |
<notes>Please note: first test all modules in a test store then install theme on your original store. Always make backup of your store before installation.</notes>
|
13 |
+
<authors><author><name>Hassan Barza</name><user>hbarza</user><email>support@codnitive.com</email></author></authors>
|
14 |
+
<date>2011-12-20</date>
|
15 |
+
<time>21:05:16</time>
|
16 |
+
<contents><target name="mageetc"><dir name="modules"><file name="Codnitive_Codall.xml" hash="1796ad4371c55c268c71be72d7b2876f"/><file name="Codnitive_Sidenav.xml" hash="52641ce21abf5131fec44bef040e5a91"/></dir></target><target name="magelocal"><dir name="Codnitive"><dir name="Codall"><dir><dir name="Block"><dir name="System"><dir name="Config"><dir name="Form"><dir name="Fieldset"><file name="Contact.php" hash="62e20a1f93c1b0394a5b1f1fefe09447"/><file name="ECD.php" hash="c6aafe57abdba2fcf6b7555c5f10345c"/><dir name="Extensions"><file name="List.php" hash="a337458b525e4b20feb68f898c3a6b8e"/></dir><file name="PCD.php" hash="bb824cfd2a340ba4b4f70b442b7316e8"/></dir></dir></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="db05202ae83bf9e4cc4454acb5fd8615"/></dir><dir name="etc"><file name="adminhtml.xml" hash="0bed954bf2a459b1f5d6a25050d770d7"/><file name="config.xml" hash="2be2d94e2d6f870a24fc114ddbe27bda"/><file name="system.xml" hash="a54d0a2284f244afc9b8b294cba2e11d"/></dir></dir></dir></dir></target><target name="magelocale"><dir name="en_US"><file name="Codnitive_Codall.csv" hash="bea852e5e3c3f17c54d3c21e96115c68"/><file name="Codnitive_Sidenav.csv" hash="4778113a82ee845460a7b5bf8fe35c81"/></dir><dir name="fa_IR"><file name="Codnitive_Codall.csv" hash="3691ccfe6c605575aace69417351e0f7"/><file name="Codnitive_Sidenav.csv" hash="caf933bc40493f5edab311e319c001de"/></dir></target><target name="magecommunity"><dir name="Codnitive"><dir name="Sidenav"><dir><dir name="Block"><file name="Navigation.php" hash="1e3d9722efb977f9b1e89d58138c1fd1"/><dir name="Page"><dir name="Html"><file name="Head.php" hash="fa228820c5582eafda286428ce9755ce"/></dir></dir></dir><dir name="Helper"><file name="Category.php" hash="31f8b4c1f7391567a8396ea763d65f0f"/><file name="Data.php" hash="b9ea5a08afe28a117cb5c47ac6738896"/></dir><dir name="Model"><dir name="Config"><file name="ColumnOptions.php" hash="6196bfe8ca72a223ca468968a323c753"/><file name="ParentOptions.php" hash="fe28b0bcd0752bd11539256f85414a3b"/><file name="ThumbSizeOptions.php" hash="5a5930e3fe754fe3f1996f3344d4b4ab"/></dir><file name="Config.php" hash="014867ec2cc7319081b07c74fc7f4c03"/></dir><dir name="etc"><file name="adminhtml.xml" hash="fbd1336cfc8228ef03b56128f395d6c9"/><file name="config.xml" hash="b2249b31506615afd7fcd60193cecc11"/><file name="system.xml" hash="11d70403543d3078eb828739b5be54b9"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="sidenav.xml" hash="8ffeb8059a2dcc67c665526512f1f2be"/></dir><dir name="template"><dir name="codnitive"><dir name="catalog"><dir name="navigation"><file name="customer.phtml" hash="735ff0d9563a73624d0cc36b80fb2807"/><file name="left.phtml" hash="d0dbc580be8ec02cb314444a8dda2244"/><file name="right.phtml" hash="7f8a880978554ed8405121b00a4539d1"/></dir></dir></dir></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="default"><dir name="blank"><dir name="css"><file name="sidenav.css" hash="139f5bbc9c6166d8d6ca0930757474b3"/></dir></dir><dir name="default"><dir name="css"><file name="sidenav.css" hash="5029eccaa81d56c56311faba25207a06"/><file name="sidenavcollapse.css" hash="70e2cec086adbc77ed5f87c2e20a6fc5"/></dir><dir name="images"><file name="bkg_block-sidebarnav-actions.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="bkg_block-sidebarnav-layered-dd.gif" hash="6ae6f8184e87de496fb74eeec65737c9"/><file name="bkg_block-sidebarnav-title.gif" hash="a269d8b84748540f9a4a4fb316d333ba"/><file name="arrows.gif" hash="8e21f0dded4452c5fac26eac28d92176"/><file name="blue_arrows.gif" hash="a0c521ab87e5ee381e37c2603247e4b8"/><file name="green_arrows.gif" hash="83318262141f58fae387a2d9256f0be7"/><file name="orange_arrows.gif" hash="7eafae6b1389de8f7fdcdaccedcbbc0b"/></dir><dir name="js"><file name="sidenavcollapse.js" hash="1679db09b139e13464dfd477ea3bc500"/></dir></dir><dir name="f002"><dir name="css"><file name="sidenav.css" hash="201e1c03431895a84eaf5bbe2fb9ec60"/></dir></dir><dir name="modern"><dir name="css"><file name="sidenav.css" hash="18ec93aa1924024a9051093da4615064"/><file name="sidenavcollapse.css.bak" hash="4ba9b8e5af018e0ff64813589e820528"/></dir><dir name="images"><file name="bkg_block-sidebarnav-actions.gif" hash="1f29cb35ff7946056eecd61ad3dabdfd"/><file name="bkg_block-sidebarnav-title.gif" hash="1e7d3408f8fc509f4e6e2869557d3c1d"/><file name="arrows.gif" hash="83318262141f58fae387a2d9256f0be7"/></dir></dir></dir></dir></target></contents>
|
17 |
<compatible/>
|
18 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
19 |
</package>
|
skin/frontend/default/blank/css/sidenav.css
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
*
|
20 |
* @category Codnitive
|
21 |
* @package Codnitive_Sidenav
|
22 |
-
* @author Hassan Barza <
|
23 |
* @copyright Copyright (c) 2011 CODNITIVE Co. (http://www.codnitive.com)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
19 |
*
|
20 |
* @category Codnitive
|
21 |
* @package Codnitive_Sidenav
|
22 |
+
* @author Hassan Barza <support@codnitive.com>
|
23 |
* @copyright Copyright (c) 2011 CODNITIVE Co. (http://www.codnitive.com)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
skin/frontend/default/default/css/sidenav.css
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
*
|
20 |
* @category Codnitive
|
21 |
* @package Codnitive_Sidenav
|
22 |
-
* @author Hassan Barza <
|
23 |
* @copyright Copyright (c) 2011 CODNITIVE Co. (http://www.codnitive.com)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
19 |
*
|
20 |
* @category Codnitive
|
21 |
* @package Codnitive_Sidenav
|
22 |
+
* @author Hassan Barza <support@codnitive.com>
|
23 |
* @copyright Copyright (c) 2011 CODNITIVE Co. (http://www.codnitive.com)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
skin/frontend/default/default/css/sidenavcollapse.css
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
*
|
20 |
* @category Codnitive
|
21 |
* @package Codnitive_Sidenav
|
22 |
-
* @author Hassan Barza <
|
23 |
* @copyright Copyright (c) 2011 CODNITIVE Co. (http://www.codnitive.com)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
19 |
*
|
20 |
* @category Codnitive
|
21 |
* @package Codnitive_Sidenav
|
22 |
+
* @author Hassan Barza <support@codnitive.com>
|
23 |
* @copyright Copyright (c) 2011 CODNITIVE Co. (http://www.codnitive.com)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
skin/frontend/default/default/js/sidenavcollapse.js
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
*
|
20 |
* @category Codnitive
|
21 |
* @package Codnitive_Sidenav
|
22 |
-
* @author Hassan Barza <
|
23 |
* @copyright Copyright (c) 2011 CODNITIVE Co. (http://www.codnitive.com)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
19 |
*
|
20 |
* @category Codnitive
|
21 |
* @package Codnitive_Sidenav
|
22 |
+
* @author Hassan Barza <support@codnitive.com>
|
23 |
* @copyright Copyright (c) 2011 CODNITIVE Co. (http://www.codnitive.com)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
skin/frontend/default/f002/css/sidenav.css
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
*
|
20 |
* @category Codnitive
|
21 |
* @package Codnitive_Sidenav
|
22 |
-
* @author Hassan Barza <
|
23 |
* @copyright Copyright (c) 2011 CODNITIVE Co. (http://www.codnitive.com)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
19 |
*
|
20 |
* @category Codnitive
|
21 |
* @package Codnitive_Sidenav
|
22 |
+
* @author Hassan Barza <support@codnitive.com>
|
23 |
* @copyright Copyright (c) 2011 CODNITIVE Co. (http://www.codnitive.com)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
skin/frontend/default/modern/css/sidenav.css
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
*
|
20 |
* @category Codnitive
|
21 |
* @package Codnitive_Sidenav
|
22 |
-
* @author Hassan Barza <
|
23 |
* @copyright Copyright (c) 2011 CODNITIVE Co. (http://www.codnitive.com)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
19 |
*
|
20 |
* @category Codnitive
|
21 |
* @package Codnitive_Sidenav
|
22 |
+
* @author Hassan Barza <support@codnitive.com>
|
23 |
* @copyright Copyright (c) 2011 CODNITIVE Co. (http://www.codnitive.com)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
skin/frontend/default/modern/css/sidenavcollapse.css.bak
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
*
|
20 |
* @category Codnitive
|
21 |
* @package Codnitive_Sidenav
|
22 |
-
* @author Hassan Barza <
|
23 |
* @copyright Copyright (c) 2011 CODNITIVE Co. (http://www.codnitive.com)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
19 |
*
|
20 |
* @category Codnitive
|
21 |
* @package Codnitive_Sidenav
|
22 |
+
* @author Hassan Barza <support@codnitive.com>
|
23 |
* @copyright Copyright (c) 2011 CODNITIVE Co. (http://www.codnitive.com)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|