Version Notes
Theme Grayscale (WebAndPeople.com) for magento v1.4
Download this release
Release Info
Developer | Magento Core Team |
Extension | wp_theme_grayscale |
Version | 1.0.7 |
Comparing to | |
See all releases |
Code changes from version 1.0.6 to 1.0.7
- app/code/local/WP/ThemeGrayscale/etc/config.xml +1 -1
- app/code/local/WP/ThemeGrayscale/sql/themegrayscale_setup/{mysql4-install-1.0.6.php → mysql4-install-1.0.7.php} +0 -0
- app/code/local/WP/ThemeGrayscale/sql/themegrayscale_setup/mysql4-upgrade-1.0.0-1.0.6.php +0 -149
- app/code/local/WP/ThemeGrayscale/sql/themegrayscale_setup/mysql4-upgrade-1.0.5-1.0.6.php +0 -149
- package.xml +3 -3
app/code/local/WP/ThemeGrayscale/etc/config.xml
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
<config>
|
3 |
<modules>
|
4 |
<WP_ThemeGrayscale>
|
5 |
-
<version>
|
6 |
</WP_ThemeGrayscale>
|
7 |
</modules>
|
8 |
|
2 |
<config>
|
3 |
<modules>
|
4 |
<WP_ThemeGrayscale>
|
5 |
+
<version>1.0.7</version>
|
6 |
</WP_ThemeGrayscale>
|
7 |
</modules>
|
8 |
|
app/code/local/WP/ThemeGrayscale/sql/themegrayscale_setup/{mysql4-install-1.0.6.php → mysql4-install-1.0.7.php}
RENAMED
File without changes
|
app/code/local/WP/ThemeGrayscale/sql/themegrayscale_setup/mysql4-upgrade-1.0.0-1.0.6.php
DELETED
@@ -1,149 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
// --- Get Patch for Sub Categories ---
|
3 |
-
$ids = Mage::getModel('catalog/category')->getTreeModel()->load()->getCollection()->getAllIds();
|
4 |
-
$path = $ids[0] . '/' . $ids[1];
|
5 |
-
|
6 |
-
// --- Create Home Products Category ---
|
7 |
-
$category = Mage::getModel('catalog/category');
|
8 |
-
$category->setStoreId(0); // --- default/all
|
9 |
-
$general['name'] = "Home Products";
|
10 |
-
$general['path'] = $path;
|
11 |
-
$general['description'] = "";
|
12 |
-
$general['meta_title'] = ""; // --- Page title
|
13 |
-
$general['meta_keywords'] = "";
|
14 |
-
$general['meta_description'] = "";
|
15 |
-
$general['landing_page'] = ""; // --- has to be created in advance, here comes id
|
16 |
-
$general['display_mode'] = "PRODUCTS"; // --- static block and the products are shown on the page
|
17 |
-
$general['is_active'] = 0;
|
18 |
-
$general['is_anchor'] = 0;
|
19 |
-
$general['url_key'] = "home-products";
|
20 |
-
$category->addData($general);
|
21 |
-
try
|
22 |
-
{
|
23 |
-
$category->save();
|
24 |
-
$HomeProductsCategoryID = $category->getId();
|
25 |
-
}
|
26 |
-
catch (Exception $ex)
|
27 |
-
{
|
28 |
-
$HomeProductsCategoryID = 0;
|
29 |
-
}
|
30 |
-
|
31 |
-
// --- Create Popular Products Category ---
|
32 |
-
$category = Mage::getModel('catalog/category');
|
33 |
-
$category->setStoreId(0); // --- default/all
|
34 |
-
$general['name'] = "Popular Products";
|
35 |
-
$general['path'] = $path;
|
36 |
-
$general['description'] = "";
|
37 |
-
$general['meta_title'] = ""; // --- Page title
|
38 |
-
$general['meta_keywords'] = "";
|
39 |
-
$general['meta_description'] = "";
|
40 |
-
$general['landing_page'] = ""; // --- has to be created in advance, here comes id
|
41 |
-
$general['display_mode'] = "PRODUCTS"; // --- static block and the products are shown on the page
|
42 |
-
$general['is_active'] = 0;
|
43 |
-
$general['is_anchor'] = 0;
|
44 |
-
$general['url_key'] = "popular-products";
|
45 |
-
$category->addData($general);
|
46 |
-
try
|
47 |
-
{
|
48 |
-
$category->save();
|
49 |
-
$PopularProductsCategoryID = $category->getId();
|
50 |
-
}
|
51 |
-
catch (Exception $ex)
|
52 |
-
{
|
53 |
-
$PopularProductsCategoryID = 0;
|
54 |
-
}
|
55 |
-
|
56 |
-
$this->startSetup();
|
57 |
-
|
58 |
-
$this->run("
|
59 |
-
|
60 |
-
START TRANSACTION;
|
61 |
-
|
62 |
-
-- Create home page
|
63 |
-
|
64 |
-
INSERT INTO {$this->getTable('cms_page')}(
|
65 |
-
`title`,
|
66 |
-
`root_template`,
|
67 |
-
`meta_keywords`,
|
68 |
-
`meta_description`,
|
69 |
-
`identifier`,
|
70 |
-
`content_heading`,
|
71 |
-
`content`,
|
72 |
-
`creation_time`,
|
73 |
-
`update_time`,
|
74 |
-
`is_active`,
|
75 |
-
`layout_update_xml`,
|
76 |
-
`custom_theme`,
|
77 |
-
`custom_root_template`,
|
78 |
-
`custom_layout_update_xml`,
|
79 |
-
`custom_theme_from`,
|
80 |
-
`custom_theme_to`
|
81 |
-
)
|
82 |
-
VALUES ('Home', 'three_columns', '', '', 'home', '', '<div>{{block type=\"catalog/product_list\" template=\"catalog/product/home.phtml\" category_id=\"{$HomeProductsCategoryID}\"}}</div>', NOW(), NOW(), 0, '<reference name=\"header\">\n <block type=\"cms/block\" name=\"home_page_header_block\">\n <action method=\"setBlockId\"><block_id>home_page_header_block</block_id></action>\n </block>\n</reference>\n<reference name=\"head\">\n <action method=\"addItem\"><type>skin_css</type><name>css/slider.css</name><params/></action>\n <action method=\"addItem\"><type>skin_js</type><name>js/jquery-1.3.2.min.js</name></action>\n <action method=\"addItem\"><type>skin_js</type><name>js/cycle-fade-effect.js</name></action>\n <action method=\"addItem\"><type>skin_js</type><name>js/slider.js</name></action>\n</reference>', '', '', '', NULL, NULL);
|
83 |
-
|
84 |
-
INSERT INTO {$this->getTable('cms_page_store')}(
|
85 |
-
`page_id`,
|
86 |
-
`store_id`
|
87 |
-
)
|
88 |
-
VALUES (LAST_INSERT_ID(), 0);
|
89 |
-
|
90 |
-
-- Create Static Block left_info_block
|
91 |
-
|
92 |
-
INSERT INTO {$this->getTable('cms_block')}(
|
93 |
-
`title`,
|
94 |
-
`identifier`,
|
95 |
-
`content`,
|
96 |
-
`creation_time`,
|
97 |
-
`update_time`,
|
98 |
-
`is_active`
|
99 |
-
)
|
100 |
-
VALUES ('left_info_block', 'left_info_block', '<div>{{block type=\"catalog/product_popular\" template=\"catalog/product/popular.phtml\" category_id=\"{$PopularProductsCategoryID}\"}}</div>\n<div class=\"block block-service\">\n <div class=\"block-title\"><strong><span>Customer service</span></strong></div>\n <div class=\"block-content\"><span>t <span>99999999</span></span> 9.00-19.00 Mon-Fri</div>\n</div>', NOW(), NOW(), 0);
|
101 |
-
|
102 |
-
INSERT INTO {$this->getTable('cms_block_store')}(
|
103 |
-
`block_id`,
|
104 |
-
`store_id`
|
105 |
-
)
|
106 |
-
VALUES (LAST_INSERT_ID(), 0);
|
107 |
-
|
108 |
-
-- Create Static Block home_page_header_block
|
109 |
-
|
110 |
-
INSERT INTO {$this->getTable('cms_block')}(
|
111 |
-
`title`,
|
112 |
-
`identifier`,
|
113 |
-
`content`,
|
114 |
-
`creation_time`,
|
115 |
-
`update_time`,
|
116 |
-
`is_active`
|
117 |
-
)
|
118 |
-
VALUES ('home_page_header_block', 'home_page_header_block', '<div class=\"slider-wrap\">\n <div id=\"stripNavL0\" class=\"stripNavL\" onclick=\"changeFx(\'scrollRight\')\">\n <a id=\"stripNavLa\" href=\"#\">Left</a>\n </div>\n <div id=\"slider-content\" class=\"slider-wrap\">\n <img src=\"{{media url=\"home_banner.jpg\"}}\" alt=\"\" />\n <img src=\"{{media url=\"home_banner_2.jpg\"}}\" alt=\"\" />\n <img src=\"{{media url=\"home_banner_3.jpg\"}}\" alt=\"\" />\n </div>\n <div id=\"stripNavR0\" class=\"stripNavR\" onclick=\"changeFx(\'scrollLeft\')\">\n <a id=\"stripNavRa\" href=\"#\">Right</a>\n </div>\n </div><!-- .slider-wrap -->', NOW(), NOW(), 0);
|
119 |
-
|
120 |
-
INSERT INTO {$this->getTable('cms_block_store')}(
|
121 |
-
`block_id`,
|
122 |
-
`store_id`
|
123 |
-
)
|
124 |
-
VALUES (LAST_INSERT_ID(), 0);
|
125 |
-
|
126 |
-
-- Create Static Block right_info_block
|
127 |
-
|
128 |
-
INSERT INTO {$this->getTable('cms_block')}(
|
129 |
-
`title`,
|
130 |
-
`identifier`,
|
131 |
-
`content`,
|
132 |
-
`creation_time`,
|
133 |
-
`update_time`,
|
134 |
-
`is_active`
|
135 |
-
)
|
136 |
-
VALUES ('right_info_block', 'right_info_block', '<!--customer service start-->\n <div class=\"block customer_service\">\n <div class=\"block-title\"><strong><span>Customer service</span></strong></div>\n <div class=\"block-content\">\n <p class=\"phone\">+1<strong>2532432001</strong></p>\n <p class=\"time\">9.00-19.00 Mon-Fri</p>\n </div>\n </div>\n <!--end customer service-->', NOW(), NOW(), 0);
|
137 |
-
|
138 |
-
INSERT INTO {$this->getTable('cms_block_store')}(
|
139 |
-
`block_id`,
|
140 |
-
`store_id`
|
141 |
-
)
|
142 |
-
VALUES (LAST_INSERT_ID(), 0);
|
143 |
-
|
144 |
-
COMMIT;
|
145 |
-
|
146 |
-
");
|
147 |
-
|
148 |
-
$this->endSetup();
|
149 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app/code/local/WP/ThemeGrayscale/sql/themegrayscale_setup/mysql4-upgrade-1.0.5-1.0.6.php
DELETED
@@ -1,149 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
// --- Get Patch for Sub Categories ---
|
3 |
-
$ids = Mage::getModel('catalog/category')->getTreeModel()->load()->getCollection()->getAllIds();
|
4 |
-
$path = $ids[0] . '/' . $ids[1];
|
5 |
-
|
6 |
-
// --- Create Home Products Category ---
|
7 |
-
$category = Mage::getModel('catalog/category');
|
8 |
-
$category->setStoreId(0); // --- default/all
|
9 |
-
$general['name'] = "Home Products";
|
10 |
-
$general['path'] = $path;
|
11 |
-
$general['description'] = "";
|
12 |
-
$general['meta_title'] = ""; // --- Page title
|
13 |
-
$general['meta_keywords'] = "";
|
14 |
-
$general['meta_description'] = "";
|
15 |
-
$general['landing_page'] = ""; // --- has to be created in advance, here comes id
|
16 |
-
$general['display_mode'] = "PRODUCTS"; // --- static block and the products are shown on the page
|
17 |
-
$general['is_active'] = 0;
|
18 |
-
$general['is_anchor'] = 0;
|
19 |
-
$general['url_key'] = "home-products";
|
20 |
-
$category->addData($general);
|
21 |
-
try
|
22 |
-
{
|
23 |
-
$category->save();
|
24 |
-
$HomeProductsCategoryID = $category->getId();
|
25 |
-
}
|
26 |
-
catch (Exception $ex)
|
27 |
-
{
|
28 |
-
$HomeProductsCategoryID = 0;
|
29 |
-
}
|
30 |
-
|
31 |
-
// --- Create Popular Products Category ---
|
32 |
-
$category = Mage::getModel('catalog/category');
|
33 |
-
$category->setStoreId(0); // --- default/all
|
34 |
-
$general['name'] = "Popular Products";
|
35 |
-
$general['path'] = $path;
|
36 |
-
$general['description'] = "";
|
37 |
-
$general['meta_title'] = ""; // --- Page title
|
38 |
-
$general['meta_keywords'] = "";
|
39 |
-
$general['meta_description'] = "";
|
40 |
-
$general['landing_page'] = ""; // --- has to be created in advance, here comes id
|
41 |
-
$general['display_mode'] = "PRODUCTS"; // --- static block and the products are shown on the page
|
42 |
-
$general['is_active'] = 0;
|
43 |
-
$general['is_anchor'] = 0;
|
44 |
-
$general['url_key'] = "popular-products";
|
45 |
-
$category->addData($general);
|
46 |
-
try
|
47 |
-
{
|
48 |
-
$category->save();
|
49 |
-
$PopularProductsCategoryID = $category->getId();
|
50 |
-
}
|
51 |
-
catch (Exception $ex)
|
52 |
-
{
|
53 |
-
$PopularProductsCategoryID = 0;
|
54 |
-
}
|
55 |
-
|
56 |
-
$this->startSetup();
|
57 |
-
|
58 |
-
$this->run("
|
59 |
-
|
60 |
-
START TRANSACTION;
|
61 |
-
|
62 |
-
-- Create home page
|
63 |
-
|
64 |
-
INSERT INTO {$this->getTable('cms_page')}(
|
65 |
-
`title`,
|
66 |
-
`root_template`,
|
67 |
-
`meta_keywords`,
|
68 |
-
`meta_description`,
|
69 |
-
`identifier`,
|
70 |
-
`content_heading`,
|
71 |
-
`content`,
|
72 |
-
`creation_time`,
|
73 |
-
`update_time`,
|
74 |
-
`is_active`,
|
75 |
-
`layout_update_xml`,
|
76 |
-
`custom_theme`,
|
77 |
-
`custom_root_template`,
|
78 |
-
`custom_layout_update_xml`,
|
79 |
-
`custom_theme_from`,
|
80 |
-
`custom_theme_to`
|
81 |
-
)
|
82 |
-
VALUES ('Home', 'three_columns', '', '', 'home', '', '<div>{{block type=\"catalog/product_list\" template=\"catalog/product/home.phtml\" category_id=\"{$HomeProductsCategoryID}\"}}</div>', NOW(), NOW(), 0, '<reference name=\"header\">\n <block type=\"cms/block\" name=\"home_page_header_block\">\n <action method=\"setBlockId\"><block_id>home_page_header_block</block_id></action>\n </block>\n</reference>\n<reference name=\"head\">\n <action method=\"addItem\"><type>skin_css</type><name>css/slider.css</name><params/></action>\n <action method=\"addItem\"><type>skin_js</type><name>js/jquery-1.3.2.min.js</name></action>\n <action method=\"addItem\"><type>skin_js</type><name>js/cycle-fade-effect.js</name></action>\n <action method=\"addItem\"><type>skin_js</type><name>js/slider.js</name></action>\n</reference>', '', '', '', NULL, NULL);
|
83 |
-
|
84 |
-
INSERT INTO {$this->getTable('cms_page_store')}(
|
85 |
-
`page_id`,
|
86 |
-
`store_id`
|
87 |
-
)
|
88 |
-
VALUES (LAST_INSERT_ID(), 0);
|
89 |
-
|
90 |
-
-- Create Static Block left_info_block
|
91 |
-
|
92 |
-
INSERT INTO {$this->getTable('cms_block')}(
|
93 |
-
`title`,
|
94 |
-
`identifier`,
|
95 |
-
`content`,
|
96 |
-
`creation_time`,
|
97 |
-
`update_time`,
|
98 |
-
`is_active`
|
99 |
-
)
|
100 |
-
VALUES ('left_info_block', 'left_info_block', '<div>{{block type=\"catalog/product_popular\" template=\"catalog/product/popular.phtml\" category_id=\"{$PopularProductsCategoryID}\"}}</div>\n<div class=\"block block-service\">\n <div class=\"block-title\"><strong><span>Customer service</span></strong></div>\n <div class=\"block-content\"><span>t <span>99999999</span></span> 9.00-19.00 Mon-Fri</div>\n</div>', NOW(), NOW(), 0);
|
101 |
-
|
102 |
-
INSERT INTO {$this->getTable('cms_block_store')}(
|
103 |
-
`block_id`,
|
104 |
-
`store_id`
|
105 |
-
)
|
106 |
-
VALUES (LAST_INSERT_ID(), 0);
|
107 |
-
|
108 |
-
-- Create Static Block home_page_header_block
|
109 |
-
|
110 |
-
INSERT INTO {$this->getTable('cms_block')}(
|
111 |
-
`title`,
|
112 |
-
`identifier`,
|
113 |
-
`content`,
|
114 |
-
`creation_time`,
|
115 |
-
`update_time`,
|
116 |
-
`is_active`
|
117 |
-
)
|
118 |
-
VALUES ('home_page_header_block', 'home_page_header_block', '<div class=\"slider-wrap\">\n <div id=\"stripNavL0\" class=\"stripNavL\" onclick=\"changeFx(\'scrollRight\')\">\n <a id=\"stripNavLa\" href=\"#\">Left</a>\n </div>\n <div id=\"slider-content\" class=\"slider-wrap\">\n <img src=\"{{media url=\"home_banner.jpg\"}}\" alt=\"\" />\n <img src=\"{{media url=\"home_banner_2.jpg\"}}\" alt=\"\" />\n <img src=\"{{media url=\"home_banner_3.jpg\"}}\" alt=\"\" />\n </div>\n <div id=\"stripNavR0\" class=\"stripNavR\" onclick=\"changeFx(\'scrollLeft\')\">\n <a id=\"stripNavRa\" href=\"#\">Right</a>\n </div>\n </div><!-- .slider-wrap -->', NOW(), NOW(), 0);
|
119 |
-
|
120 |
-
INSERT INTO {$this->getTable('cms_block_store')}(
|
121 |
-
`block_id`,
|
122 |
-
`store_id`
|
123 |
-
)
|
124 |
-
VALUES (LAST_INSERT_ID(), 0);
|
125 |
-
|
126 |
-
-- Create Static Block right_info_block
|
127 |
-
|
128 |
-
INSERT INTO {$this->getTable('cms_block')}(
|
129 |
-
`title`,
|
130 |
-
`identifier`,
|
131 |
-
`content`,
|
132 |
-
`creation_time`,
|
133 |
-
`update_time`,
|
134 |
-
`is_active`
|
135 |
-
)
|
136 |
-
VALUES ('right_info_block', 'right_info_block', '<!--customer service start-->\n <div class=\"block customer_service\">\n <div class=\"block-title\"><strong><span>Customer service</span></strong></div>\n <div class=\"block-content\">\n <p class=\"phone\">+1<strong>2532432001</strong></p>\n <p class=\"time\">9.00-19.00 Mon-Fri</p>\n </div>\n </div>\n <!--end customer service-->', NOW(), NOW(), 0);
|
137 |
-
|
138 |
-
INSERT INTO {$this->getTable('cms_block_store')}(
|
139 |
-
`block_id`,
|
140 |
-
`store_id`
|
141 |
-
)
|
142 |
-
VALUES (LAST_INSERT_ID(), 0);
|
143 |
-
|
144 |
-
COMMIT;
|
145 |
-
|
146 |
-
");
|
147 |
-
|
148 |
-
$this->endSetup();
|
149 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>wp_theme_grayscale</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0 Unported License</license>
|
7 |
<channel>community</channel>
|
@@ -11,8 +11,8 @@
|
|
11 |
<notes>Theme Grayscale (WebAndPeople.com) for magento v1.4</notes>
|
12 |
<authors><author><name>WebAndPeople</name><user>auto-converted</user><email>design@webandpeople.com</email></author><author><name>y.gerassimenko</name><user>auto-converted</user><email>y.gerassimenko@webandpeople.com</email></author></authors>
|
13 |
<date>2010-12-14</date>
|
14 |
-
<time>22:
|
15 |
-
<contents><target name="mageweb"><dir name="app"><dir name="code"><dir name="local"><dir name="Mage"><dir name="Catalog"><dir name="Block"><dir name="Product"><file name="Manufacturer.php" hash="6867232df0df4ed8ddda210dccb5285b"/><file name="Popular.php" hash="bbcc64bb9a42b93eb139efc99732a2e1"/></dir></dir></dir></dir><dir name="WP"><dir name="ThemeGrayscale"><dir name="etc"><file name="config.xml" hash="
|
16 |
<compatible/>
|
17 |
<dependencies/>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>wp_theme_grayscale</name>
|
4 |
+
<version>1.0.7</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0 Unported License</license>
|
7 |
<channel>community</channel>
|
11 |
<notes>Theme Grayscale (WebAndPeople.com) for magento v1.4</notes>
|
12 |
<authors><author><name>WebAndPeople</name><user>auto-converted</user><email>design@webandpeople.com</email></author><author><name>y.gerassimenko</name><user>auto-converted</user><email>y.gerassimenko@webandpeople.com</email></author></authors>
|
13 |
<date>2010-12-14</date>
|
14 |
+
<time>22:54:59</time>
|
15 |
+
<contents><target name="mageweb"><dir name="app"><dir name="code"><dir name="local"><dir name="Mage"><dir name="Catalog"><dir name="Block"><dir name="Product"><file name="Manufacturer.php" hash="6867232df0df4ed8ddda210dccb5285b"/><file name="Popular.php" hash="bbcc64bb9a42b93eb139efc99732a2e1"/></dir></dir></dir></dir><dir name="WP"><dir name="ThemeGrayscale"><dir name="etc"><file name="config.xml" hash="1126ee9b63a1d13e88d52c725b2ef09e"/></dir><dir name="sql"><dir name="themegrayscale_setup"><file name="mysql4-install-1.0.7.php" hash="00533c568ea2373627693b3237c1e8a7"/></dir></dir><file name="readme.txt" hash="3342c658a252422b11b998bb3ada39bd"/></dir></dir></dir></dir><dir name="design"><dir name="frontend"><dir name="default"><dir name="grayscale"><dir name="etc"><file name="widget.xml" hash="d32a472eda056cd136a24dc4d5610f7c"/></dir><dir name="layout"><file name="local.xml" hash="d61a2b5728735606480fc6c1d6ef7c8c"/></dir><dir name="locale"><dir name="da_DK"><file name="translate.csv" hash="e8077d2fc03d4301680c3e00bfc18296"/></dir><dir name="en_US"><file name="translate.csv" hash="dc981687ca3925fd9b1ba06e98cc80a0"/></dir><dir name="ru_RU"><file name="translate.csv" hash="bdcf53d8641826099ee8e8757755a8c0"/></dir></dir><dir name="template"><dir name="catalog"><dir name="navigation"><file name="top.phtml" hash="c52944b2dc37b646dac270e91528611a"/></dir><dir name="product"><dir name="compare"><file name="sidebar.phtml" hash="d5b4e90b77cb4505b7ca2bcee93b34ff"/></dir><file name="home.phtml" hash="5350eeb8089df67bc746cc4519bcec1b"/><file name="list.phtml" hash="1f30993232ec4cc9691eea303b2b646c"/><file name="popular.phtml" hash="b22fc95245b6a2a0dcc5bb157254afb2"/><file name="slider.phtml" hash="130358a5a947b040c7ece74d4936a4f6"/><file name="view.phtml" hash="db03df8dba887cd16d8b7c5f07d0504f"/></dir></dir><dir name="page"><dir name="html"><file name="footer.phtml" hash="2ff13b57a6a78f1e092da6efd52ffab0"/><file name="head.phtml" hash="c3ea01061f08cd2bec00a0125ae01961"/><file name="header.phtml" hash="001d16fd2115961db5e7d3f4a1cecbd1"/></dir></dir></dir></dir></dir></dir></dir><dir name="etc"><dir name="modules"><file name="WP_ThemeGrayscale.xml" hash="fa753892a34354365fb66f91a7c3cfaf"/></dir></dir></dir><dir name="media"><dir name="grayscale"><file name="chat_offline.gif" hash="00cebb25de3587b38ffb4fef4d88fbc1"/><file name="chat_online.gif" hash="77716c5b033ff23e4d4539d48b016bad"/></dir><file name="home_banner.jpg" hash="ad550f45ae824a399e95ace094fe6937"/><file name="home_banner_2.jpg" hash="d418c64942c72a7d76205e034253988c"/><file name="home_banner_3.jpg" hash="d291a5e98dd324f8b38e64b6d860906d"/></dir><dir name="skin"><dir name="frontend"><dir name="default"><dir name="grayscale"><dir name="banners"><file name="payment1.jpg" hash="8a5a40e0ae3939511320d0e98bf6fab0"/><file name="payment2.jpg" hash="6a939b53d54917a5a66e5b1244185218"/><file name="payment3.jpg" hash="66d43f4ee5dec85fc22eeecc5c3a0ff8"/><file name="payment4.jpg" hash="7d75dc7537985dba486b0da1aab95798"/><file name="payment5.jpg" hash="002a2114017907de566a6c9410f21905"/><file name="promotion.jpg" hash="49100ec4f19c06952c8bf88b09293d7b"/></dir><dir name="css"><file name="print.css" hash="dee77279918b8ecdd36383f208b21cfb"/><file name="skin.css" hash="29cf3f7114f12b0f165e077d70ee0cfc"/><file name="slider.css" hash="f15bcb319d81a6bc3834e92be83a13a0"/><file name="styles-ie.css" hash="eef671b91e9d2125311c7149963adadb"/><file name="styles.css" hash="054a3e1eb2e8d2769ede76eb96b12136"/></dir><dir name="images"><dir name="slider"><file name="Thumbs.db" hash="5f780f9a52b3f2247f8b97f684e6b949"/><file name="arr_left.png" hash="3adbd99f02ab702fb33ede1421f1ff94"/><file name="arr_right.png" hash="216f632af22d4988735884d4d79318df"/></dir><file name="active_store_link_bg.gif" hash="840771a10dd42c0482b00ad9c55d9b0b"/><file name="active_store_link_hover_bg.gif" hash="b92d7a27b62c5d9489734176c7093535"/><file name="bkg_block-actions.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="bkg_body.gif" hash="82bfc5bfe346c8e974cd33b1314b0acf"/><file name="bkg_buttons-set1.gif" hash="2c641e927bc83156b7004ea37920513c"/><file name="bkg_checkout.gif" hash="11258fe49feff5513c9608f2ea486776"/><file name="bkg_login-box.gif" hash="5538675d7f1c35d96a2b8013948f42a6"/><file name="bkg_main1.gif" hash="a8f5717873dc6cf8f6bd22924b5838fe"/><file name="bkg_main2.gif" hash="cf18ba9f7c7e6b058b439cde1a897e9c"/><file name="bkg_nav0.jpg" hash="f9ac3f31e293cf075471d2d3fe07353a"/><file name="bkg_opc-title-off.gif" hash="f69b40b5331ab3760f54d038daf287eb"/><file name="bkg_pipe1.gif" hash="7852290f6a443000ead96b8cec5cd7c7"/><file name="bkg_pipe2.gif" hash="7da64eefaf4da3855ab6ee76dbced0c2"/><file name="bkg_pipe3.gif" hash="11bfac1e590f0c77fb12f37d7f05cd3c"/><file name="bkg_product-view.gif" hash="7078a7f2827156d5ae0a1cb59da3c418"/><file name="bkg_product_collateral.gif" hash="1d4d6b22e5108aefae52709d3934f397"/><file name="bkg_rating.gif" hash="c770df42e265ee022b907391b2074660"/><file name="bkg_tfoot.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="bkg_toolbar.gif" hash="fb7ed019476eaa1643af922b59ede4fb"/><file name="block_bg.gif" hash="53a8c3def242eeb55ce0c5879a8f1084"/><file name="block_head.gif" hash="af6cd723eafe45d41f0cd912b3fab796"/><file name="block_head_cart.gif" hash="3d2d2598cb5b2ad7f452461c73e8235f"/><file name="block_head_layered-nav.gif" hash="3da8c6ccccbfdfdc5eb553a56e9227df"/><file name="block_head_line.gif" hash="2c4e0cfacaa997321aecc537756c09ff"/><file name="block_head_service.gif" hash="058b755c38bc6198fbe419e2a37ee5a8"/><file name="block_head_signup.gif" hash="d7c6d3fd462b8c93f11cb11273be1adc"/><file name="block_line.gif" hash="170ead978c4c7c76a381128e1e7620de"/><file name="body_bg.jpg" hash="42b3dc25205f6859faaf43a1c0f7bee1"/><file name="breadcrumbs_sp.gif" hash="eab75603b59c0baf71450736bf9ed7b9"/><file name="btn_remove.gif" hash="0087f98cb116b153fa29353daa22b648"/><file name="btn_remove2.gif" hash="9220898b4d7d3b6d86a055547cc12d5d"/><file name="btn_search.gif" hash="2d93b43c0a1c1182358677661e26a978"/><file name="btn_trash.gif" hash="c1c7833bc1ff6cc5bc0d9e3a38b5237e"/><file name="customer_icon.png" hash="d5d04d87cf2169a68b516275500e44f3"/><file name="download.jpg" hash="4217b81235bb6ac80cc6ad504ade7477"/><file name="forum.png" hash="e46a3a720d8d1718ec8319d69b6c39f5"/><file name="gift-message-collapse.gif" hash="1007e43eb38b6fcd73cf347cc72ca7d1"/><file name="gift-message-expand.gif" hash="b816bc0ecbbc33851068617e699997a8"/><file name="header_bg.gif" hash="553b7d6d406737f5929518d21d933d26"/><file name="header_links_sp.gif" hash="166099988797e1c4d57653453104f8ff"/><file name="i_arrow-top.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="i_asc_arrow.gif" hash="7224c93c32675269641dd59799ddd016"/><file name="i_block-cart.gif" hash="cc19e21f9c89b70cc10354ff588ca8ab"/><file name="i_block-poll.gif" hash="52d778dddbf48b8d04226bee9370a7ef"/><file name="i_block-subscribe.gif" hash="9e5fee06a543742045118a95f2debcb8"/><file name="i_desc_arrow.gif" hash="08cfa58d86d30d428c1b39dc8732185e"/><file name="i_notice.gif" hash="ebd56dc80b8346e10e93628bc0e6c372"/><file name="i_page1.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="i_page2.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="i_pager-next.gif" hash="07a552fa829f26ca3bbe2511554653d1"/><file name="i_pager-prev.gif" hash="7feb36cae141a21755224f4ad5240f66"/><file name="icon_asterick.gif" hash="afcd53f976026816d64610686d93d929"/><file name="light_btn_split.gif" hash="38adde03a5e9d989f8eeb5feb5635e44"/><file name="light_e_btn_split.gif" hash="f11437d362c7fae34c9862173a39c8c8"/><file name="logo.gif" hash="9140ccc77fc4bc91228c2f8b119b49be"/><file name="logo_email.gif" hash="a18f167fe99914d443f97245b7844223"/><file name="logo_print.gif" hash="a18f167fe99914d443f97245b7844223"/><file name="magnifier_handle.gif" hash="57e81833be17e72f080513a066fd73f2"/><file name="menu_bg.gif" hash="2c1f3f1c4ad51dc364a130cb404e420c"/><file name="more.png" hash="7093fdf9e94f23e1990c061a62ecd663"/><file name="nav_arrow.gif" hash="e5c61c3a6cc91881ecc89ac6faf41f60"/><file name="right_col_main.gif" hash="fd28b5fe8b7056c3bb0dc41a21dfd3fe"/><file name="search_btn.gif" hash="479e603a641ef206b0dfabc503f4096c"/><file name="search_input.gif" hash="ef750fe86a388aca644b5388ea5a4205"/><file name="slider.jpg" hash="7e9a767f0d4590195caeea58ea935a85"/><file name="slider_bg.gif" hash="87bc1b46d87de4f6252c7216216627c3"/><file name="slider_btn_zoom_in.gif" hash="7008498c3f30bc6ba09deebb23c14ee5"/><file name="slider_btn_zoom_out.gif" hash="e9592ddd14c86cbf47beba003c748570"/><file name="sort_asc_arrow.gif" hash="146d28ba0becce356c3e1ede269f71b3"/><file name="sort_desc_arrow.gif" hash="a202c44fc5256ac58e62f89cbb105af5"/><file name="subscribe_btn.gif" hash="09ab9bb66dfc9170f8471871e14cc06e"/><file name="subscribe_input.gif" hash="8b3bc7560364f79ae54d842ebd9c89c4"/><file name="tab_bg.png" hash="7e5e48a75aea03209b3ce77c013056da"/><file name="top_static_links_sp.gif" hash="cedebb6ddac7fd5cfe32a94d496adbae"/><file name="validation_advice_bg.gif" hash="b85432906de8985a8b14eeb2dc652d3c"/></dir><dir name="js"><file name="cycle-fade-effect.js" hash="bbae283fb9469e02db66cab31cfe149f"/><file name="jquery-1.3.2.min.js" hash="bb381e2d19d8eace86b34d20759491a5"/><file name="slider.js" hash="40278905b9c151401d5036b2b1b6fe0e"/></dir><file name="favicon.ico" hash="6e3f6e97b96ea2e33b3f76e40ad34a28"/></dir></dir></dir></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies/>
|
18 |
</package>
|