Fedobe_Erostheme - Version 1.0.0.2

Version Notes

Second Preview Release

Download this release

Release Info

Developer Fedobe Solutions Pvt. Ltd
Extension Fedobe_Erostheme
Version 1.0.0.2
Comparing to
See all releases


Code changes from version 1.0.0.1 to 1.0.0.2

app/code/local/Fedobe/Customblocks/Block/About.php ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ class Fedobe_Customblocks_Block_About extends Mage_Adminhtml_Block_Abstract
4
+ {
5
+ /**
6
+ * Render fieldset html
7
+ *
8
+ * @param Varien_Data_Form_Element_Abstract $element
9
+ * @return string
10
+ */
11
+ public function render()
12
+ {
13
+ $logopath = 'http://cdn5.fedobe.com/wp-content/uploads/2013/08/fedobe-logo.png';
14
+ $html = <<<HTML
15
+ <div style="background:url('$logopath') no-repeat scroll 10px 10px #A8C6CF;border:1px solid #CCCCCC;margin-bottom:10px;padding:10px 5px 5px 200px;">
16
+ <p>
17
+ <strong>PREMIUM and FREE MAGENTO TEMPLATES and EXTENSIONS</strong><br />
18
+ <a href="http://fedobe.com" target="_blank">FEDOBE</a> offers a wide choice of nice-looking and easily editable free and premium Magento extensions. You can find free extensions for the extremely popular Magento eCommerce platform.<br />
19
+ </p>
20
+ <p>
21
+ Our extensions on <a href="http://store.fedobe.com" target="_blank">store.fedobe.com</a><br />
22
+ Should you have any questions email at <a href="mailto:support@fedobe.com">support@fedobe.com</a>
23
+ <br/>
24
+ </p>
25
+ </div>
26
+ HTML;
27
+ return $html;
28
+ }
29
+ }
app/code/local/Fedobe/Customblocks/etc/config-ol.xml DELETED
@@ -1,62 +0,0 @@
1
- <config>
2
- <modules>
3
- <Fedobe_Customblocks>
4
- <version>0.1.0</version>
5
- </Fedobe_Customblocks>
6
- </modules>
7
-
8
- <global>
9
- <helpers>
10
- <customblocks>
11
- <class>Fedobe_Customblocks_Helper</class>
12
- </customblocks>
13
- </helpers>
14
- <blocks>
15
- <customblocks>
16
- <class>Fedobe_Customblocks_Block</class>
17
- </customblocks>
18
- </blocks>
19
- <models>
20
- <customblocks>
21
- <class>Fedobe_Customblocks_Model</class>
22
- </customblocks>
23
- </models>
24
- </global>
25
-
26
- <frontend>
27
- <routers>
28
- <customblocks>
29
- <use>standard</use>
30
- <args>
31
- <module>Fedobe_Customblocks</module>
32
- <frontName>customblocks</frontName>
33
- </args>
34
- </customblocks>
35
- </routers>
36
- </frontend>
37
-
38
-
39
- <adminhtml>
40
- <acl>
41
- <resources>
42
- <admin>
43
- <children>
44
- <system>
45
- <children>
46
- <config>
47
- <children>
48
- <customblocks_options>
49
- <title>Store Custom Blocks Module Section</title>
50
- </customblocks_options>
51
- </children>
52
- </config>
53
- </children>
54
- </system>
55
- </children>
56
- </admin>
57
- </resources>
58
- </acl>
59
- </adminhtml>
60
-
61
-
62
- </config>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
app/code/local/Fedobe/Customblocks/etc/system-ol.xml DELETED
@@ -1,235 +0,0 @@
1
- <config>
2
- <tabs>
3
- <customconfig translate="label" module="customblocks">
4
- <label>Fedobe Eros</label>
5
- <sort_order>99999</sort_order>
6
- </customconfig>
7
- </tabs>
8
- <sections>
9
- <customblocks_options translate="label" module="customblocks">
10
- <label>Eros Custom Block Options</label>
11
- <tab>customconfig</tab>
12
- <frontend_type>text</frontend_type>
13
- <sort_order>1000</sort_order>
14
- <show_in_default>1</show_in_default>
15
- <show_in_website>1</show_in_website>
16
- <show_in_store>1</show_in_store>
17
-
18
-
19
- <groups>
20
- <blocksettings1 translate="label">
21
- <label>Options For Header Block</label>
22
- <frontend_type>text</frontend_type>
23
- <sort_order>1</sort_order>
24
- <show_in_default>1</show_in_default>
25
- <show_in_website>1</show_in_website>
26
- <show_in_store>1</show_in_store>
27
- <fields>
28
- <block_select1>
29
- <label>Enable</label>
30
- <comment>Select "Yes" to Enable and "No" to Disable Block</comment>
31
- <frontend_type>select</frontend_type>
32
- <source_model>customblocks/words</source_model>
33
- <sort_order>1</sort_order>
34
- <show_in_default>1</show_in_default>
35
- <show_in_website>1</show_in_website>
36
- <show_in_store>1</show_in_store>
37
- </block_select1>
38
- <block_link1>
39
- <label>First Block Link</label>
40
- <comment>Link for your First block (Ex: http://fedobe.com)</comment>
41
- <frontend_type>text</frontend_type>
42
- <sort_order>1</sort_order>
43
- <show_in_default>1</show_in_default>
44
- <show_in_website>1</show_in_website>
45
- <show_in_store>1</show_in_store>
46
- </block_link1>
47
- <block_image1>
48
- <label>First Block Image</label>
49
- <frontend_type>image</frontend_type>
50
- <backend_model>adminhtml/system_config_backend_file</backend_model>
51
- <upload_dir>media</upload_dir>
52
- <sort_order>2</sort_order>
53
- <show_in_default>1</show_in_default>
54
- <show_in_website>1</show_in_website>
55
- <show_in_store>1</show_in_store>
56
- </block_image1>
57
-
58
- <block_link2>
59
- <label>Second Block Link</label>
60
- <comment>Link for your second block (Ex: http://fedobe.com)</comment>
61
- <frontend_type>text</frontend_type>
62
- <sort_order>3</sort_order>
63
- <show_in_default>1</show_in_default>
64
- <show_in_website>1</show_in_website>
65
- <show_in_store>1</show_in_store>
66
- </block_link2>
67
- <block_image2>
68
- <label>Second Block Image</label>
69
- <frontend_type>image</frontend_type>
70
- <backend_model>adminhtml/system_config_backend_file</backend_model>
71
- <upload_dir>media</upload_dir>
72
- <sort_order>4</sort_order>
73
- <show_in_default>1</show_in_default>
74
- <show_in_website>1</show_in_website>
75
- <show_in_store>1</show_in_store>
76
- </block_image2>
77
-
78
- <block_link3>
79
- <label>Third Block Link</label>
80
- <comment>Link for your third block (Ex: http://fedobe.com)</comment>
81
- <frontend_type>text</frontend_type>
82
- <sort_order>5</sort_order>
83
- <show_in_default>1</show_in_default>
84
- <show_in_website>1</show_in_website>
85
- <show_in_store>1</show_in_store>
86
- </block_link3>
87
- <block_image3>
88
- <label>Third Block Image</label>
89
- <frontend_type>image</frontend_type>
90
- <backend_model>adminhtml/system_config_backend_file</backend_model>
91
- <upload_dir>media</upload_dir>
92
- <sort_order>6</sort_order>
93
- <show_in_default>1</show_in_default>
94
- <show_in_website>1</show_in_website>
95
- <show_in_store>1</show_in_store>
96
- </block_image3>
97
-
98
- <block_link4>
99
- <label>Fourth Block Link</label>
100
- <comment>Link for your fourth block (Ex: http://fedobe.com)</comment>
101
- <frontend_type>text</frontend_type>
102
- <sort_order>7</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>
106
- </block_link4>
107
- <block_image4>
108
- <label>Fourth Block Image</label>
109
- <frontend_type>image</frontend_type>
110
- <backend_model>adminhtml/system_config_backend_file</backend_model>
111
- <upload_dir>media</upload_dir>
112
- <sort_order>8</sort_order>
113
- <show_in_default>1</show_in_default>
114
- <show_in_website>1</show_in_website>
115
- <show_in_store>1</show_in_store>
116
- </block_image4>
117
-
118
- </fields>
119
- </blocksettings1>
120
- </groups>
121
-
122
-
123
-
124
- <groups>
125
- <blocksettings2 translate="label">
126
- <label>Options For Bottom Block</label>
127
- <frontend_type>text</frontend_type>
128
- <sort_order>2</sort_order>
129
- <show_in_default>1</show_in_default>
130
- <show_in_website>1</show_in_website>
131
- <show_in_store>1</show_in_store>
132
- <fields>
133
- <block_select2>
134
- <label>Enable</label>
135
- <comment>Select "Yes" to Enable and "No" to Disable Block</comment>
136
- <frontend_type>select</frontend_type>
137
- <source_model>customblocks/words</source_model>
138
- <sort_order>1</sort_order>
139
- <show_in_default>1</show_in_default>
140
- <show_in_website>1</show_in_website>
141
- <show_in_store>1</show_in_store>
142
- </block_select2>
143
- <block_link5>
144
- <label>Link for Left Block</label>
145
- <comment>Link for left block (Ex: http://fedobe.com)</comment>
146
- <frontend_type>text</frontend_type>
147
- <sort_order>1</sort_order>
148
- <show_in_default>1</show_in_default>
149
- <show_in_website>1</show_in_website>
150
- <show_in_store>1</show_in_store>
151
- </block_link5>
152
- <block_image5>
153
- <label>Image for Left Block</label>
154
- <frontend_type>image</frontend_type>
155
- <backend_model>adminhtml/system_config_backend_file</backend_model>
156
- <upload_dir>media</upload_dir>
157
- <sort_order>2</sort_order>
158
- <show_in_default>1</show_in_default>
159
- <show_in_website>1</show_in_website>
160
- <show_in_store>1</show_in_store>
161
- </block_image5>
162
-
163
- <block_link6>
164
- <label>Link for middle block</label>
165
- <comment>Link for middle block (Ex: http://fedobe.com)</comment>
166
- <frontend_type>text</frontend_type>
167
- <sort_order>3</sort_order>
168
- <show_in_default>1</show_in_default>
169
- <show_in_website>1</show_in_website>
170
- <show_in_store>1</show_in_store>
171
- </block_link6>
172
- <block_image6>
173
- <label>Image for middle block</label>
174
- <frontend_type>image</frontend_type>
175
- <backend_model>adminhtml/system_config_backend_file</backend_model>
176
- <upload_dir>media</upload_dir>
177
- <sort_order>4</sort_order>
178
- <show_in_default>1</show_in_default>
179
- <show_in_website>1</show_in_website>
180
- <show_in_store>1</show_in_store>
181
- </block_image6>
182
-
183
- <block_link7>
184
- <label>Link for top right block</label>
185
- <comment>Link for right block 2 (Ex: http://fedobe.com)</comment>
186
- <frontend_type>text</frontend_type>
187
- <sort_order>5</sort_order>
188
- <show_in_default>1</show_in_default>
189
- <show_in_website>1</show_in_website>
190
- <show_in_store>1</show_in_store>
191
- </block_link7>
192
- <block_image7>
193
- <label>Image for top right block 1</label>
194
- <frontend_type>image</frontend_type>
195
- <backend_model>adminhtml/system_config_backend_file</backend_model>
196
- <upload_dir>media</upload_dir>
197
- <sort_order>6</sort_order>
198
- <show_in_default>1</show_in_default>
199
- <show_in_website>1</show_in_website>
200
- <show_in_store>1</show_in_store>
201
- </block_image7>
202
-
203
- <block_link8>
204
- <label>Link for bottom right block</label>
205
- <comment>Link for right block 2 (Ex: http://fedobe.com)</comment>
206
- <frontend_type>text</frontend_type>
207
- <sort_order>7</sort_order>
208
- <show_in_default>1</show_in_default>
209
- <show_in_website>1</show_in_website>
210
- <show_in_store>1</show_in_store>
211
- </block_link8>
212
- <block_image8>
213
- <label>Image for bottom right block</label>
214
- <frontend_type>image</frontend_type>
215
- <backend_model>adminhtml/system_config_backend_file</backend_model>
216
- <upload_dir>media</upload_dir>
217
- <sort_order>8</sort_order>
218
- <show_in_default>1</show_in_default>
219
- <show_in_website>1</show_in_website>
220
- <show_in_store>1</show_in_store>
221
- </block_image8>
222
-
223
- </fields>
224
- </blocksettings2>
225
- </groups>
226
-
227
-
228
- </customblocks_options>
229
-
230
- </sections>
231
-
232
-
233
-
234
-
235
- </config>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
app/code/local/Fedobe/Customblocks/etc/system.xml CHANGED
@@ -15,6 +15,35 @@
15
  <show_in_website>1</show_in_website>
16
  <show_in_store>1</show_in_store>
17
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
 
19
  <groups>
20
  <blocksettings0 translate="label">
15
  <show_in_website>1</show_in_website>
16
  <show_in_store>1</show_in_store>
17
 
18
+
19
+ <groups>
20
+ <addtopage translate="label">
21
+ <label>Add Custom Blocks To Pages</label>
22
+ <frontend_type>text</frontend_type>
23
+ <sort_order>0</sort_order>
24
+ <show_in_default>1</show_in_default>
25
+ <show_in_website>1</show_in_website>
26
+ <show_in_store>1</show_in_store>
27
+ <fields>
28
+ <info translate="label">
29
+ <frontend_model>customblocks/about</frontend_model>
30
+ <sort_order>1</sort_order>
31
+ <show_in_default>1</show_in_default>
32
+ <show_in_website>1</show_in_website>
33
+ <show_in_store>1</show_in_store>
34
+ </info>
35
+ <addtopage_info>
36
+ <label>Paste the following Block into homepage to enable Header Block.</label>
37
+ <frontend_type>hidden</frontend_type>
38
+ <comment>{{block type="customblocks/customblock" alias="root" template="customblocks/customblock.phtml"}}</comment>
39
+ <sort_order>0</sort_order>
40
+ <show_in_default>1</show_in_default>
41
+ <show_in_website>1</show_in_website>
42
+ <show_in_store>1</show_in_store>
43
+ </addtopage_info>
44
+ </fields>
45
+ </addtopage>
46
+ </groups>
47
 
48
  <groups>
49
  <blocksettings0 translate="label">
app/design/frontend/fed/default/layout/page.xml CHANGED
@@ -145,6 +145,8 @@ Default layout, loads most of the pages
145
  <block type="page/html_header" name="header" as="header">
146
 
147
  <block type="page/template_links" name="top.links" as="topLinks"/>
 
 
148
 
149
  <block type="page/switch" name="store_language" as="store_language" template="page/switch/languages.phtml"/>
150
 
@@ -167,6 +169,11 @@ Default layout, loads most of the pages
167
  <block type="page/html_welcome" name="welcome" as="welcome"/>
168
 
169
  </block>
 
 
 
 
 
170
 
171
 
172
 
@@ -231,11 +238,6 @@ Default layout, loads most of the pages
231
 
232
 
233
 
234
-
235
-
236
-
237
-
238
-
239
  <block type="core/text_list" name="before_body_end" as="before_body_end" translate="label">
240
 
241
  <label>Page Bottom</label>
@@ -245,6 +247,8 @@ Default layout, loads most of the pages
245
  </block>
246
 
247
 
 
 
248
 
249
  <block type="core/profiler" output="toHtml" name="core_profiler"/>
250
 
145
  <block type="page/html_header" name="header" as="header">
146
 
147
  <block type="page/template_links" name="top.links" as="topLinks"/>
148
+
149
+ <block type="core/text_list" name="megaMenu" as="megaMenu" />
150
 
151
  <block type="page/switch" name="store_language" as="store_language" template="page/switch/languages.phtml"/>
152
 
169
  <block type="page/html_welcome" name="welcome" as="welcome"/>
170
 
171
  </block>
172
+
173
+ <reference name="megaMenu">
174
+ <block type="megamenu/list" name="megamenu.list.theme">
175
+ </block>
176
+ </reference>
177
 
178
 
179
 
238
 
239
 
240
 
 
 
 
 
 
241
  <block type="core/text_list" name="before_body_end" as="before_body_end" translate="label">
242
 
243
  <label>Page Bottom</label>
247
  </block>
248
 
249
 
250
+
251
+
252
 
253
  <block type="core/profiler" output="toHtml" name="core_profiler"/>
254
 
app/design/frontend/fed/default/template/page/html/header.phtml CHANGED
@@ -67,7 +67,9 @@
67
 
68
  <div class="container">
69
 
70
- <?php echo $this->getChildHtml('topMenu'); ?>
 
 
71
 
72
  </div>
73
 
67
 
68
  <div class="container">
69
 
70
+ <?php //echo $this->getChildHtml('topMenu'); ?>
71
+
72
+ <?php echo $this->getChildHtml('megaMenu');?>
73
 
74
  </div>
75
 
package.xml CHANGED
@@ -1,18 +1,18 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Fedobe_Erostheme</name>
4
- <version>1.0.0.1</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>Fedobe Eros free theme for Magento</summary>
10
  <description>EROS Magento theme by Fedobe is a Free &amp; responsive Magento Template for a breath taking start to your online store. Get an eye-catching store today!</description>
11
- <notes>First Preview Release</notes>
12
  <authors><author><name>Fedobe Solutions Pvt. Ltd</name><user>fedobe</user><email>mail@fedobe.com</email></author></authors>
13
- <date>2014-03-31</date>
14
- <time>05:04:10</time>
15
- <contents><target name="mageetc"><dir name="modules"><file name="Fedobe_Customblocks.xml" hash="730069ea3a7ad4ae51ce40071a9f66ac"/></dir></target><target name="magelocal"><dir name="Fedobe"><dir name="Customblocks"><dir name="Block"><file name="Bottomblock.php" hash="67d1b79b0445833f7bc589093f5d9301"/><file name="Customblock.php" hash="4ac9ea5090bd9b834a6b825a00c60402"/><file name="Mainblock.php" hash="043b07c293d50e1a837058bce5f7de3d"/></dir><dir name="Helper"><file name="Data.php" hash="b026ddcdf9478f7862db1258a7c1fac1"/></dir><dir name="Model"><file name="Words.php" hash="bee2ffe8d6765447e4d0242bd1feaef8"/></dir><dir name="controllers"><file name="IndexController.php" hash="199de4945dc9eb7af24d81db3ad66d94"/></dir><dir name="etc"><file name="config-ol.xml" hash="74275111d3b00c2efaa38733b2b4b594"/><file name="config.xml" hash="5ce08631f6b364288876c78f4cdea2ea"/><file name="system-ol.xml" hash="06b66aa3c0de384d46e76fc9cacb85b4"/><file name="system.xml" hash="0146582f3fe720a288c81db5e5dcf6c1"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="fed"><dir name="default"><dir><dir name="layout"><file name="authorizenet.xml" hash="ff4ae194cd550829d615f6626dfcacb3"/><file name="bundle.xml" hash="0990d5fb3da9521028ea1d507ac11ca7"/><file name="captcha.xml" hash="dbfae489e384e5f4509f91e7ce81be75"/><file name="catalog - Copy.xml" hash="faad64f65a998293ee8f2b503f1e6b9c"/><file name="catalog.xml" hash="a1bc0597be6e037d2b32b9e68ff7dc03"/><file name="catalog_msrp.xml" hash="add0145199068eb0c16b3e03e7936b95"/><file name="catalog_ol.xml" hash="1404e3a7b222bdfcbb48aa3bfe0f26f8"/><file name="cataloginventory.xml" hash="6cb9b9a4c99681b769e1ff439b55a0ce"/><file name="catalogsearch.xml" hash="2c70fc016182f75aab92f39d8930dc69"/><file name="centinel.xml" hash="5d491860f275772f6a900f2e451435d4"/><file name="checkout - Copy.xml" hash="8cd1c79f25283fb5ee33d6a58c4b7b20"/><file name="checkout.xml" hash="e966af4b3d0e4a61ab0d388ebb144e2e"/><file name="cms.xml" hash="48e50d6294f859fa528278a7899d8c30"/><file name="contacts.xml" hash="c7c81f13d7deba797ede47e730278649"/><file name="core.xml" hash="04e1cdc2ea3b0a11c355d8365ace2064"/><file name="customer.xml" hash="b1445552d84b5461b218a4a175840086"/><file name="directory.xml" hash="d30e05f8e4fe1eb024db1dbdcdd32414"/><file name="downloadable.xml" hash="41b9c74a3e787f07536e7ae24e5c8e80"/><file name="fedtabs.xml" hash="9793c372297b0f0944cd26522fd539dc"/><file name="googleanalytics.xml" hash="7480357f90eeb6a76b82433e17a6e8ea"/><file name="layout.xml" hash="97cc43e1bc1c6961ab0feb160a3e572c"/><file name="moneybookers.xml" hash="77c8ea88bca59d2ae02227329deca4ec"/><file name="newsletter.xml" hash="c0043b6a9f5e6effe8ad9791c1d1c28a"/><file name="oauth.xml" hash="bfaded1209520e85687e4855114be425"/><file name="page.xml" hash="d8b10a4fe8747d321435088e6ac49e2f"/><file name="page_old.xml" hash="c53049e313e196875cf17e8dfe098f7c"/><file name="pagecache.xml" hash="ffa2ab2f6d87db688402cbefaf0bef19"/><file name="payment.xml" hash="d96d6f909ccc35b48c7f66d14386c5d6"/><file name="paypal.xml" hash="82893c2a83691355485f147d1346da25"/><file name="paypaluk.xml" hash="3f1fdb7517c72d80db67ffd0c2a908a0"/><file name="persistent.xml" hash="55e430a56de4a4e62f94f045c4673bdc"/><file name="poll.xml" hash="ed6f016af222db0db3b17117977e87ac"/><file name="productalert.xml" hash="c83056d65e32214d23ae3b849ce849a4"/><file name="reports.xml" hash="0ed016155a3cf6bd366d482d92f41249"/><file name="review.xml" hash="435119eb74e4928c099e4b48ebfccf8a"/><file name="rss.xml" hash="16c16c677087920d3698e4e60b44b2b9"/><dir name="sales"><file name="billing_agreement.xml" hash="d510d75db1ce7fc999462e50be600497"/><file name="recurring_profile.xml" hash="052592ffb00251a440307c4e5a140ff7"/></dir><file name="sales.xml" hash="a86a9d87b42f5237b58d30b98c2645ec"/><file name="sendfriend.xml" hash="12b612b48cda35223e36595179aefac1"/><file name="shipping.xml" hash="a2f266abff8dca19d01dc2d00e383a79"/><file name="tag.xml" hash="d42d5fafd27c15e19a86b50c2a704d99"/><file name="weee.xml" hash="a4fc63dc72939c5180d288994d8da72b"/><file name="wishlist.xml" hash="e6da05e8434676280d04d088e8780d5e"/><file name="wishlist_old.xml" hash="2c4a84d8350a371d6ee5e26f71d8f7ff"/><file name="xmlconnect.xml" hash="aa5fafa4febd86bd6502ddb0dcb85c57"/></dir><dir name="template"><dir name="callouts"><file name="left_col.phtml" hash="73625f4d235c2fce81bab9d2986e06bc"/><file name="right_col.phtml" hash="73625f4d235c2fce81bab9d2986e06bc"/></dir><dir name="catalog"><dir name="category"><file name="view.phtml" hash="aa60785f4b00f8b7ba8e7e86082aca83"/></dir><dir name="msrp"><file name="popup.phtml" hash="99a11f37f545da04ab52231ce765fe2d"/></dir><dir name="navigation"><file name="left.phtml" hash="c9551b4b7343ecc04083660abec6bf26"/><file name="top.phtml" hash="222daa6e69964c271cd2f31b2e20bccc"/></dir><dir name="product"><dir name="compare"><file name="list.phtml" hash="60e8cef3773c123b03afd723fec832ce"/><file name="sidebar.phtml" hash="2fc24b0f502e3839892a0b3d9ff30c22"/></dir><file name="gallery.phtml" hash="bb2ddb7b4b08a246120a3d73ce64d5df"/><dir name="list"><file name="related.phtml" hash="9e1dfd894fa6f0ce6a88c4e0ef79e2a2"/><file name="toolbar.phtml" hash="3643f613e8548a878a1d0cfa6360c982"/><file name="upsell.phtml" hash="0496702a8460b794cc7bb248cd1e72a4"/></dir><file name="list.phtml" hash="b6abd41ee9cfbb2ac5544b62f3905571"/><file name="new.phtml" hash="8cf1c7837ca2b03f340e02836977c5c4"/><file name="price.phtml" hash="0c3527570a68079f712c77c96619a26c"/><file name="price_msrp.phtml" hash="0152c7676716e0755cc997f59f18d73f"/><file name="price_msrp_item.phtml" hash="c114cc7e515c5352da5841177b9cf192"/><file name="price_msrp_noform.phtml" hash="c9bf7a79d1f3c15eb183cd1f5d9a7b96"/><file name="price_msrp_rss.phtml" hash="bbf53210200753fe3c7082b7ab478ad0"/><dir name="view"><file name="additional.phtml" hash="ad1a3e75e210215b74f37a9743c799b8"/><file name="addto.phtml" hash="b0d45a8dc64b2e6930fe80212cf1b1e8"/><file name="addtocart.phtml" hash="daf7a361717d52e81c0eb267b4967675"/><file name="attributes.phtml" hash="8c45e68a1d609f40c03e12ca2761a44f"/><file name="description.phtml" hash="ebcbd38fccb210427ce7ad3ed1d288b7"/><file name="media.phtml" hash="b1bb4d592d3c065f052b0d137b5ffbd2"/><file name="media_ol.phtml" hash="66e5c0f8bf6e5e18eb17b454af3cf1aa"/><dir name="options"><file name="js.phtml" hash="fbb6863dc5363b307010a364f18faddb"/><dir name="type"><file name="date.phtml" hash="363f78ffb3aef58ab8ce37b5dcf2281c"/><file name="default.phtml" hash="19da3bb607abf45ca680e83244c535b3"/><file name="file.phtml" hash="153205999413f7e7ca165a06ab73fd07"/><file name="select.phtml" hash="e1c84f31959e818f175172496c60d044"/><file name="text.phtml" hash="6221f7bc58629bdd38300bf6b5af948d"/></dir><dir name="wrapper"><file name="bottom.phtml" hash="38e3a6e0bfabb92a34159e326ef929d7"/></dir><file name="wrapper.phtml" hash="359daa301a5c8ecdb45307ebc6327543"/></dir><file name="options.phtml" hash="6b9b184f3b3de05fbbadd0d9b93637f7"/><file name="price.phtml" hash="2ff29ac2e59e441d2c2f9e6a6b60115f"/><file name="price_clone.phtml" hash="09314503c99ad3c2169b4e5011368a03"/><file name="tabs.phtml" hash="5dcd9c5d12aae7aaaa5863a839715720"/><file name="tierprices.phtml" hash="f18a7e6a4771adac98488c68aba52d6b"/><dir name="type"><file name="configurable.phtml" hash="9854260203ff269c9a3df13a6f0f0f42"/><file name="default.phtml" hash="59406e536099fbaad7c3b3fd39afd3ad"/><file name="grouped.phtml" hash="221e35c42f6a05962dc3b7d39734a1b0"/><dir name="options"><file name="configurable.phtml" hash="e069e39be1e7bfc28d9e8e31af6b00ad"/></dir><file name="simple.phtml" hash="9854260203ff269c9a3df13a6f0f0f42"/><file name="virtual.phtml" hash="9854260203ff269c9a3df13a6f0f0f42"/></dir></dir><file name="view-backup.phtml" hash="af13181a9c7f239afdaac4811519bf44"/><file name="view.phtml" hash="00fcb6c2f0b04bf264ca21746ed2a468"/></dir></dir><dir name="catalogsearch"><file name="form.mini.phtml" hash="c28d083c2ec332bbe10db047db916842"/></dir><dir name="checkout"><dir name="cart"><file name="coupon.phtml" hash="f23ed29151cd02eab6dc24e639b4ea42"/><file name="crosssell.phtml" hash="186f8405ec7a86f7e48bfcb01adf7b2e"/><dir name="item"><dir name="configure"><file name="updatecart.phtml" hash="9eaac8c650b6986db7c0a5005966c4ee"/></dir><file name="default.phtml" hash="3c19e1d41c6f6f573f3ecbac9c74e760"/></dir><file name="noItems.phtml" hash="ec9b30d56635cb7bc7cddd8d254e7742"/><dir name="render"><file name="default.phtml" hash="4c0a3cf6eb9823f039e588d608011913"/><file name="simple.phtml" hash="bfb97e43ed75153071553f832ee5ed4c"/></dir><file name="shipping.phtml" hash="8282d699a62b35d9b3d3ef66a58f0a04"/><dir name="sidebar"><file name="default.phtml" hash="0284174ee571c11e30250eed83da8b3f"/></dir><file name="sidebar.phtml" hash="a31eb84e199ac654d60a7b9f02508e15"/><file name="totals.phtml" hash="a892e6768ab283ff3520a7853012712a"/></dir><file name="cart-ol.phtml" hash="e64bf30f46d8c835c2b26b7a8b4c1073"/><file name="cart.phtml" hash="7fa1c0df54984c9a24dd3702f5fa3df8"/><file name="coupon.phtml" hash="b85f58b2dd26ebf14d5a3e9ea8f30647"/><dir name="multishipping"><dir name="address"><file name="select.phtml" hash="2da29beca00a25c2e89a46c8dc66d0f4"/></dir><file name="addresses.phtml" hash="25c01e582fe64983cdc64f6e1efb8759"/><file name="agreements.phtml" hash="3a412fd5c14ad34558b53b6f4c56fadd"/><dir name="billing"><file name="items.phtml" hash="97fef2bec1d79f195fc65ba002c7871e"/></dir><file name="billing.phtml" hash="c604235c548254272414b69e6df6881e"/><dir name="item"><file name="default.phtml" hash="aa3aa74bac95ecd14fcebf3f3ad7422b"/></dir><file name="link.phtml" hash="6cd492b49b94297ac9fbfe289dd294fa"/><dir name="overview"><file name="item.phtml" hash="f924c3d0fc0b54b71b9f87be8a6d2f14"/></dir><file name="overview.phtml" hash="29559d99dd16b8569ca6308f52736223"/><file name="shipping.phtml" hash="e8b9df20fbd93dd1536ca0688ff33f73"/><file name="state.phtml" hash="e76419e0f42703fd44e236f236a1ba5b"/><file name="success.phtml" hash="b72b2471ff99c2db2e93e7bb0a4dfd7b"/></dir><dir name="onepage"><file name="agreements.phtml" hash="50c3010e9a0579ab2e59637e69da43dc"/><file name="billing.phtml" hash="676d043b85a4c9e3929ad12ede5dc644"/><file name="failure.phtml" hash="2e8f56e463801ae042d2fd565ac7a8c3"/><file name="link.phtml" hash="4ab8af11371603c8e7beba4f6ecc9c37"/><file name="login.phtml" hash="6d5288541bfd6b05a45d1aae00d2987f"/><dir name="payment"><file name="info.phtml" hash="a62b548b58b160d5b629d5cfe4a6d2a8"/><file name="methods.phtml" hash="5e890a321fc6e48112ffd16438d44fa3"/></dir><file name="payment.phtml" hash="39bc89192e82eea12e1f7c6ced6b18ac"/><dir name="progress"><file name="billing.phtml" hash="0aa839b8bbbdf6fcec3691deae469b38"/><file name="payment.phtml" hash="47c430553ae93f70cc7893647af33d2a"/><file name="shipping.phtml" hash="f344cc82f31473963e1c96a9aa0bca3b"/><file name="shipping_method.phtml" hash="16387ab2dd5b16912d73e83204eeca21"/></dir><file name="progress.phtml" hash="3c5b2b86b99be6402eceefe71986de24"/><dir name="review"><file name="button.phtml" hash="7ad02bbcee99db9a569b3814e5b4e373"/><file name="info.phtml" hash="0ca318310bab571cfefc84c19edab016"/><file name="item.phtml" hash="2534773982fc64188beb110b7334c1f3"/><file name="totals.phtml" hash="8ce1669c79d3c954361423df2bf553e6"/></dir><file name="review.phtml" hash="cb8acf6ee2b9ed0c10ef1ca1e771508e"/><file name="shipping.phtml" hash="95bb94af0e7a28cdfce3d6bbb5755efc"/><dir name="shipping_method"><file name="additional.phtml" hash="fef83265de6f91e7f9540e14963b2f9c"/><file name="available.phtml" hash="86c3c4da8da39c682ff0893205d4946f"/></dir><file name="shipping_method.phtml" hash="55b0092f2e4164c48806cd59e268a914"/></dir><dir name="onepage - Copy"><file name="agreements.phtml" hash="50c3010e9a0579ab2e59637e69da43dc"/><file name="billing.phtml" hash="676d043b85a4c9e3929ad12ede5dc644"/><file name="failure.phtml" hash="2e8f56e463801ae042d2fd565ac7a8c3"/><file name="link.phtml" hash="b289c58cf4c29fece7995b06ae671ec0"/><file name="login.phtml" hash="d41d8cd98f00b204e9800998ecf8427e"/><dir name="payment"><file name="info.phtml" hash="a62b548b58b160d5b629d5cfe4a6d2a8"/><file name="methods.phtml" hash="c7ea3d07359ea4b04da0aeafe8421aa9"/></dir><file name="payment.phtml" hash="39e5a2073ad0683620431bb209cc3266"/><dir name="progress"><file name="billing.phtml" hash="0aa839b8bbbdf6fcec3691deae469b38"/><file name="payment.phtml" hash="47c430553ae93f70cc7893647af33d2a"/><file name="shipping.phtml" hash="f344cc82f31473963e1c96a9aa0bca3b"/><file name="shipping_method.phtml" hash="16387ab2dd5b16912d73e83204eeca21"/></dir><file name="progress.phtml" hash="ecb9ea907df6b3e11210fb246af3a676"/><dir name="review"><file name="button.phtml" hash="29ff124b75f25e1c20bb1416f99506d4"/><file name="info.phtml" hash="80ea88782f9226d13fef660631d26d95"/><file name="item.phtml" hash="90cee6b703fb80ee0a1ccec654c3b33f"/><file name="totals.phtml" hash="cd68a240e8753841cdf021c8c3e7bf49"/></dir><file name="review.phtml" hash="cb8acf6ee2b9ed0c10ef1ca1e771508e"/><file name="shipping.phtml" hash="5b9c3a7e493ac6e04a6e856ec2593075"/><dir name="shipping_method"><file name="additional.phtml" hash="b3e7ce5d5b74b4d57bda7c4cc4995578"/><file name="available.phtml" hash="516bce2b292ceffee66bda27a1f05baf"/></dir><file name="shipping_method.phtml" hash="ff8e6f0a40e7046cfe92f1510fc8f283"/></dir><file name="onepage.phtml" hash="7f6cd3c66d627f1d4caae20b06ad9ce0"/><file name="shipping.phtml" hash="aaa5bbc5da97b552d75260001b5eaad8"/><file name="success.phtml" hash="1c2df5b53058c7a68df109888c6a9e01"/><dir name="total"><file name="default.phtml" hash="756bb3258c81b2d8950bb328e22e6844"/><file name="nominal.phtml" hash="31a58f6150080df9a0d2121df768f030"/><file name="tax.phtml" hash="b04ae850c82931bd90c79886dcc45084"/></dir><file name="totals.phtml" hash="f00b2453309c97a2d6f059aa4c10a10f"/></dir><dir name="cms"><file name="content.phtml" hash="47ef6346b73b41322af8169363bfbee4"/><file name="content_heading.phtml" hash="e23ffa2f580ecded313a8dd01043a8b0"/><dir name="default"><file name="home.phtml" hash="7b4d5ef708baf7817ca01dcafe248214"/><file name="no-route.phtml" hash="27f4538fd419a25ef684cd34cb7eaa88"/></dir><file name="featuredblocks.phtml" hash="634663c803abc338ce7f67873654b80f"/><file name="mainblocks.phtml" hash="153bef70255915b00b901cd4ead1185d"/><file name="meta.phtml" hash="72ee3680b8373df6d4d9079e2bd3d703"/><dir name="widget"><dir name="link"><file name="link_block.phtml" hash="a9a21edb8cb170600f88ca3dd44ce36f"/><file name="link_inline.phtml" hash="6da50468f247a74225d00d45d40bf0da"/></dir><dir name="static_block"><file name="default.phtml" hash="a2915210adce3c26f0a4c6f4f5034612"/></dir></dir></dir><dir name="core"><file name="formkey.phtml" hash="2a708649b92b012c593b1f99f672bf6a"/><file name="link.phtml" hash="337da0292b351805a59503aa294c8241"/><file name="messages.phtml" hash="7434e6411809b18680a4b3fd62bdf567"/></dir><dir name="customblocks"><file name="bottomblock.phtml" hash="0d627db7b169b5444957e7fa24c5a3eb"/><file name="brandblocks.phtml" hash="682910980001e74e5416d83d0f132e4d"/><file name="customblock.phtml" hash="2e1eba9bcfd430a349cea2e7908b8e37"/><file name="mainblock.phtml" hash="88abb2e3f9cb36d1e8b7aa36cc941bae"/></dir><dir name="customer"><dir name="account"><dir name="dashboard"><file name="address.phtml" hash="25b5ae2850ea1e64a7ac4138d0bb52f2"/><file name="hello.phtml" hash="44ed432c14f3b5420b3a1e9bb9afcf36"/><file name="info.phtml" hash="85cb4073c62b07f12b30aae2f5edc474"/><file name="newsletter.phtml" hash="0c02f1d144549ee880549ee2e3d87205"/></dir><file name="dashboard.phtml" hash="148568133e6c61ea1e9ca1306367d41c"/><file name="navigation.phtml" hash="f8501c7521183a41ee52232822830b09"/></dir><dir name="address"><file name="book.phtml" hash="aa72ae53305717ccab9990e0a7a9c6a0"/><file name="edit.phtml" hash="3c7659ef96db67a6c59f1ea3a14bc542"/></dir><file name="address.phtml" hash="394ceedec81bda798531ed3606932cb8"/><file name="balance.phtml" hash="fb5d4f685e76cfcb798f07e212ec5d6c"/><dir name="form"><file name="address.phtml" hash="59a2fe3c22e777a260502543e233d301"/><file name="changepassword.phtml" hash="52b7c1d7449e972be4dc7825531d0ea3"/><file name="confirmation.phtml" hash="40e11e3aca1355f7d300d80763908674"/><file name="edit.phtml" hash="e9b8f625a45e0e265f6187431b7b2d59"/><file name="forgotpassword.phtml" hash="bc56014875f0c54975c52a7bb262f7a4"/><file name="login.phtml" hash="18f2f3c72da997236c8948750b0f389d"/><file name="mini.login.phtml" hash="f9371bc61679e7633eaf4db8cc657fae"/><file name="newsletter.phtml" hash="3ad2600fb5a6e63657fdb229c5ecb7c5"/><file name="register.phtml" hash="dc2a14ce3bbb99419da342682255b31c"/><file name="resetforgottenpassword.phtml" hash="de5d35b6cd412b59cf3c1effffec6dd6"/></dir><file name="logout.phtml" hash="6969c6993c3dac9d08f55870b690e1be"/><file name="orders.phtml" hash="c76ba40e2d049a394206f1be959efa02"/><dir name="widget"><file name="dob.phtml" hash="d6f55194355edce8fc3b278919c32495"/><file name="gender.phtml" hash="3670f78ac5424bd8b4753aba24f60cac"/><file name="name.phtml" hash="1d6b9484af28c442f931e481dff5b7ce"/><file name="taxvat.phtml" hash="0c42536351d5f83cc1ab8f393d9342e0"/></dir><file name="wishlist.phtml" hash="67fcf6de3ce71c3674314bbf6e20b600"/></dir><dir name="directory"><dir name="currency"><file name="switch.phtml" hash="e0d10d554e80f6e26ffb35ce4084395a"/></dir><file name="currency.phtml" hash="bac654d5d82aa2de0451e5c277b9c5a2"/><dir name="js"><file name="optional_zip_countries.phtml" hash="12317fa38bb51155cb0408014ba32cd3"/></dir></dir><dir name="downloadable"><dir name="catalog"><dir name="product"><file name="links.phtml" hash="ad5a1e18b54a253ee80e204a47c2c56c"/><file name="samples.phtml" hash="e94f559e400aa3d86716b7344658a0ed"/><file name="type.phtml" hash="ca419adff63e30d5abd80d3ff1f1e736"/></dir></dir><dir name="checkout"><dir name="cart"><dir name="item"><file name="default.phtml" hash="70144d5a8ee9b82e771e890cd22004ec"/></dir></dir><dir name="multishipping"><dir name="item"><file name="downloadable.phtml" hash="1206719a00f40bb78568a2a12af5f53f"/></dir></dir><dir name="onepage"><dir name="review"><file name="item.phtml" hash="3ba218a2173121e3637b210ecd8a5340"/></dir></dir><file name="success.phtml" hash="170f0de51ea51901c44c143641c55276"/></dir><dir name="customer"><dir name="products"><file name="list.phtml" hash="55352bc147b8b21aa36a5cfe3fb8e710"/></dir></dir><dir name="email"><dir name="order"><dir name="items"><dir name="creditmemo"><file name="downloadable.phtml" hash="17a597c9f42932bfcc9b76b0dc849caf"/></dir><dir name="invoice"><file name="downloadable.phtml" hash="5a4f69bee14c4f2e0fae1631f285eedd"/></dir><dir name="order"><file name="downloadable.phtml" hash="8ed113d3d1b05844a13b381285a9b881"/></dir></dir></dir></dir><dir name="sales"><dir name="order"><dir name="creditmemo"><dir name="items"><dir name="renderer"><file name="downloadable.phtml" hash="41b37fce76992577f2e0f90a7d51446a"/></dir></dir></dir><dir name="invoice"><dir name="items"><dir name="renderer"><file name="downloadable.phtml" hash="c1fd504894e83e5f300cd76b04718fe7"/></dir></dir></dir><dir name="items"><dir name="renderer"><file name="downloadable.phtml" hash="218c4e904247be0fc1729f52095bdf4c"/></dir></dir></dir></dir></dir><dir name="fedtabs"><file name="additional.phtml" hash="c558768fddbc95ad1ce829706411a09e"/><file name="attributes.phtml" hash="1a5b007c8b7f44cd9b85ccfe1f575c46"/><file name="catalogproductcms.phtml" hash="44c2602ec9c3b2bc6b49d0116a2178d4"/><file name="catalogproductcms1.phtml" hash="f4c4b3b1bda1d79ddc72f4a0db9b5acd"/><file name="catalogproductcms2.phtml" hash="7dfe50942d8106f8fe570fe089b4ef0d"/><file name="catalogproductcms3.phtml" hash="183056286b965d1c2ec5c04d6c6ae21d"/><file name="catalogproductcms4.phtml" hash="cbc4651f528fe4d4e0c111684ead5fff"/><file name="catalogproductcustom.phtml" hash="3abdccd1836f8a1b68fa0c9c96efcbbc"/><file name="catalogproductcustom1.phtml" hash="c3d5a64685f3d5d56494c2f548f4f23e"/><file name="catalogproductcustom2.phtml" hash="ee1c6c24802382cb03a96c3f221e0011"/><file name="catalogproductcustom3.phtml" hash="7589d400e2a46f2b9a622002426f6530"/><file name="catalogproductcustom4.phtml" hash="486833e57b238657465cfb2bf7bb2b66"/><file name="catalogproductcustomcms.phtml" hash="d58e0f98c0d510cfb7c814e474ed42af"/><file name="catalogproductrelated.phtml" hash="72fc1e854aaeb2b93c45fd8271bc4ffe"/><file name="catalogproductreview.phtml" hash="7c702362ef53cff69e6342300311ad66"/><file name="catalogproducttags.phtml" hash="3111f96c9aa0c8afe5724d0022a884ea"/><file name="catalogproductview.phtml" hash="0aff5420a234b75146bc1a71b1530db1"/><file name="description.phtml" hash="a834e06f03525b03e3ac1f6f298efe7f"/><file name="form.phtml" hash="88ee066125aec60beae20f224453a7cf"/><file name="tabs.phtml" hash="14d69865995ad09cfb82374d616ff802"/></dir><dir name="newsletter"><file name="subscribe.phtml" hash="93a1a6fc9dd640567593fd6e287ed704"/></dir><dir name="oauth"><dir name="authorize"><file name="button-simple.phtml" hash="abf4c2b2e2205f74292bdf0a447d77ef"/><file name="button.phtml" hash="20dc0731ca7b10762689c130bcb61806"/><file name="confirm-simple.phtml" hash="a2ae9460332e4dd93f0a311790494796"/><file name="confirm.phtml" hash="cc808fa9fa92a8a78e126e63829464c5"/><dir name="form"><file name="login-simple.phtml" hash="4ee31aade23f4e5b877884add6ffbcab"/><file name="login.phtml" hash="a7cf5a233a808b36dedb4c3673d81b68"/></dir><file name="head-simple.phtml" hash="8df123a6d609f7cbd207ddd3fd84b868"/><file name="reject-simple.phtml" hash="3ff8a52e0cd4d26b7f5c9a8f1f68f40a"/><file name="reject.phtml" hash="17899fc88bc0ab2687d39705c8186f7d"/></dir><dir name="customer"><dir name="token"><file name="list.phtml" hash="19d334a5ae723cb67bdb151d2f51289c"/></dir></dir></dir><dir name="page"><file name="1column.phtml" hash="38d6aa0e0deb4e2df18d05aca84da3ae"/><file name="2columns-left.phtml" hash="6313c687723ac6137c57d8aa1446a565"/><file name="2columns-right.phtml" hash="be74b9fbfa0d332a864520b8860666d2"/><file name="category.phtml" hash="98f06ba796494c1d17201d53ee419078"/><dir name="html"><file name="breadcrumbs.phtml" hash="485f4bb055bfd331f63bfcaf60483f0b"/><file name="footer.phtml" hash="56e1580a61e32b4115ca4c779eb87185"/><file name="head.phtml" hash="ff505c00347bd5fea1e3a87f136b8602"/><file name="header.phtml" hash="48d60467affa3ed03bf5f7a80e174610"/><file name="notices.phtml" hash="6b4263a6ff358b3a2f48a3b848833721"/><file name="pager.phtml" hash="578673fd557c37cef236f76e5a7a538f"/><file name="topmenu.phtml" hash="d41d8cd98f00b204e9800998ecf8427e"/><file name="wrapper.phtml" hash="a5bec07dee9a53cc389c0758ad4e8ace"/></dir><dir name="js"><file name="calendar.phtml" hash="bc584cebd885def0015cc319372023cf"/><file name="cookie.phtml" hash="7b1f689eb09b725bce726b5ac848d7bf"/></dir><file name="page_both.phtml" hash="18884650240c1c9d915629db92489e4f"/><file name="page_fullwidth.phtml" hash="2e59583304dd04367dd42023cc0f40b6"/><file name="page_left.phtml" hash="7c0bb092cc64076737b3ae32412eac61"/><file name="page_main.phtml" hash="c7d19c7463e651b0c89598b3fb31f52e"/><file name="page_right.phtml" hash="1e00f46e8bf68a69d7319552d8376985"/><file name="popup.phtml" hash="cd2bf9b92927b24daad7ceddb1ac2f03"/><dir name="switch"><file name="flags.phtml" hash="e8864c3b36c63ce09e779f267ed9e793"/><file name="languages.phtml" hash="aa87df26d35cd9b12754391049fe3318"/><file name="stores.phtml" hash="391a2c07248778a77b0f372b82946e1b"/></dir><dir name="template"><file name="container.phtml" hash="e8615475e6355ec710a26738b9be8b04"/><file name="links.phtml" hash="6d3713c3329484c051edf451b77c43fa"/><file name="linksblock.phtml" hash="d6008e4b9ba50175117f9017e74cb2e6"/></dir><file name="text.phtml" hash="8de9c221177ef1f15704a0ec7bf4297a"/></dir><dir name="pagecache"><file name="cookie.phtml" hash="852ec5f8da7f949ac56d9707b3bac8b0"/></dir><dir name="payment"><dir name="catalog"><dir name="product"><dir name="view"><dir name="profile"><file name="options.phtml" hash="0ee54f5ce37faaf4a400b92b0036a625"/><file name="schedule.phtml" hash="1dcedbf81af594fd5959bd34823dcf15"/></dir></dir></dir></dir><dir name="form"><file name="banktransfer.phtml" hash="b7a7946846d20ed8c53f0d84123997dd"/><file name="cashondelivery.phtml" hash="cbb8acdd315dd65181fac929ff772c41"/><file name="cc.phtml" hash="9b051a0e39bd49a8f28f58a846da8b22"/><file name="ccsave.phtml" hash="1a204d9d186ea0cbb804f6d82eaff8c9"/><file name="checkmo.phtml" hash="231f599d65c4fbcb66148a1b5fcfe6e7"/><file name="purchaseorder.phtml" hash="f7317573ae5dd68e613f259138b6438f"/></dir><dir name="info"><file name="banktransfer.phtml" hash="77fb2de7fa00ccbe68a67c83b8456935"/><file name="checkmo.phtml" hash="cbb7c57219ef395783fe5689fa81df42"/><file name="default.phtml" hash="a974034b64ba9917fce1bcd484d74a41"/><file name="purchaseorder.phtml" hash="362daaac64008983ee0c90375b68fa6a"/></dir></dir><dir name="paypal"><dir name="express"><dir name="review"><file name="address.phtml" hash="595599c27e46cbb8e73706505d4cd46c"/><file name="details.phtml" hash="4f834fba497439d44e42a26f2da66e28"/><dir name="shipping"><file name="method.phtml" hash="af2cbaf4ea420a6060c1e63e25ef1232"/></dir></dir><file name="review.phtml" hash="f8a5e86fe6b1b81764835b5764bbb3c9"/><file name="shortcut.phtml" hash="06c0b2da60d53bed86e7162cbc74e38f"/></dir><dir name="hss"><file name="form.phtml" hash="23239ae1a878506db7dbf22577417a85"/><file name="iframe.phtml" hash="4de22dcd95065956019b293f7e86cb38"/><file name="info.phtml" hash="46ac0925ce0bcf16d1f044b05f4d12b6"/><file name="js.phtml" hash="b15e10bd8cb2adf7d38f771005b4e00b"/><file name="redirect.phtml" hash="6d99850610f542c7b3bec9090a48cf08"/><dir name="review"><file name="button.phtml" hash="d47c0112efa71837cf70714d04595e85"/></dir></dir><dir name="partner"><file name="logo.phtml" hash="b5834bbc5071c4c886c2b7e47c086b90"/></dir><dir name="payflowadvanced"><file name="form.phtml" hash="477886293972235d5ec47f8cb26ebcb7"/><file name="iframe.phtml" hash="78df0d2f2e10df03fc1a57fadb0cbaca"/><file name="info.phtml" hash="b4c5f88f49d5f991e187609acd3b1577"/><file name="redirect.phtml" hash="a458d76739b88c3556fe38a663c4bfdc"/></dir><dir name="payflowlink"><file name="form.phtml" hash="23239ae1a878506db7dbf22577417a85"/><file name="iframe.phtml" hash="ee13e3ad7a1fb6e2c87043bd659488bf"/><file name="info.phtml" hash="a4cc2b6e1083cc37b909677c43a185a7"/><file name="redirect.phtml" hash="5fbaaf2dae6158a6190ee19e71fd2dcd"/></dir><dir name="payment"><file name="mark.phtml" hash="50d26d2662f6fde0866a9bd704a8ab7e"/><file name="redirect.phtml" hash="c2871c47025c74f267a91e0425798d88"/></dir></dir><dir name="persistent"><dir name="checkout"><dir name="onepage"><file name="billing.phtml" hash="40f051e297e6e5e68853f9aaa8f281ec"/><file name="login.phtml" hash="d3bcfd2fd5077a051cffd37c3e960351"/></dir></dir><dir name="customer"><dir name="form"><file name="login - Copy.phtml" hash="e41daa824865a000ab607dad4b2a5348"/><file name="login.phtml" hash="8198b97d51f269f715d81850d9eaafc3"/><file name="register.phtml" hash="815b1fe2037933e26eebbcdd696d8717"/></dir></dir></dir><dir name="poll"><file name="active.phtml" hash="50c3bebef97fe2814c8e043034b5568c"/><file name="result.phtml" hash="2ba9d667e7f432be34f307ac0e52ae09"/></dir><dir name="reports"><file name="home_product_compared.phtml" hash="c6e3d924951ff65748e3b6e1801ca002"/><file name="home_product_viewed.phtml" hash="1c8ae87d3d19419348e476802584b6a7"/><file name="product_compared.phtml" hash="06aa93d38ef0a59c9c07774360e00012"/><file name="product_viewed.phtml" hash="fe3fe02406cd2b03ee56871da805b4a2"/><dir name="widget"><dir name="compared"><dir name="column"><file name="compared_default_list.phtml" hash="f5a8d41e744a234cb45f3746e826aeb3"/><file name="compared_images_list.phtml" hash="d02655d40d58367872ab0dc878caa210"/><file name="compared_names_list.phtml" hash="8b6eaf9cb0732f42c8e7450f77dba30d"/></dir><dir name="content"><file name="compared_grid.phtml" hash="142c20d47a2bbf782aa8206e8e64b2a5"/><file name="compared_list.phtml" hash="add82ffb09ef0e30b79d04c2ad1d690e"/></dir></dir><dir name="viewed"><dir name="column"><file name="viewed_default_list.phtml" hash="7562326f49788678be0912bd1b0ee5b4"/><file name="viewed_images_list.phtml" hash="114faea162b73a397f8df9afcf16fd97"/><file name="viewed_names_list.phtml" hash="b912b18075b670613c21ae66c9765046"/></dir><dir name="content"><file name="viewed_grid.phtml" hash="1ee8b220c1762675e085c5cb7f55ea56"/><file name="viewed_list.phtml" hash="2a6e5f2016696095f40b6f0d39eea2e5"/></dir></dir></dir></dir><dir name="review"><dir name="customer"><file name="list.phtml" hash="cc99ac0078d80c9b54770f24646683b2"/><file name="recent.phtml" hash="ec92f4deef01992c1ae94d56152079f4"/><file name="view.phtml" hash="1dbdd644fba9ea47fa9a672dd82e8101"/></dir><file name="form.phtml" hash="b515f14e12af63cc5463c481106e750b"/><dir name="helper"><file name="summary.phtml" hash="20a9f1f0f8f92a60cfa0a4168574bb4b"/><file name="summary_short.phtml" hash="7266e714f455ec6b59838c8a270dd86c"/></dir><dir name="product"><dir name="view"><file name="count.phtml" hash="1fccb03e3ef21fd22f77852b986611f2"/><file name="list.phtml" hash="02797b1d69038d3484e10f923a574804"/><file name="other.phtml" hash="dd52cd4cda1d7770e389c41154aef990"/></dir></dir><file name="view.phtml" hash="8b9745c23b22fd4c55cdbfccd1e8b26a"/></dir><dir name="sales"><dir name="billing"><dir name="agreement"><file name="view.phtml" hash="8f4352aae378951a0ae4584f9d3467f3"/></dir><file name="agreements.phtml" hash="314f861582c316ababb93ef4e177aab4"/></dir><dir name="guest"><file name="form.phtml" hash="425f607ddfc294ef78bf802ea6a6ae4e"/></dir><dir name="order"><file name="comments.phtml" hash="e392d99a526a2ab1d605d98f596ca95a"/><dir name="creditmemo"><dir name="items"><dir name="renderer"><file name="default.phtml" hash="7427a33abbc31d6df1ee8a3b186bafaa"/></dir></dir><file name="items.phtml" hash="fc4c5a28c14ecb3747b784c747874314"/></dir><file name="creditmemo.phtml" hash="aa7334c9932ab12065d679a6c377bdb3"/><file name="details.phtml" hash="f04cfd126d739b0b3952985ef591b570"/><file name="history.phtml" hash="1bd8041e9506677f1ce22c2e27b65da4"/><dir name="info"><file name="buttons.phtml" hash="f318ac5420e765426dc013ac4bd980b1"/></dir><file name="info.phtml" hash="a51a73571f3cfe7980af56541aef0910"/><dir name="invoice"><dir name="items"><dir name="renderer"><file name="default.phtml" hash="c7a0fc54dd52451615c7ec6fc95633f1"/></dir></dir><file name="items.phtml" hash="af401fad75d5df63d3d79521091990bc"/></dir><file name="invoice.phtml" hash="3c6fb52b25448c7d4b145a2364412abb"/><dir name="items"><dir name="renderer"><file name="default.phtml" hash="ad160b65854041954f6e04e9e1795dc5"/></dir></dir><file name="items.phtml" hash="538a4e05045a7c864c8241727c2f546c"/><dir name="print"><file name="creditmemo.phtml" hash="cf57fb11fc734611d5beff4e395de47b"/><file name="invoice.phtml" hash="df8cff35764504337112370b1b6c56b0"/><file name="shipment.phtml" hash="250a592bb9438aa861320995e74c31f0"/></dir><file name="print.phtml" hash="1a6c5ffcd69441b0588447799d28e7f4"/><file name="recent.phtml" hash="6184b19d76cb0ca99a81a5c755eb87de"/><dir name="shipment"><dir name="items"><dir name="renderer"><file name="default.phtml" hash="8d7098bb2a015d1893560bcea769bd10"/></dir></dir><file name="items.phtml" hash="bc9b273cb8c219ace3f83d8d721c69eb"/></dir><file name="shipment.phtml" hash="5a589a38f4e20c1259bef70c119a172c"/><file name="totals.phtml" hash="9d23986221c558b8eb00b3fd4e6f9e68"/><file name="trackinginfo.phtml" hash="b7d399b69d4bf1265c0392feb750a815"/><file name="view.phtml" hash="c031932bc9e5ad2dbc44d25a2da00cc2"/></dir><dir name="payment"><dir name="form"><dir name="billing"><file name="agreement.phtml" hash="c88c049292ac8d6522176e106616369b"/></dir></dir></dir><dir name="recurring"><file name="grid.phtml" hash="cb6c5845c2f0fb9b97f2f032a7fb84ff"/><dir name="profile"><dir name="view"><file name="info.phtml" hash="f8ff815c0514711ab901eb1f873a0874"/></dir><file name="view.phtml" hash="a9a96d0536a8573211f754cea9a38a40"/></dir><file name="profiles.phtml" hash="fb74a036033146f742aec1bde7a5f6e2"/></dir><dir name="reorder"><file name="sidebar.phtml" hash="b4ca9a848d74485e2b04b9638c35cda7"/></dir><dir name="widget"><dir name="guest"><file name="form.phtml" hash="ddab65b9ffdeaf774d43c09431528b7c"/></dir></dir></dir><dir name="sendfriend"><file name="send.phtml" hash="79b3a77b92b2ae4e0fdd8266d9622f6f"/></dir><dir name="tag"><file name="cloud.phtml" hash="5c5beb6cb1ca1d26c5f6a011d3f30b10"/><dir name="customer"><file name="recent.phtml" hash="8af3e61003a1a6e6a81dc039ff8c680f"/><file name="tags.phtml" hash="586662aefad1bd817d6985d8a619740a"/><file name="view.phtml" hash="83a46c5678e6d1880cd92caf142f3d50"/></dir><file name="list.phtml" hash="f7c25c7044515c151a7b497072a5f46e"/><file name="popular.phtml" hash="2dababac5cf972ef32da8abc756a10b2"/></dir><dir name="webandpeople"><dir name="custommenu"><file name="top (copy).phtml" hash="5febd4e2a1d4d032302926dad1d927e0"/><file name="top.phtml" hash="79640da718d06f81cc26a2745f16d740"/></dir></dir><dir name="wishlist"><dir name="button"><file name="share.phtml" hash="2d9f7c7687fbe44453793bafb5e1df3a"/><file name="tocart.phtml" hash="d4d8615aa9ea89ca52ede22996333be9"/><file name="update.phtml" hash="59fb5b07de71087db5ccdfe3e35d0d8c"/></dir><dir name="email"><file name="items.phtml" hash="ec896e153f75a8462c9f0e0b4d796770"/><file name="rss.phtml" hash="11b5a10919733d3ed7698640eb97fef9"/></dir><dir name="item"><dir name="column"><file name="cart.phtml" hash="673d6952177a64651b8fabd9fa6413fc"/><file name="image.phtml" hash="41e2248d1118a636abb7cef0171f76c4"/><file name="info.phtml" hash="6159f37c5c0d0afc1351303d44903915"/><file name="remove.phtml" hash="8a75f8fbbc71f9af1ce001c503fc07e5"/></dir><dir name="configure"><file name="addto.phtml" hash="4f4393878321588c5c0f6a5084bc6a9b"/></dir><file name="list.phtml" hash="f800b80fa1bfab8f74673d1e3757e251"/></dir><file name="options_list.phtml" hash="c0775ebaf385c3a1745f23ebf3198357"/><dir name="render"><dir name="item"><file name="price.phtml" hash="98f4b1590771f458d0a082f3de65236d"/><file name="price_msrp_item.phtml" hash="7560704c91259d2cd3516975ab9b4afa"/><file name="price_msrp_rss.phtml" hash="545c750f83eed4485177f8d0ec725907"/></dir></dir><file name="shared.phtml" hash="cb643742998a78c25e4f00fcd5f6915b"/><file name="sharing.phtml" hash="7e5dd679c47aa9c398aa2ab5342c9399"/><file name="sidebar.phtml" hash="68c697deb7eeacf47d03fbbfa8888655"/><file name="view.phtml" hash="de2ea04a8fcc8f1b5fdd7a064a2177ce"/></dir></dir></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="fed"><dir name="default"><dir><dir name="css"><file name="bootstrap-responsive.css" hash="4470757f45fdd947243c383765253dae"/><file name="bootstrap-responsive.min.css" hash="1148a4544b2d1d2c2a9bc42e4159aa4e"/><file name="bootstrap.css" hash="525eb7b9286378c26af87d93bfb86b21"/><file name="bootstrap.min.css" hash="1e43cf193e724b675deb9784ad4229c6"/><file name="bootstrap_old.css" hash="134b401ba56ea05e6c5fc6874b0266fe"/><file name="catalog.css" hash="7f3d6dfa599fa0a69381f715bc63db9b"/><file name="custom.css" hash="0055f943a74955850278856e251abfc6"/></dir><dir name="fonts"><file name="glyphicons-halflings-regular.eot" hash="2469ccfe446daa49d5c1446732d1436d"/><file name="glyphicons-halflings-regular.svg" hash="54b1190daa87d9647473f68ecd585e28"/><file name="glyphicons-halflings-regular.ttf" hash="aa9c7490c2fd52cb96c729753cc4f2d5"/><file name="glyphicons-halflings-regular.woff" hash="7c4cbe928205c888831ba76548563ca3"/></dir><dir name="images"><file name="back.gif" hash="35a7db36e88b20adc42714be32fd340c"/><file name="bkg_checkout.1gif" hash="fac15c9980ed66ca652b1bc60834adeb"/><file name="featured.jpg" hash="030b77cf79c353068cd6af986d5a5c8e"/><file name="latest.jpg" hash="af59e08010319f14466c14f8b00d6278"/><file name="left_side.png" hash="1c3caace35e267dcd80d9e6aee19d397"/><file name="logo.gif" hash="51eee8f7b21f732a247f890187486dbf"/><file name="logo.png" hash="c5950d58cb91a678ef3443a8a257ac0a"/><file name="magnifier_handle.gif" hash="2ee40683870a2bef5c5b34d30c84d6d8"/><file name="right_side.png" hash="dae8f2cf8494939f83c84d6d45883b6d"/><file name="slider_bg.gif" hash="a1b9c405b99162b803ea0026371c38c3"/><file name="slider_btn_zoom_in.gif" hash="e1fb26133b6b00cf548ecb0225867c8e"/><file name="slider_btn_zoom_out.gif" hash="17567db9d985e26ab13cbed6e81abb44"/></dir><dir name="img"><file name="glyphicons-halflings-white.png" hash="9bbc6e9602998a385c2ea13df56470fd"/><file name="glyphicons-halflings.png" hash="2516339970d710819585f90773aebe0a"/></dir></dir></dir></dir></dir></target></contents>
16
  <compatible/>
17
  <dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
18
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Fedobe_Erostheme</name>
4
+ <version>1.0.0.2</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>Fedobe Eros free theme for Magento</summary>
10
  <description>EROS Magento theme by Fedobe is a Free &amp; responsive Magento Template for a breath taking start to your online store. Get an eye-catching store today!</description>
11
+ <notes>Second Preview Release</notes>
12
  <authors><author><name>Fedobe Solutions Pvt. Ltd</name><user>fedobe</user><email>mail@fedobe.com</email></author></authors>
13
+ <date>2014-04-16</date>
14
+ <time>12:53:28</time>
15
+ <contents><target name="mageetc"><dir name="modules"><file name="Fedobe_Customblocks.xml" hash="730069ea3a7ad4ae51ce40071a9f66ac"/></dir></target><target name="magelocal"><dir name="Fedobe"><dir name="Customblocks"><dir name="Block"><file name="About.php" hash="1ed06ae19142b1404c1643e34fb36504"/><file name="Bottomblock.php" hash="67d1b79b0445833f7bc589093f5d9301"/><file name="Customblock.php" hash="4ac9ea5090bd9b834a6b825a00c60402"/><file name="Mainblock.php" hash="043b07c293d50e1a837058bce5f7de3d"/></dir><dir name="Helper"><file name="Data.php" hash="b026ddcdf9478f7862db1258a7c1fac1"/></dir><dir name="Model"><file name="Words.php" hash="bee2ffe8d6765447e4d0242bd1feaef8"/></dir><dir name="controllers"><file name="IndexController.php" hash="199de4945dc9eb7af24d81db3ad66d94"/></dir><dir name="etc"><file name="config.xml" hash="5ce08631f6b364288876c78f4cdea2ea"/><file name="system.xml" hash="772a1437f9682aa7633874f3a24e0a25"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="fed"><dir name="default"><dir><dir name="layout"><file name="authorizenet.xml" hash="ff4ae194cd550829d615f6626dfcacb3"/><file name="bundle.xml" hash="0990d5fb3da9521028ea1d507ac11ca7"/><file name="captcha.xml" hash="dbfae489e384e5f4509f91e7ce81be75"/><file name="catalog - Copy.xml" hash="faad64f65a998293ee8f2b503f1e6b9c"/><file name="catalog.xml" hash="a1bc0597be6e037d2b32b9e68ff7dc03"/><file name="catalog_msrp.xml" hash="add0145199068eb0c16b3e03e7936b95"/><file name="catalog_ol.xml" hash="1404e3a7b222bdfcbb48aa3bfe0f26f8"/><file name="cataloginventory.xml" hash="6cb9b9a4c99681b769e1ff439b55a0ce"/><file name="catalogsearch.xml" hash="2c70fc016182f75aab92f39d8930dc69"/><file name="centinel.xml" hash="5d491860f275772f6a900f2e451435d4"/><file name="checkout - Copy.xml" hash="8cd1c79f25283fb5ee33d6a58c4b7b20"/><file name="checkout.xml" hash="e966af4b3d0e4a61ab0d388ebb144e2e"/><file name="cms.xml" hash="48e50d6294f859fa528278a7899d8c30"/><file name="contacts.xml" hash="c7c81f13d7deba797ede47e730278649"/><file name="core.xml" hash="04e1cdc2ea3b0a11c355d8365ace2064"/><file name="customer.xml" hash="b1445552d84b5461b218a4a175840086"/><file name="directory.xml" hash="d30e05f8e4fe1eb024db1dbdcdd32414"/><file name="downloadable.xml" hash="41b9c74a3e787f07536e7ae24e5c8e80"/><file name="fedtabs.xml" hash="9793c372297b0f0944cd26522fd539dc"/><file name="googleanalytics.xml" hash="7480357f90eeb6a76b82433e17a6e8ea"/><file name="layout.xml" hash="97cc43e1bc1c6961ab0feb160a3e572c"/><file name="moneybookers.xml" hash="77c8ea88bca59d2ae02227329deca4ec"/><file name="newsletter.xml" hash="c0043b6a9f5e6effe8ad9791c1d1c28a"/><file name="oauth.xml" hash="bfaded1209520e85687e4855114be425"/><file name="page.xml" hash="6eb9958bd9040328c888a9bdb5c48664"/><file name="page_old.xml" hash="c53049e313e196875cf17e8dfe098f7c"/><file name="pagecache.xml" hash="ffa2ab2f6d87db688402cbefaf0bef19"/><file name="payment.xml" hash="d96d6f909ccc35b48c7f66d14386c5d6"/><file name="paypal.xml" hash="82893c2a83691355485f147d1346da25"/><file name="paypaluk.xml" hash="3f1fdb7517c72d80db67ffd0c2a908a0"/><file name="persistent.xml" hash="55e430a56de4a4e62f94f045c4673bdc"/><file name="poll.xml" hash="ed6f016af222db0db3b17117977e87ac"/><file name="productalert.xml" hash="c83056d65e32214d23ae3b849ce849a4"/><file name="reports.xml" hash="0ed016155a3cf6bd366d482d92f41249"/><file name="review.xml" hash="435119eb74e4928c099e4b48ebfccf8a"/><file name="rss.xml" hash="16c16c677087920d3698e4e60b44b2b9"/><dir name="sales"><file name="billing_agreement.xml" hash="d510d75db1ce7fc999462e50be600497"/><file name="recurring_profile.xml" hash="052592ffb00251a440307c4e5a140ff7"/></dir><file name="sales.xml" hash="a86a9d87b42f5237b58d30b98c2645ec"/><file name="sendfriend.xml" hash="12b612b48cda35223e36595179aefac1"/><file name="shipping.xml" hash="a2f266abff8dca19d01dc2d00e383a79"/><file name="tag.xml" hash="d42d5fafd27c15e19a86b50c2a704d99"/><file name="weee.xml" hash="a4fc63dc72939c5180d288994d8da72b"/><file name="wishlist.xml" hash="e6da05e8434676280d04d088e8780d5e"/><file name="wishlist_old.xml" hash="2c4a84d8350a371d6ee5e26f71d8f7ff"/><file name="xmlconnect.xml" hash="aa5fafa4febd86bd6502ddb0dcb85c57"/></dir><dir name="template"><dir name="callouts"><file name="left_col.phtml" hash="73625f4d235c2fce81bab9d2986e06bc"/><file name="right_col.phtml" hash="73625f4d235c2fce81bab9d2986e06bc"/></dir><dir name="catalog"><dir name="category"><file name="view.phtml" hash="aa60785f4b00f8b7ba8e7e86082aca83"/></dir><dir name="msrp"><file name="popup.phtml" hash="99a11f37f545da04ab52231ce765fe2d"/></dir><dir name="navigation"><file name="left.phtml" hash="c9551b4b7343ecc04083660abec6bf26"/><file name="top.phtml" hash="222daa6e69964c271cd2f31b2e20bccc"/></dir><dir name="product"><dir name="compare"><file name="list.phtml" hash="60e8cef3773c123b03afd723fec832ce"/><file name="sidebar.phtml" hash="2fc24b0f502e3839892a0b3d9ff30c22"/></dir><file name="gallery.phtml" hash="bb2ddb7b4b08a246120a3d73ce64d5df"/><dir name="list"><file name="related.phtml" hash="9e1dfd894fa6f0ce6a88c4e0ef79e2a2"/><file name="toolbar.phtml" hash="3643f613e8548a878a1d0cfa6360c982"/><file name="upsell.phtml" hash="0496702a8460b794cc7bb248cd1e72a4"/></dir><file name="list.phtml" hash="b6abd41ee9cfbb2ac5544b62f3905571"/><file name="new.phtml" hash="8cf1c7837ca2b03f340e02836977c5c4"/><file name="price.phtml" hash="0c3527570a68079f712c77c96619a26c"/><file name="price_msrp.phtml" hash="0152c7676716e0755cc997f59f18d73f"/><file name="price_msrp_item.phtml" hash="c114cc7e515c5352da5841177b9cf192"/><file name="price_msrp_noform.phtml" hash="c9bf7a79d1f3c15eb183cd1f5d9a7b96"/><file name="price_msrp_rss.phtml" hash="bbf53210200753fe3c7082b7ab478ad0"/><dir name="view"><file name="additional.phtml" hash="ad1a3e75e210215b74f37a9743c799b8"/><file name="addto.phtml" hash="b0d45a8dc64b2e6930fe80212cf1b1e8"/><file name="addtocart.phtml" hash="daf7a361717d52e81c0eb267b4967675"/><file name="attributes.phtml" hash="8c45e68a1d609f40c03e12ca2761a44f"/><file name="description.phtml" hash="ebcbd38fccb210427ce7ad3ed1d288b7"/><file name="media.phtml" hash="b1bb4d592d3c065f052b0d137b5ffbd2"/><file name="media_ol.phtml" hash="66e5c0f8bf6e5e18eb17b454af3cf1aa"/><dir name="options"><file name="js.phtml" hash="fbb6863dc5363b307010a364f18faddb"/><dir name="type"><file name="date.phtml" hash="363f78ffb3aef58ab8ce37b5dcf2281c"/><file name="default.phtml" hash="19da3bb607abf45ca680e83244c535b3"/><file name="file.phtml" hash="153205999413f7e7ca165a06ab73fd07"/><file name="select.phtml" hash="e1c84f31959e818f175172496c60d044"/><file name="text.phtml" hash="6221f7bc58629bdd38300bf6b5af948d"/></dir><dir name="wrapper"><file name="bottom.phtml" hash="38e3a6e0bfabb92a34159e326ef929d7"/></dir><file name="wrapper.phtml" hash="359daa301a5c8ecdb45307ebc6327543"/></dir><file name="options.phtml" hash="6b9b184f3b3de05fbbadd0d9b93637f7"/><file name="price.phtml" hash="2ff29ac2e59e441d2c2f9e6a6b60115f"/><file name="price_clone.phtml" hash="09314503c99ad3c2169b4e5011368a03"/><file name="tabs.phtml" hash="5dcd9c5d12aae7aaaa5863a839715720"/><file name="tierprices.phtml" hash="f18a7e6a4771adac98488c68aba52d6b"/><dir name="type"><file name="configurable.phtml" hash="9854260203ff269c9a3df13a6f0f0f42"/><file name="default.phtml" hash="59406e536099fbaad7c3b3fd39afd3ad"/><file name="grouped.phtml" hash="221e35c42f6a05962dc3b7d39734a1b0"/><dir name="options"><file name="configurable.phtml" hash="e069e39be1e7bfc28d9e8e31af6b00ad"/></dir><file name="simple.phtml" hash="9854260203ff269c9a3df13a6f0f0f42"/><file name="virtual.phtml" hash="9854260203ff269c9a3df13a6f0f0f42"/></dir></dir><file name="view-backup.phtml" hash="af13181a9c7f239afdaac4811519bf44"/><file name="view.phtml" hash="00fcb6c2f0b04bf264ca21746ed2a468"/></dir></dir><dir name="catalogsearch"><file name="form.mini.phtml" hash="c28d083c2ec332bbe10db047db916842"/></dir><dir name="checkout"><dir name="cart"><file name="coupon.phtml" hash="f23ed29151cd02eab6dc24e639b4ea42"/><file name="crosssell.phtml" hash="186f8405ec7a86f7e48bfcb01adf7b2e"/><dir name="item"><dir name="configure"><file name="updatecart.phtml" hash="9eaac8c650b6986db7c0a5005966c4ee"/></dir><file name="default.phtml" hash="3c19e1d41c6f6f573f3ecbac9c74e760"/></dir><file name="noItems.phtml" hash="ec9b30d56635cb7bc7cddd8d254e7742"/><dir name="render"><file name="default.phtml" hash="4c0a3cf6eb9823f039e588d608011913"/><file name="simple.phtml" hash="bfb97e43ed75153071553f832ee5ed4c"/></dir><file name="shipping.phtml" hash="8282d699a62b35d9b3d3ef66a58f0a04"/><dir name="sidebar"><file name="default.phtml" hash="0284174ee571c11e30250eed83da8b3f"/></dir><file name="sidebar.phtml" hash="a31eb84e199ac654d60a7b9f02508e15"/><file name="totals.phtml" hash="a892e6768ab283ff3520a7853012712a"/></dir><file name="cart-ol.phtml" hash="e64bf30f46d8c835c2b26b7a8b4c1073"/><file name="cart.phtml" hash="7fa1c0df54984c9a24dd3702f5fa3df8"/><file name="coupon.phtml" hash="b85f58b2dd26ebf14d5a3e9ea8f30647"/><dir name="multishipping"><dir name="address"><file name="select.phtml" hash="2da29beca00a25c2e89a46c8dc66d0f4"/></dir><file name="addresses.phtml" hash="25c01e582fe64983cdc64f6e1efb8759"/><file name="agreements.phtml" hash="3a412fd5c14ad34558b53b6f4c56fadd"/><dir name="billing"><file name="items.phtml" hash="97fef2bec1d79f195fc65ba002c7871e"/></dir><file name="billing.phtml" hash="c604235c548254272414b69e6df6881e"/><dir name="item"><file name="default.phtml" hash="aa3aa74bac95ecd14fcebf3f3ad7422b"/></dir><file name="link.phtml" hash="6cd492b49b94297ac9fbfe289dd294fa"/><dir name="overview"><file name="item.phtml" hash="f924c3d0fc0b54b71b9f87be8a6d2f14"/></dir><file name="overview.phtml" hash="29559d99dd16b8569ca6308f52736223"/><file name="shipping.phtml" hash="e8b9df20fbd93dd1536ca0688ff33f73"/><file name="state.phtml" hash="e76419e0f42703fd44e236f236a1ba5b"/><file name="success.phtml" hash="b72b2471ff99c2db2e93e7bb0a4dfd7b"/></dir><dir name="onepage"><file name="agreements.phtml" hash="50c3010e9a0579ab2e59637e69da43dc"/><file name="billing.phtml" hash="676d043b85a4c9e3929ad12ede5dc644"/><file name="failure.phtml" hash="2e8f56e463801ae042d2fd565ac7a8c3"/><file name="link.phtml" hash="4ab8af11371603c8e7beba4f6ecc9c37"/><file name="login.phtml" hash="6d5288541bfd6b05a45d1aae00d2987f"/><dir name="payment"><file name="info.phtml" hash="a62b548b58b160d5b629d5cfe4a6d2a8"/><file name="methods.phtml" hash="5e890a321fc6e48112ffd16438d44fa3"/></dir><file name="payment.phtml" hash="39bc89192e82eea12e1f7c6ced6b18ac"/><dir name="progress"><file name="billing.phtml" hash="0aa839b8bbbdf6fcec3691deae469b38"/><file name="payment.phtml" hash="47c430553ae93f70cc7893647af33d2a"/><file name="shipping.phtml" hash="f344cc82f31473963e1c96a9aa0bca3b"/><file name="shipping_method.phtml" hash="16387ab2dd5b16912d73e83204eeca21"/></dir><file name="progress.phtml" hash="3c5b2b86b99be6402eceefe71986de24"/><dir name="review"><file name="button.phtml" hash="7ad02bbcee99db9a569b3814e5b4e373"/><file name="info.phtml" hash="0ca318310bab571cfefc84c19edab016"/><file name="item.phtml" hash="2534773982fc64188beb110b7334c1f3"/><file name="totals.phtml" hash="8ce1669c79d3c954361423df2bf553e6"/></dir><file name="review.phtml" hash="cb8acf6ee2b9ed0c10ef1ca1e771508e"/><file name="shipping.phtml" hash="95bb94af0e7a28cdfce3d6bbb5755efc"/><dir name="shipping_method"><file name="additional.phtml" hash="fef83265de6f91e7f9540e14963b2f9c"/><file name="available.phtml" hash="86c3c4da8da39c682ff0893205d4946f"/></dir><file name="shipping_method.phtml" hash="55b0092f2e4164c48806cd59e268a914"/></dir><dir name="onepage - Copy"><file name="agreements.phtml" hash="50c3010e9a0579ab2e59637e69da43dc"/><file name="billing.phtml" hash="676d043b85a4c9e3929ad12ede5dc644"/><file name="failure.phtml" hash="2e8f56e463801ae042d2fd565ac7a8c3"/><file name="link.phtml" hash="b289c58cf4c29fece7995b06ae671ec0"/><file name="login.phtml" hash="d41d8cd98f00b204e9800998ecf8427e"/><dir name="payment"><file name="info.phtml" hash="a62b548b58b160d5b629d5cfe4a6d2a8"/><file name="methods.phtml" hash="c7ea3d07359ea4b04da0aeafe8421aa9"/></dir><file name="payment.phtml" hash="39e5a2073ad0683620431bb209cc3266"/><dir name="progress"><file name="billing.phtml" hash="0aa839b8bbbdf6fcec3691deae469b38"/><file name="payment.phtml" hash="47c430553ae93f70cc7893647af33d2a"/><file name="shipping.phtml" hash="f344cc82f31473963e1c96a9aa0bca3b"/><file name="shipping_method.phtml" hash="16387ab2dd5b16912d73e83204eeca21"/></dir><file name="progress.phtml" hash="ecb9ea907df6b3e11210fb246af3a676"/><dir name="review"><file name="button.phtml" hash="29ff124b75f25e1c20bb1416f99506d4"/><file name="info.phtml" hash="80ea88782f9226d13fef660631d26d95"/><file name="item.phtml" hash="90cee6b703fb80ee0a1ccec654c3b33f"/><file name="totals.phtml" hash="cd68a240e8753841cdf021c8c3e7bf49"/></dir><file name="review.phtml" hash="cb8acf6ee2b9ed0c10ef1ca1e771508e"/><file name="shipping.phtml" hash="5b9c3a7e493ac6e04a6e856ec2593075"/><dir name="shipping_method"><file name="additional.phtml" hash="b3e7ce5d5b74b4d57bda7c4cc4995578"/><file name="available.phtml" hash="516bce2b292ceffee66bda27a1f05baf"/></dir><file name="shipping_method.phtml" hash="ff8e6f0a40e7046cfe92f1510fc8f283"/></dir><file name="onepage.phtml" hash="7f6cd3c66d627f1d4caae20b06ad9ce0"/><file name="shipping.phtml" hash="aaa5bbc5da97b552d75260001b5eaad8"/><file name="success.phtml" hash="1c2df5b53058c7a68df109888c6a9e01"/><dir name="total"><file name="default.phtml" hash="756bb3258c81b2d8950bb328e22e6844"/><file name="nominal.phtml" hash="31a58f6150080df9a0d2121df768f030"/><file name="tax.phtml" hash="b04ae850c82931bd90c79886dcc45084"/></dir><file name="totals.phtml" hash="f00b2453309c97a2d6f059aa4c10a10f"/></dir><dir name="cms"><file name="content.phtml" hash="47ef6346b73b41322af8169363bfbee4"/><file name="content_heading.phtml" hash="e23ffa2f580ecded313a8dd01043a8b0"/><dir name="default"><file name="home.phtml" hash="7b4d5ef708baf7817ca01dcafe248214"/><file name="no-route.phtml" hash="27f4538fd419a25ef684cd34cb7eaa88"/></dir><file name="featuredblocks.phtml" hash="634663c803abc338ce7f67873654b80f"/><file name="mainblocks.phtml" hash="153bef70255915b00b901cd4ead1185d"/><file name="meta.phtml" hash="72ee3680b8373df6d4d9079e2bd3d703"/><dir name="widget"><dir name="link"><file name="link_block.phtml" hash="a9a21edb8cb170600f88ca3dd44ce36f"/><file name="link_inline.phtml" hash="6da50468f247a74225d00d45d40bf0da"/></dir><dir name="static_block"><file name="default.phtml" hash="a2915210adce3c26f0a4c6f4f5034612"/></dir></dir></dir><dir name="core"><file name="formkey.phtml" hash="2a708649b92b012c593b1f99f672bf6a"/><file name="link.phtml" hash="337da0292b351805a59503aa294c8241"/><file name="messages.phtml" hash="7434e6411809b18680a4b3fd62bdf567"/></dir><dir name="customblocks"><file name="bottomblock.phtml" hash="0d627db7b169b5444957e7fa24c5a3eb"/><file name="brandblocks.phtml" hash="682910980001e74e5416d83d0f132e4d"/><file name="customblock.phtml" hash="2e1eba9bcfd430a349cea2e7908b8e37"/><file name="mainblock.phtml" hash="88abb2e3f9cb36d1e8b7aa36cc941bae"/></dir><dir name="customer"><dir name="account"><dir name="dashboard"><file name="address.phtml" hash="25b5ae2850ea1e64a7ac4138d0bb52f2"/><file name="hello.phtml" hash="44ed432c14f3b5420b3a1e9bb9afcf36"/><file name="info.phtml" hash="85cb4073c62b07f12b30aae2f5edc474"/><file name="newsletter.phtml" hash="0c02f1d144549ee880549ee2e3d87205"/></dir><file name="dashboard.phtml" hash="148568133e6c61ea1e9ca1306367d41c"/><file name="navigation.phtml" hash="f8501c7521183a41ee52232822830b09"/></dir><dir name="address"><file name="book.phtml" hash="aa72ae53305717ccab9990e0a7a9c6a0"/><file name="edit.phtml" hash="3c7659ef96db67a6c59f1ea3a14bc542"/></dir><file name="address.phtml" hash="394ceedec81bda798531ed3606932cb8"/><file name="balance.phtml" hash="fb5d4f685e76cfcb798f07e212ec5d6c"/><dir name="form"><file name="address.phtml" hash="59a2fe3c22e777a260502543e233d301"/><file name="changepassword.phtml" hash="52b7c1d7449e972be4dc7825531d0ea3"/><file name="confirmation.phtml" hash="40e11e3aca1355f7d300d80763908674"/><file name="edit.phtml" hash="e9b8f625a45e0e265f6187431b7b2d59"/><file name="forgotpassword.phtml" hash="bc56014875f0c54975c52a7bb262f7a4"/><file name="login.phtml" hash="18f2f3c72da997236c8948750b0f389d"/><file name="mini.login.phtml" hash="f9371bc61679e7633eaf4db8cc657fae"/><file name="newsletter.phtml" hash="3ad2600fb5a6e63657fdb229c5ecb7c5"/><file name="register.phtml" hash="dc2a14ce3bbb99419da342682255b31c"/><file name="resetforgottenpassword.phtml" hash="de5d35b6cd412b59cf3c1effffec6dd6"/></dir><file name="logout.phtml" hash="6969c6993c3dac9d08f55870b690e1be"/><file name="orders.phtml" hash="c76ba40e2d049a394206f1be959efa02"/><dir name="widget"><file name="dob.phtml" hash="d6f55194355edce8fc3b278919c32495"/><file name="gender.phtml" hash="3670f78ac5424bd8b4753aba24f60cac"/><file name="name.phtml" hash="1d6b9484af28c442f931e481dff5b7ce"/><file name="taxvat.phtml" hash="0c42536351d5f83cc1ab8f393d9342e0"/></dir><file name="wishlist.phtml" hash="67fcf6de3ce71c3674314bbf6e20b600"/></dir><dir name="directory"><dir name="currency"><file name="switch.phtml" hash="e0d10d554e80f6e26ffb35ce4084395a"/></dir><file name="currency.phtml" hash="bac654d5d82aa2de0451e5c277b9c5a2"/><dir name="js"><file name="optional_zip_countries.phtml" hash="12317fa38bb51155cb0408014ba32cd3"/></dir></dir><dir name="downloadable"><dir name="catalog"><dir name="product"><file name="links.phtml" hash="ad5a1e18b54a253ee80e204a47c2c56c"/><file name="samples.phtml" hash="e94f559e400aa3d86716b7344658a0ed"/><file name="type.phtml" hash="ca419adff63e30d5abd80d3ff1f1e736"/></dir></dir><dir name="checkout"><dir name="cart"><dir name="item"><file name="default.phtml" hash="70144d5a8ee9b82e771e890cd22004ec"/></dir></dir><dir name="multishipping"><dir name="item"><file name="downloadable.phtml" hash="1206719a00f40bb78568a2a12af5f53f"/></dir></dir><dir name="onepage"><dir name="review"><file name="item.phtml" hash="3ba218a2173121e3637b210ecd8a5340"/></dir></dir><file name="success.phtml" hash="170f0de51ea51901c44c143641c55276"/></dir><dir name="customer"><dir name="products"><file name="list.phtml" hash="55352bc147b8b21aa36a5cfe3fb8e710"/></dir></dir><dir name="email"><dir name="order"><dir name="items"><dir name="creditmemo"><file name="downloadable.phtml" hash="17a597c9f42932bfcc9b76b0dc849caf"/></dir><dir name="invoice"><file name="downloadable.phtml" hash="5a4f69bee14c4f2e0fae1631f285eedd"/></dir><dir name="order"><file name="downloadable.phtml" hash="8ed113d3d1b05844a13b381285a9b881"/></dir></dir></dir></dir><dir name="sales"><dir name="order"><dir name="creditmemo"><dir name="items"><dir name="renderer"><file name="downloadable.phtml" hash="41b37fce76992577f2e0f90a7d51446a"/></dir></dir></dir><dir name="invoice"><dir name="items"><dir name="renderer"><file name="downloadable.phtml" hash="c1fd504894e83e5f300cd76b04718fe7"/></dir></dir></dir><dir name="items"><dir name="renderer"><file name="downloadable.phtml" hash="218c4e904247be0fc1729f52095bdf4c"/></dir></dir></dir></dir></dir><dir name="fedtabs"><file name="additional.phtml" hash="c558768fddbc95ad1ce829706411a09e"/><file name="attributes.phtml" hash="1a5b007c8b7f44cd9b85ccfe1f575c46"/><file name="catalogproductcms.phtml" hash="44c2602ec9c3b2bc6b49d0116a2178d4"/><file name="catalogproductcms1.phtml" hash="f4c4b3b1bda1d79ddc72f4a0db9b5acd"/><file name="catalogproductcms2.phtml" hash="7dfe50942d8106f8fe570fe089b4ef0d"/><file name="catalogproductcms3.phtml" hash="183056286b965d1c2ec5c04d6c6ae21d"/><file name="catalogproductcms4.phtml" hash="cbc4651f528fe4d4e0c111684ead5fff"/><file name="catalogproductcustom.phtml" hash="3abdccd1836f8a1b68fa0c9c96efcbbc"/><file name="catalogproductcustom1.phtml" hash="c3d5a64685f3d5d56494c2f548f4f23e"/><file name="catalogproductcustom2.phtml" hash="ee1c6c24802382cb03a96c3f221e0011"/><file name="catalogproductcustom3.phtml" hash="7589d400e2a46f2b9a622002426f6530"/><file name="catalogproductcustom4.phtml" hash="486833e57b238657465cfb2bf7bb2b66"/><file name="catalogproductcustomcms.phtml" hash="d58e0f98c0d510cfb7c814e474ed42af"/><file name="catalogproductrelated.phtml" hash="72fc1e854aaeb2b93c45fd8271bc4ffe"/><file name="catalogproductreview.phtml" hash="7c702362ef53cff69e6342300311ad66"/><file name="catalogproducttags.phtml" hash="3111f96c9aa0c8afe5724d0022a884ea"/><file name="catalogproductview.phtml" hash="0aff5420a234b75146bc1a71b1530db1"/><file name="description.phtml" hash="a834e06f03525b03e3ac1f6f298efe7f"/><file name="form.phtml" hash="88ee066125aec60beae20f224453a7cf"/><file name="tabs.phtml" hash="14d69865995ad09cfb82374d616ff802"/></dir><dir name="newsletter"><file name="subscribe.phtml" hash="93a1a6fc9dd640567593fd6e287ed704"/></dir><dir name="oauth"><dir name="authorize"><file name="button-simple.phtml" hash="abf4c2b2e2205f74292bdf0a447d77ef"/><file name="button.phtml" hash="20dc0731ca7b10762689c130bcb61806"/><file name="confirm-simple.phtml" hash="a2ae9460332e4dd93f0a311790494796"/><file name="confirm.phtml" hash="cc808fa9fa92a8a78e126e63829464c5"/><dir name="form"><file name="login-simple.phtml" hash="4ee31aade23f4e5b877884add6ffbcab"/><file name="login.phtml" hash="a7cf5a233a808b36dedb4c3673d81b68"/></dir><file name="head-simple.phtml" hash="8df123a6d609f7cbd207ddd3fd84b868"/><file name="reject-simple.phtml" hash="3ff8a52e0cd4d26b7f5c9a8f1f68f40a"/><file name="reject.phtml" hash="17899fc88bc0ab2687d39705c8186f7d"/></dir><dir name="customer"><dir name="token"><file name="list.phtml" hash="19d334a5ae723cb67bdb151d2f51289c"/></dir></dir></dir><dir name="page"><file name="1column.phtml" hash="38d6aa0e0deb4e2df18d05aca84da3ae"/><file name="2columns-left.phtml" hash="6313c687723ac6137c57d8aa1446a565"/><file name="2columns-right.phtml" hash="be74b9fbfa0d332a864520b8860666d2"/><file name="category.phtml" hash="98f06ba796494c1d17201d53ee419078"/><dir name="html"><file name="breadcrumbs.phtml" hash="485f4bb055bfd331f63bfcaf60483f0b"/><file name="footer.phtml" hash="56e1580a61e32b4115ca4c779eb87185"/><file name="head.phtml" hash="ff505c00347bd5fea1e3a87f136b8602"/><file name="header.phtml" hash="69af8a8c5355078158064c20a0fd10eb"/><file name="notices.phtml" hash="6b4263a6ff358b3a2f48a3b848833721"/><file name="pager.phtml" hash="578673fd557c37cef236f76e5a7a538f"/><file name="topmenu.phtml" hash="d41d8cd98f00b204e9800998ecf8427e"/><file name="wrapper.phtml" hash="a5bec07dee9a53cc389c0758ad4e8ace"/></dir><dir name="js"><file name="calendar.phtml" hash="bc584cebd885def0015cc319372023cf"/><file name="cookie.phtml" hash="7b1f689eb09b725bce726b5ac848d7bf"/></dir><file name="page_both.phtml" hash="18884650240c1c9d915629db92489e4f"/><file name="page_fullwidth.phtml" hash="2e59583304dd04367dd42023cc0f40b6"/><file name="page_left.phtml" hash="7c0bb092cc64076737b3ae32412eac61"/><file name="page_main.phtml" hash="c7d19c7463e651b0c89598b3fb31f52e"/><file name="page_right.phtml" hash="1e00f46e8bf68a69d7319552d8376985"/><file name="popup.phtml" hash="cd2bf9b92927b24daad7ceddb1ac2f03"/><dir name="switch"><file name="flags.phtml" hash="e8864c3b36c63ce09e779f267ed9e793"/><file name="languages.phtml" hash="aa87df26d35cd9b12754391049fe3318"/><file name="stores.phtml" hash="391a2c07248778a77b0f372b82946e1b"/></dir><dir name="template"><file name="container.phtml" hash="e8615475e6355ec710a26738b9be8b04"/><file name="links.phtml" hash="6d3713c3329484c051edf451b77c43fa"/><file name="linksblock.phtml" hash="d6008e4b9ba50175117f9017e74cb2e6"/></dir><file name="text.phtml" hash="8de9c221177ef1f15704a0ec7bf4297a"/></dir><dir name="pagecache"><file name="cookie.phtml" hash="852ec5f8da7f949ac56d9707b3bac8b0"/></dir><dir name="payment"><dir name="catalog"><dir name="product"><dir name="view"><dir name="profile"><file name="options.phtml" hash="0ee54f5ce37faaf4a400b92b0036a625"/><file name="schedule.phtml" hash="1dcedbf81af594fd5959bd34823dcf15"/></dir></dir></dir></dir><dir name="form"><file name="banktransfer.phtml" hash="b7a7946846d20ed8c53f0d84123997dd"/><file name="cashondelivery.phtml" hash="cbb8acdd315dd65181fac929ff772c41"/><file name="cc.phtml" hash="9b051a0e39bd49a8f28f58a846da8b22"/><file name="ccsave.phtml" hash="1a204d9d186ea0cbb804f6d82eaff8c9"/><file name="checkmo.phtml" hash="231f599d65c4fbcb66148a1b5fcfe6e7"/><file name="purchaseorder.phtml" hash="f7317573ae5dd68e613f259138b6438f"/></dir><dir name="info"><file name="banktransfer.phtml" hash="77fb2de7fa00ccbe68a67c83b8456935"/><file name="checkmo.phtml" hash="cbb7c57219ef395783fe5689fa81df42"/><file name="default.phtml" hash="a974034b64ba9917fce1bcd484d74a41"/><file name="purchaseorder.phtml" hash="362daaac64008983ee0c90375b68fa6a"/></dir></dir><dir name="paypal"><dir name="express"><dir name="review"><file name="address.phtml" hash="595599c27e46cbb8e73706505d4cd46c"/><file name="details.phtml" hash="4f834fba497439d44e42a26f2da66e28"/><dir name="shipping"><file name="method.phtml" hash="af2cbaf4ea420a6060c1e63e25ef1232"/></dir></dir><file name="review.phtml" hash="f8a5e86fe6b1b81764835b5764bbb3c9"/><file name="shortcut.phtml" hash="06c0b2da60d53bed86e7162cbc74e38f"/></dir><dir name="hss"><file name="form.phtml" hash="23239ae1a878506db7dbf22577417a85"/><file name="iframe.phtml" hash="4de22dcd95065956019b293f7e86cb38"/><file name="info.phtml" hash="46ac0925ce0bcf16d1f044b05f4d12b6"/><file name="js.phtml" hash="b15e10bd8cb2adf7d38f771005b4e00b"/><file name="redirect.phtml" hash="6d99850610f542c7b3bec9090a48cf08"/><dir name="review"><file name="button.phtml" hash="d47c0112efa71837cf70714d04595e85"/></dir></dir><dir name="partner"><file name="logo.phtml" hash="b5834bbc5071c4c886c2b7e47c086b90"/></dir><dir name="payflowadvanced"><file name="form.phtml" hash="477886293972235d5ec47f8cb26ebcb7"/><file name="iframe.phtml" hash="78df0d2f2e10df03fc1a57fadb0cbaca"/><file name="info.phtml" hash="b4c5f88f49d5f991e187609acd3b1577"/><file name="redirect.phtml" hash="a458d76739b88c3556fe38a663c4bfdc"/></dir><dir name="payflowlink"><file name="form.phtml" hash="23239ae1a878506db7dbf22577417a85"/><file name="iframe.phtml" hash="ee13e3ad7a1fb6e2c87043bd659488bf"/><file name="info.phtml" hash="a4cc2b6e1083cc37b909677c43a185a7"/><file name="redirect.phtml" hash="5fbaaf2dae6158a6190ee19e71fd2dcd"/></dir><dir name="payment"><file name="mark.phtml" hash="50d26d2662f6fde0866a9bd704a8ab7e"/><file name="redirect.phtml" hash="c2871c47025c74f267a91e0425798d88"/></dir></dir><dir name="persistent"><dir name="checkout"><dir name="onepage"><file name="billing.phtml" hash="40f051e297e6e5e68853f9aaa8f281ec"/><file name="login.phtml" hash="d3bcfd2fd5077a051cffd37c3e960351"/></dir></dir><dir name="customer"><dir name="form"><file name="login - Copy.phtml" hash="e41daa824865a000ab607dad4b2a5348"/><file name="login.phtml" hash="8198b97d51f269f715d81850d9eaafc3"/><file name="register.phtml" hash="815b1fe2037933e26eebbcdd696d8717"/></dir></dir></dir><dir name="poll"><file name="active.phtml" hash="50c3bebef97fe2814c8e043034b5568c"/><file name="result.phtml" hash="2ba9d667e7f432be34f307ac0e52ae09"/></dir><dir name="reports"><file name="home_product_compared.phtml" hash="c6e3d924951ff65748e3b6e1801ca002"/><file name="home_product_viewed.phtml" hash="1c8ae87d3d19419348e476802584b6a7"/><file name="product_compared.phtml" hash="06aa93d38ef0a59c9c07774360e00012"/><file name="product_viewed.phtml" hash="fe3fe02406cd2b03ee56871da805b4a2"/><dir name="widget"><dir name="compared"><dir name="column"><file name="compared_default_list.phtml" hash="f5a8d41e744a234cb45f3746e826aeb3"/><file name="compared_images_list.phtml" hash="d02655d40d58367872ab0dc878caa210"/><file name="compared_names_list.phtml" hash="8b6eaf9cb0732f42c8e7450f77dba30d"/></dir><dir name="content"><file name="compared_grid.phtml" hash="142c20d47a2bbf782aa8206e8e64b2a5"/><file name="compared_list.phtml" hash="add82ffb09ef0e30b79d04c2ad1d690e"/></dir></dir><dir name="viewed"><dir name="column"><file name="viewed_default_list.phtml" hash="7562326f49788678be0912bd1b0ee5b4"/><file name="viewed_images_list.phtml" hash="114faea162b73a397f8df9afcf16fd97"/><file name="viewed_names_list.phtml" hash="b912b18075b670613c21ae66c9765046"/></dir><dir name="content"><file name="viewed_grid.phtml" hash="1ee8b220c1762675e085c5cb7f55ea56"/><file name="viewed_list.phtml" hash="2a6e5f2016696095f40b6f0d39eea2e5"/></dir></dir></dir></dir><dir name="review"><dir name="customer"><file name="list.phtml" hash="cc99ac0078d80c9b54770f24646683b2"/><file name="recent.phtml" hash="ec92f4deef01992c1ae94d56152079f4"/><file name="view.phtml" hash="1dbdd644fba9ea47fa9a672dd82e8101"/></dir><file name="form.phtml" hash="b515f14e12af63cc5463c481106e750b"/><dir name="helper"><file name="summary.phtml" hash="20a9f1f0f8f92a60cfa0a4168574bb4b"/><file name="summary_short.phtml" hash="7266e714f455ec6b59838c8a270dd86c"/></dir><dir name="product"><dir name="view"><file name="count.phtml" hash="1fccb03e3ef21fd22f77852b986611f2"/><file name="list.phtml" hash="02797b1d69038d3484e10f923a574804"/><file name="other.phtml" hash="dd52cd4cda1d7770e389c41154aef990"/></dir></dir><file name="view.phtml" hash="8b9745c23b22fd4c55cdbfccd1e8b26a"/></dir><dir name="sales"><dir name="billing"><dir name="agreement"><file name="view.phtml" hash="8f4352aae378951a0ae4584f9d3467f3"/></dir><file name="agreements.phtml" hash="314f861582c316ababb93ef4e177aab4"/></dir><dir name="guest"><file name="form.phtml" hash="425f607ddfc294ef78bf802ea6a6ae4e"/></dir><dir name="order"><file name="comments.phtml" hash="e392d99a526a2ab1d605d98f596ca95a"/><dir name="creditmemo"><dir name="items"><dir name="renderer"><file name="default.phtml" hash="7427a33abbc31d6df1ee8a3b186bafaa"/></dir></dir><file name="items.phtml" hash="fc4c5a28c14ecb3747b784c747874314"/></dir><file name="creditmemo.phtml" hash="aa7334c9932ab12065d679a6c377bdb3"/><file name="details.phtml" hash="f04cfd126d739b0b3952985ef591b570"/><file name="history.phtml" hash="1bd8041e9506677f1ce22c2e27b65da4"/><dir name="info"><file name="buttons.phtml" hash="f318ac5420e765426dc013ac4bd980b1"/></dir><file name="info.phtml" hash="a51a73571f3cfe7980af56541aef0910"/><dir name="invoice"><dir name="items"><dir name="renderer"><file name="default.phtml" hash="c7a0fc54dd52451615c7ec6fc95633f1"/></dir></dir><file name="items.phtml" hash="af401fad75d5df63d3d79521091990bc"/></dir><file name="invoice.phtml" hash="3c6fb52b25448c7d4b145a2364412abb"/><dir name="items"><dir name="renderer"><file name="default.phtml" hash="ad160b65854041954f6e04e9e1795dc5"/></dir></dir><file name="items.phtml" hash="538a4e05045a7c864c8241727c2f546c"/><dir name="print"><file name="creditmemo.phtml" hash="cf57fb11fc734611d5beff4e395de47b"/><file name="invoice.phtml" hash="df8cff35764504337112370b1b6c56b0"/><file name="shipment.phtml" hash="250a592bb9438aa861320995e74c31f0"/></dir><file name="print.phtml" hash="1a6c5ffcd69441b0588447799d28e7f4"/><file name="recent.phtml" hash="6184b19d76cb0ca99a81a5c755eb87de"/><dir name="shipment"><dir name="items"><dir name="renderer"><file name="default.phtml" hash="8d7098bb2a015d1893560bcea769bd10"/></dir></dir><file name="items.phtml" hash="bc9b273cb8c219ace3f83d8d721c69eb"/></dir><file name="shipment.phtml" hash="5a589a38f4e20c1259bef70c119a172c"/><file name="totals.phtml" hash="9d23986221c558b8eb00b3fd4e6f9e68"/><file name="trackinginfo.phtml" hash="b7d399b69d4bf1265c0392feb750a815"/><file name="view.phtml" hash="c031932bc9e5ad2dbc44d25a2da00cc2"/></dir><dir name="payment"><dir name="form"><dir name="billing"><file name="agreement.phtml" hash="c88c049292ac8d6522176e106616369b"/></dir></dir></dir><dir name="recurring"><file name="grid.phtml" hash="cb6c5845c2f0fb9b97f2f032a7fb84ff"/><dir name="profile"><dir name="view"><file name="info.phtml" hash="f8ff815c0514711ab901eb1f873a0874"/></dir><file name="view.phtml" hash="a9a96d0536a8573211f754cea9a38a40"/></dir><file name="profiles.phtml" hash="fb74a036033146f742aec1bde7a5f6e2"/></dir><dir name="reorder"><file name="sidebar.phtml" hash="b4ca9a848d74485e2b04b9638c35cda7"/></dir><dir name="widget"><dir name="guest"><file name="form.phtml" hash="ddab65b9ffdeaf774d43c09431528b7c"/></dir></dir></dir><dir name="sendfriend"><file name="send.phtml" hash="79b3a77b92b2ae4e0fdd8266d9622f6f"/></dir><dir name="tag"><file name="cloud.phtml" hash="5c5beb6cb1ca1d26c5f6a011d3f30b10"/><dir name="customer"><file name="recent.phtml" hash="8af3e61003a1a6e6a81dc039ff8c680f"/><file name="tags.phtml" hash="586662aefad1bd817d6985d8a619740a"/><file name="view.phtml" hash="83a46c5678e6d1880cd92caf142f3d50"/></dir><file name="list.phtml" hash="f7c25c7044515c151a7b497072a5f46e"/><file name="popular.phtml" hash="2dababac5cf972ef32da8abc756a10b2"/></dir><dir name="webandpeople"><dir name="custommenu"><file name="top (copy).phtml" hash="5febd4e2a1d4d032302926dad1d927e0"/><file name="top.phtml" hash="79640da718d06f81cc26a2745f16d740"/></dir></dir><dir name="wishlist"><dir name="button"><file name="share.phtml" hash="2d9f7c7687fbe44453793bafb5e1df3a"/><file name="tocart.phtml" hash="d4d8615aa9ea89ca52ede22996333be9"/><file name="update.phtml" hash="59fb5b07de71087db5ccdfe3e35d0d8c"/></dir><dir name="email"><file name="items.phtml" hash="ec896e153f75a8462c9f0e0b4d796770"/><file name="rss.phtml" hash="11b5a10919733d3ed7698640eb97fef9"/></dir><dir name="item"><dir name="column"><file name="cart.phtml" hash="673d6952177a64651b8fabd9fa6413fc"/><file name="image.phtml" hash="41e2248d1118a636abb7cef0171f76c4"/><file name="info.phtml" hash="6159f37c5c0d0afc1351303d44903915"/><file name="remove.phtml" hash="8a75f8fbbc71f9af1ce001c503fc07e5"/></dir><dir name="configure"><file name="addto.phtml" hash="4f4393878321588c5c0f6a5084bc6a9b"/></dir><file name="list.phtml" hash="f800b80fa1bfab8f74673d1e3757e251"/></dir><file name="options_list.phtml" hash="c0775ebaf385c3a1745f23ebf3198357"/><dir name="render"><dir name="item"><file name="price.phtml" hash="98f4b1590771f458d0a082f3de65236d"/><file name="price_msrp_item.phtml" hash="7560704c91259d2cd3516975ab9b4afa"/><file name="price_msrp_rss.phtml" hash="545c750f83eed4485177f8d0ec725907"/></dir></dir><file name="shared.phtml" hash="cb643742998a78c25e4f00fcd5f6915b"/><file name="sharing.phtml" hash="7e5dd679c47aa9c398aa2ab5342c9399"/><file name="sidebar.phtml" hash="68c697deb7eeacf47d03fbbfa8888655"/><file name="view.phtml" hash="de2ea04a8fcc8f1b5fdd7a064a2177ce"/></dir></dir></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="fed"><dir name="default"><dir><dir name="css"><file name="bootstrap-responsive.css" hash="4470757f45fdd947243c383765253dae"/><file name="bootstrap-responsive.min.css" hash="1148a4544b2d1d2c2a9bc42e4159aa4e"/><file name="bootstrap.css" hash="525eb7b9286378c26af87d93bfb86b21"/><file name="bootstrap.min.css" hash="1e43cf193e724b675deb9784ad4229c6"/><file name="bootstrap_old.css" hash="134b401ba56ea05e6c5fc6874b0266fe"/><file name="catalog.css" hash="7f3d6dfa599fa0a69381f715bc63db9b"/><file name="custom.css" hash="0055f943a74955850278856e251abfc6"/></dir><dir name="fonts"><file name="glyphicons-halflings-regular.eot" hash="2469ccfe446daa49d5c1446732d1436d"/><file name="glyphicons-halflings-regular.svg" hash="54b1190daa87d9647473f68ecd585e28"/><file name="glyphicons-halflings-regular.ttf" hash="aa9c7490c2fd52cb96c729753cc4f2d5"/><file name="glyphicons-halflings-regular.woff" hash="7c4cbe928205c888831ba76548563ca3"/></dir><dir name="images"><file name="back.gif" hash="35a7db36e88b20adc42714be32fd340c"/><file name="bkg_checkout.1gif" hash="fac15c9980ed66ca652b1bc60834adeb"/><file name="featured.jpg" hash="030b77cf79c353068cd6af986d5a5c8e"/><file name="latest.jpg" hash="af59e08010319f14466c14f8b00d6278"/><file name="left_side.png" hash="1c3caace35e267dcd80d9e6aee19d397"/><file name="logo.gif" hash="51eee8f7b21f732a247f890187486dbf"/><file name="logo.png" hash="c5950d58cb91a678ef3443a8a257ac0a"/><file name="magnifier_handle.gif" hash="2ee40683870a2bef5c5b34d30c84d6d8"/><file name="right_side.png" hash="dae8f2cf8494939f83c84d6d45883b6d"/><file name="slider_bg.gif" hash="a1b9c405b99162b803ea0026371c38c3"/><file name="slider_btn_zoom_in.gif" hash="e1fb26133b6b00cf548ecb0225867c8e"/><file name="slider_btn_zoom_out.gif" hash="17567db9d985e26ab13cbed6e81abb44"/></dir><dir name="img"><file name="glyphicons-halflings-white.png" hash="9bbc6e9602998a385c2ea13df56470fd"/><file name="glyphicons-halflings.png" hash="2516339970d710819585f90773aebe0a"/></dir></dir></dir></dir></dir></target></contents>
16
  <compatible/>
17
  <dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
18
  </package>