responsive - Version 0.1.6

Version Notes

- Attribute in config

Download this release

Release Info

Developer tony vu
Extension responsive
Version 0.1.6
Comparing to
See all releases


Code changes from version 0.1.5 to 0.1.6

app/code/local/Tvcom/Themecustom/etc/system.xml CHANGED
@@ -278,45 +278,6 @@
278
  <show_in_store>1</show_in_store>
279
  </navbar>
280
 
281
- <socialshare translate="label">
282
- <label><![CDATA[<span style="color:red">Social share</span>]]></label>
283
- <frontend_type>label</frontend_type>
284
- <sort_order>10</sort_order>
285
- <show_in_default>1</show_in_default>
286
- <show_in_website>1</show_in_website>
287
- <show_in_store>1</show_in_store>
288
- </socialshare>
289
-
290
- <facebook translate="label"> <!-- facebook link -->
291
- <label>Facebook link</label>
292
- <frontend_type>text</frontend_type>
293
- <sort_order>22</sort_order>
294
- <show_in_default>1</show_in_default>
295
- <show_in_website>1</show_in_website>
296
- <show_in_store>1</show_in_store>
297
- <comment><![CDATA[Example: https://www.facebook.com/username]]></comment>
298
- </facebook>
299
-
300
- <twitter translate="label"> <!-- twitter link -->
301
- <label>Twitter link</label>
302
- <frontend_type>text</frontend_type>
303
- <sort_order>30</sort_order>
304
- <show_in_default>1</show_in_default>
305
- <show_in_website>1</show_in_website>
306
- <show_in_store>1</show_in_store>
307
- <comment><![CDATA[Example: https://www.twitter.com/username]]></comment>
308
- </twitter>
309
-
310
- <youtube translate="label"> <!-- youtube link -->
311
- <label>Youtube link</label>
312
- <frontend_type>text</frontend_type>
313
- <sort_order>40</sort_order>
314
- <show_in_default>1</show_in_default>
315
- <show_in_website>1</show_in_website>
316
- <show_in_store>1</show_in_store>
317
- <comment><![CDATA[Example: https://www.youtube.com/user/username]]></comment>
318
- </youtube>
319
-
320
  <bgcolor translate="label"> <!-- header background color -->
321
  <label>Bg color</label>
322
  <frontend_type>text</frontend_type>
@@ -414,14 +375,34 @@
414
  <comment>If empty, It will take the default font size</comment>
415
  </text_size>
416
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
417
  <usp translate="label">
418
- <label>Usp</label>
419
  <frontend_type>textarea</frontend_type>
420
- <sort_order>180</sort_order>
421
  <show_in_default>1</show_in_default>
422
  <show_in_website>1</show_in_website>
423
  <show_in_store>1</show_in_store>
424
  </usp>
 
425
  </fields>
426
  </header>
427
 
@@ -628,6 +609,45 @@
628
  <comment>Information about Address, Phone and Email</comment>
629
  </contact>
630
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
631
  </fields>
632
  </footer>
633
 
278
  <show_in_store>1</show_in_store>
279
  </navbar>
280
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
281
  <bgcolor translate="label"> <!-- header background color -->
282
  <label>Bg color</label>
283
  <frontend_type>text</frontend_type>
375
  <comment>If empty, It will take the default font size</comment>
376
  </text_size>
377
 
378
+ <usp_label translate="label">
379
+ <label><![CDATA[<span style="color:red">Usp</span>]]></label>
380
+ <frontend_type>label</frontend_type>
381
+ <sort_order>180</sort_order>
382
+ <show_in_default>1</show_in_default>
383
+ <show_in_website>1</show_in_website>
384
+ <show_in_store>1</show_in_store>
385
+ </usp_label>
386
+
387
+ <usp_yesno translate="label">
388
+ <label>Enable</label>
389
+ <frontend_type>select</frontend_type>
390
+ <source_model>adminhtml/system_config_source_yesno</source_model>
391
+ <sort_order>190</sort_order>
392
+ <show_in_default>1</show_in_default>
393
+ <show_in_website>1</show_in_website>
394
+ <show_in_store>1</show_in_store>
395
+ </usp_yesno>
396
+
397
  <usp translate="label">
398
+ <label>Code</label>
399
  <frontend_type>textarea</frontend_type>
400
+ <sort_order>200</sort_order>
401
  <show_in_default>1</show_in_default>
402
  <show_in_website>1</show_in_website>
403
  <show_in_store>1</show_in_store>
404
  </usp>
405
+
406
  </fields>
407
  </header>
408
 
609
  <comment>Information about Address, Phone and Email</comment>
610
  </contact>
611
 
612
+ <socialshare translate="label">
613
+ <label><![CDATA[<span style="color:red">Social share</span>]]></label>
614
+ <frontend_type>label</frontend_type>
615
+ <sort_order>30</sort_order>
616
+ <show_in_default>1</show_in_default>
617
+ <show_in_website>1</show_in_website>
618
+ <show_in_store>1</show_in_store>
619
+ </socialshare>
620
+
621
+ <facebook translate="label"> <!-- facebook link -->
622
+ <label>Facebook link</label>
623
+ <frontend_type>text</frontend_type>
624
+ <sort_order>40</sort_order>
625
+ <show_in_default>1</show_in_default>
626
+ <show_in_website>1</show_in_website>
627
+ <show_in_store>1</show_in_store>
628
+ <comment><![CDATA[Example: https://www.facebook.com/username]]></comment>
629
+ </facebook>
630
+
631
+ <twitter translate="label"> <!-- twitter link -->
632
+ <label>Twitter link</label>
633
+ <frontend_type>text</frontend_type>
634
+ <sort_order>60</sort_order>
635
+ <show_in_default>1</show_in_default>
636
+ <show_in_website>1</show_in_website>
637
+ <show_in_store>1</show_in_store>
638
+ <comment><![CDATA[Example: https://www.twitter.com/username]]></comment>
639
+ </twitter>
640
+
641
+ <youtube translate="label"> <!-- youtube link -->
642
+ <label>Youtube link</label>
643
+ <frontend_type>text</frontend_type>
644
+ <sort_order>70</sort_order>
645
+ <show_in_default>1</show_in_default>
646
+ <show_in_website>1</show_in_website>
647
+ <show_in_store>1</show_in_store>
648
+ <comment><![CDATA[Example: https://www.youtube.com/user/username]]></comment>
649
+ </youtube>
650
+
651
  </fields>
652
  </footer>
653
 
app/design/frontend/default/responsive/template/page/html/footer.phtml CHANGED
@@ -35,10 +35,8 @@
35
  <?php echo $this->getChildHtml('footer.newsletter') ?>
36
  </div>
37
 
38
- <div class="col-md-3 col-sm-6 col-xs-12" style="margin-bottom: 20px;"> <!-- col 3 -->
39
  <?php echo $this->getChildHtml('social.network') ?>
40
- <img src="http://magento-demo.net/MAG171/skin/frontend/default/MAG090172/images/payment-img.png" alt="">
41
- <br/>
42
  </div>
43
 
44
  <div class="col-md-3 col-sm-6 col-xs-12"> <!-- col 4 -->
@@ -59,6 +57,7 @@
59
  <tr><!-- row 3 -->
60
  <td>
61
  <address><?php echo $this->getCopyright() ?></address>
 
62
  </td>
63
  </tr>
64
  </table>
35
  <?php echo $this->getChildHtml('footer.newsletter') ?>
36
  </div>
37
 
38
+ <div class="col-md-3 col-sm-6 col-xs-12"> <!-- col 3 -->
39
  <?php echo $this->getChildHtml('social.network') ?>
 
 
40
  </div>
41
 
42
  <div class="col-md-3 col-sm-6 col-xs-12"> <!-- col 4 -->
57
  <tr><!-- row 3 -->
58
  <td>
59
  <address><?php echo $this->getCopyright() ?></address>
60
+ <img src="http://magento-demo.net/MAG171/skin/frontend/default/MAG090172/images/payment-img.png" alt="">
61
  </td>
62
  </tr>
63
  </table>
app/design/frontend/default/responsive/template/page/html/header.phtml CHANGED
@@ -31,9 +31,12 @@
31
  <div class="header row">
32
  <div class="col-sm-5">
33
  <?php echo $this->getChildHtml('topSearch') ?>
34
- <div class="usp">
35
- <?php echo Mage::getStoreConfig('setting/header/usp')?>
36
- </div>
 
 
 
37
  </div>
38
 
39
  <div class="quick-access col-sm-7">
31
  <div class="header row">
32
  <div class="col-sm-5">
33
  <?php echo $this->getChildHtml('topSearch') ?>
34
+
35
+ <?php if(Mage::getStoreConfig('setting/header/usp_yesno') == 1): ?>
36
+ <div class="usp">
37
+ <?php echo Mage::getStoreConfig('setting/header/usp')?>
38
+ </div>
39
+ <?php endif; ?>
40
  </div>
41
 
42
  <div class="quick-access col-sm-7">
app/design/frontend/default/responsive/template/payment/form/ccsave.phtml ADDED
@@ -0,0 +1,135 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design
22
+ * @package base_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ ?>
27
+ <?php $_code=$this->getMethodCode() ?>
28
+ <ul class="form-list" id="payment_form_<?php echo $_code ?>" style="display:none;">
29
+ <li>
30
+ <label for="<?php echo $_code ?>_cc_owner" class="required"><em>*</em><?php echo $this->__('Name on Card') ?></label>
31
+ <div class="input-box">
32
+ <input type="text" title="<?php echo $this->__('Name on Card') ?>" class="input-text required-entry form-control" id="<?php echo $_code ?>_cc_owner" name="payment[cc_owner]" value="<?php echo $this->escapeHtml($this->getInfoData('cc_owner')) ?>" />
33
+ </div>
34
+ </li>
35
+ <li>
36
+ <label for="<?php echo $_code ?>_cc_type" class="required"><em>*</em><?php echo $this->__('Credit Card Type') ?></label>
37
+ <div class="input-box">
38
+ <select id="<?php echo $_code ?>_cc_type" name="payment[cc_type]" title="<?php echo $this->__('Credit Card Type') ?>" class="required-entry validate-cc-type-select form-control">
39
+ <option value=""><?php echo $this->__('--Please Select--') ?></option>
40
+ <?php $_ccType = $this->getInfoData('cc_type') ?>
41
+ <?php foreach ($this->getCcAvailableTypes() as $_typeCode => $_typeName): ?>
42
+ <option value="<?php echo $_typeCode ?>"<?php if($_typeCode==$_ccType): ?> selected="selected"<?php endif ?>><?php echo $_typeName ?></option>
43
+ <?php endforeach ?>
44
+ </select>
45
+ </div>
46
+ </li>
47
+ <li>
48
+ <label for="<?php echo $_code ?>_cc_number" class="required"><em>*</em><?php echo $this->__('Credit Card Number') ?></label>
49
+ <div class="input-box">
50
+ <input type="text" id="<?php echo $_code ?>_cc_number" name="payment[cc_number]" title="<?php echo $this->__('Credit Card Number') ?>" class="input-text validate-cc-number validate-cc-type form-control" value="" />
51
+ </div>
52
+ </li>
53
+ <li>
54
+ <label for="<?php echo $_code ?>_expiration" class="required"><em>*</em><?php echo $this->__('Expiration Date') ?></label>
55
+ <div class="input-box">
56
+ <div class="v-fix">
57
+ <select id="<?php echo $_code ?>_expiration" name="payment[cc_exp_month]" class="month validate-cc-exp required-entry form-control">
58
+ <?php $_ccExpMonth = $this->getInfoData('cc_exp_month') ?>
59
+ <?php foreach ($this->getCcMonths() as $k=>$v): ?>
60
+ <option value="<?php echo $k?$k:'' ?>"<?php if($k==$_ccExpMonth): ?> selected="selected"<?php endif ?>><?php echo $v ?></option>
61
+ <?php endforeach ?>
62
+ </select>
63
+ </div>
64
+ <div class="v-fix">
65
+ <?php $_ccExpYear = $this->getInfoData('cc_exp_year') ?>
66
+ <select id="<?php echo $_code ?>_expiration_yr" name="payment[cc_exp_year]" class="year required-entry form-control">
67
+ <?php foreach ($this->getCcYears() as $k=>$v): ?>
68
+ <option value="<?php echo $k?$k:'' ?>"<?php if($k==$_ccExpYear): ?> selected="selected"<?php endif ?>><?php echo $v ?></option>
69
+ <?php endforeach ?>
70
+ </select>
71
+ </div>
72
+ </div>
73
+ </li>
74
+ <?php echo $this->getChildHtml() ?>
75
+ <?php if($this->hasVerification()): ?>
76
+ <li>
77
+ <label for="<?php echo $_code ?>_cc_cid" class="required"><em>*</em><?php echo $this->__('Card Verification Number') ?></label>
78
+ <div class="input-box">
79
+ <div class="v-fix">
80
+ <input type="text" title="<?php echo $this->__('Card Verification Number') ?>" class="input-text cvv required-entry validate-cc-cvn form-control" id="<?php echo $_code ?>_cc_cid" name="payment[cc_cid]" value="" />
81
+ </div>
82
+ <a href="#" class="cvv-what-is-this"><?php echo $this->__('What is this?') ?></a>
83
+ </div>
84
+ </li>
85
+ <?php endif; ?>
86
+ <?php if ($this->hasSsCardType()): ?>
87
+ <li id="<?php echo $_code ?>_cc_type_ss_div">
88
+ <ul class="inner-form">
89
+ <li class="form-alt"><label for="<?php echo $_code ?>_cc_issue" class="required"><em>*</em><?php echo $this->__('Switch/Solo/Maestro Only') ?></label></li>
90
+ <li>
91
+ <label for="<?php echo $_code ?>_cc_issue"><?php echo $this->__('Issue Number') ?>:</label>
92
+ <span class="input-box">
93
+ <input type="text" title="<?php echo $this->__('Issue Number') ?>" class="input-text validate-cc-ukss cvv form-control" id="<?php echo $_code ?>_cc_issue" name="payment[cc_ss_issue]" value="" />
94
+ </span>
95
+ </li>
96
+
97
+ <li>
98
+ <label for="<?php echo $_code ?>_start_month"><?php echo $this->__('Start Date') ?>:</label>
99
+ <div class="input-box">
100
+ <div class="v-fix">
101
+ <select id="<?php echo $_code ?>_start_month" name="payment[cc_ss_start_month]" class="validate-cc-ukss month form-control">
102
+ <?php foreach ($this->getCcMonths() as $k=>$v): ?>
103
+ <option value="<?php echo $k?$k:'' ?>"<?php if($k==$this->getInfoData('cc_ss_start_month')): ?> selected="selected"<?php endif ?>><?php echo $v ?></option>
104
+ <?php endforeach ?>
105
+ </select>
106
+ </div>
107
+ <div class="v-fix">
108
+ <select id="<?php echo $_code ?>_start_year" name="payment[cc_ss_start_year]" class="validate-cc-ukss year form-control">
109
+ <?php foreach ($this->getSsStartYears() as $k=>$v): ?>
110
+ <option value="<?php echo $k?$k:'' ?>"<?php if($k==$this->getInfoData('cc_ss_start_year')): ?> selected="selected"<?php endif ?>><?php echo $v ?></option>
111
+ <?php endforeach ?>
112
+ </select>
113
+ </div>
114
+ </div>
115
+ </li>
116
+ <li class="adv-container">&nbsp;</li>
117
+ </ul>
118
+ <script type="text/javascript">
119
+ //<![CDATA[
120
+ var SSChecked<?php echo $_code ?> = function() {
121
+ var elm = $('<?php echo $_code ?>_cc_type');
122
+ if (['SS','SM','SO'].indexOf(elm.value) != -1) {
123
+ $('<?php echo $_code ?>_cc_type_ss_div').show();
124
+ } else {
125
+ $('<?php echo $_code ?>_cc_type_ss_div').hide();
126
+ }
127
+ };
128
+
129
+ Event.observe($('<?php echo $_code ?>_cc_type'), 'change', SSChecked<?php echo $_code ?>);
130
+ SSChecked<?php echo $_code ?>();
131
+ //]]>
132
+ </script>
133
+ </li>
134
+ <?php endif; ?>
135
+ </ul>
app/design/frontend/default/responsive/template/payment/form/purchaseorder.phtml ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design
22
+ * @package base_default
23
+ * @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ ?>
27
+ <ul class="form-list" id="payment_form_<?php echo $this->getMethodCode() ?>" style="display:none;">
28
+ <li>
29
+ <label for="po_number" class="required"><em>*</em><?php echo $this->__('Purchase Order Number') ?></label>
30
+ <div class="input-box">
31
+ <input type="text" id="po_number" name="payment[po_number]" title="<?php echo $this->__('Purchase Order Number') ?>" class="input-text required-entry form-control" value="<?php echo $this->escapeHtml($this->getInfoData('po_number')) ?>" />
32
+ </div>
33
+ </li>
34
+ </ul>
app/design/frontend/default/responsive/template/persistent/checkout/onepage/billing.phtml CHANGED
@@ -191,9 +191,9 @@
191
  </li>
192
  <?php if ($this->canShip()): ?>
193
  <li class="control">
194
- <input type="radio" name="billing[use_for_shipping]" id="billing:use_for_shipping_yes" value="1"<?php if ($this->isUseBillingAddressForShipping()) {?> checked="checked"<?php }?> title="<?php echo $this->__('Ship to this address') ?>" onclick="$('shipping:same_as_billing').checked = true;" class="radio" /><label for="billing:use_for_shipping_yes"><?php echo $this->__('Ship to this address') ?></label></li>
195
  <li class="control">
196
- <input type="radio" name="billing[use_for_shipping]" id="billing:use_for_shipping_no" value="0"<?php if (!$this->isUseBillingAddressForShipping()) {?> checked="checked"<?php }?> title="<?php echo $this->__('Ship to different address') ?>" onclick="$('shipping:same_as_billing').checked = false;" class="radio" /><label for="billing:use_for_shipping_no"><?php echo $this->__('Ship to different address') ?></label>
197
  </li>
198
  <?php endif; ?>
199
  </ul>
191
  </li>
192
  <?php if ($this->canShip()): ?>
193
  <li class="control">
194
+ <input type="radio" name="billing[use_for_shipping]" id="billing:use_for_shipping_yes" value="1"<?php if ($this->isUseBillingAddressForShipping()) {?> checked="checked"<?php }?> title="<?php echo $this->__('Ship to this address') ?>" onclick="$('shipping:same_as_billing').checked = true;" class="" /><label for="billing:use_for_shipping_yes"><?php echo $this->__('Ship to this address') ?></label></li>
195
  <li class="control">
196
+ <input type="radio" name="billing[use_for_shipping]" id="billing:use_for_shipping_no" value="0"<?php if (!$this->isUseBillingAddressForShipping()) {?> checked="checked"<?php }?> title="<?php echo $this->__('Ship to different address') ?>" onclick="$('shipping:same_as_billing').checked = false;" class=""/><label for="billing:use_for_shipping_no"><?php echo $this->__('Ship to different address') ?></label>
197
  </li>
198
  <?php endif; ?>
199
  </ul>
app/design/frontend/default/responsive/template/tvtheme/cssconfig.phtml CHANGED
@@ -84,7 +84,7 @@
84
  body{ background:<?php echo $theme_bgcolor ?> url(<?php echo $theme_bgimage ?>) <?php echo $theme_bgpositionx ?> <?php echo $theme_bgpositiony ?> <?php echo $theme_bgpositionrepeat ?>; font-family: <?php echo $fontfm ?>; font-size:<?php echo $fontsize ?>; color: <?php echo $textcolor ?>; text-align:center}
85
  .page {background:<?php echo $page_bgcolor ?> url(<?php echo $page_bgimage ?>) <?php echo $page_bgpositionx ?> <?php echo $page_bgpositiony ?> <?php echo $page_bgpositionrepeat ?>;}
86
 
87
- .header{padding: 15px 0 0px 0; background: <?php echo $header_bgcolor ?>}
88
  .header .links a { color:<?php echo $header_link_color ?>; font-size: <?php echo $header_link_size ?>;}
89
  .header .links a:hover { color:<?php echo $header_hoverlink_color ?>; font-size: <?php echo $header_hoverlink_size ?>;}
90
  .header .links .top-link-cart i{margin-left: 5px;}
84
  body{ background:<?php echo $theme_bgcolor ?> url(<?php echo $theme_bgimage ?>) <?php echo $theme_bgpositionx ?> <?php echo $theme_bgpositiony ?> <?php echo $theme_bgpositionrepeat ?>; font-family: <?php echo $fontfm ?>; font-size:<?php echo $fontsize ?>; color: <?php echo $textcolor ?>; text-align:center}
85
  .page {background:<?php echo $page_bgcolor ?> url(<?php echo $page_bgimage ?>) <?php echo $page_bgpositionx ?> <?php echo $page_bgpositiony ?> <?php echo $page_bgpositionrepeat ?>;}
86
 
87
+ .header{padding: 10px 0px; background: <?php echo $header_bgcolor ?>}
88
  .header .links a { color:<?php echo $header_link_color ?>; font-size: <?php echo $header_link_size ?>;}
89
  .header .links a:hover { color:<?php echo $header_hoverlink_color ?>; font-size: <?php echo $header_hoverlink_size ?>;}
90
  .header .links .top-link-cart i{margin-left: 5px;}
app/design/frontend/default/responsive/template/tvtheme/networkshare.phtml CHANGED
@@ -8,9 +8,9 @@
8
 
9
  <?php
10
  // get the config
11
- $facebook = Mage::getStoreConfig('setting/header/facebook');
12
- $twitter = Mage::getStoreConfig('setting/header/twitter');
13
- $youtube = Mage::getStoreConfig('setting/header/youtube');
14
  ?>
15
  <div id="divnetworkshare" class="">
16
  <?php if($facebook != '' || $twitter !=='' || $youtube !=''): ?>
8
 
9
  <?php
10
  // get the config
11
+ $facebook = Mage::getStoreConfig('setting/footer/facebook');
12
+ $twitter = Mage::getStoreConfig('setting/footer/twitter');
13
+ $youtube = Mage::getStoreConfig('setting/footer/youtube');
14
  ?>
15
  <div id="divnetworkshare" class="">
16
  <?php if($facebook != '' || $twitter !=='' || $youtube !=''): ?>
package.xml CHANGED
@@ -1,19 +1,19 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>responsive</name>
4
- <version>0.1.5</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>Responsive theme for Magento Community</summary>
10
  <description>Responsive theme for Magento Community</description>
11
- <notes>- rename attribute in config&#xD;
12
  </notes>
13
  <authors><author><name>tony vu</name><user>vuductrung</user><email>vuductrung2003@gmail.com</email></author></authors>
14
- <date>2014-03-27</date>
15
- <time>10:42:48</time>
16
- <contents><target name="magelocal"><dir name="Tvcom"><dir name="Catalog"><dir name="Block"><dir name="Product"><dir name="List"><file name="Toolbar.php" hash="e61a22e4b79d685c4f4526cb6e26fd72"/></dir></dir></dir><dir name="etc"><file name="config.xml" hash="35847847fa734d329dab80caecd34bdb"/></dir></dir><dir name="Checkout"><dir name="Block"><file name="Links.php" hash="834fd8bccc5addc9e064cb41999b1953"/></dir><dir name="etc"><file name="config.xml" hash="0f64ed1b38d6c042c971232bb9a4dc32"/></dir></dir><dir name="Page"><dir name="Block"><dir name="Html"><file name="Topmenu.php" hash="2791cf29aa19226e538a8ad38984c3dc"/><file name="Welcome.php" hash="b1cd77ea53caa2e3473a1dcaceded2ec"/></dir></dir><dir name="etc"><file name="config.xml" hash="0564cbbf86e324a4d877856167874e03"/></dir></dir><dir name="Themecustom"><dir name="Helper"><file name="Data.php" hash="07559e4fa8223efcb10bd0795458c765"/></dir><dir name="Model"><file name="Custom.php" hash="bff5f52f606c33ada097641e6e2970bf"/><dir name="Option"><file name="Footerlayout.php" hash="090b0ae1f016d981cf94865ec9be41b0"/><file name="Narbar.php" hash="35f4c30272e466a31d81efca71f73ab8"/><file name="Repeat.php" hash="b1f08bac80e215209e45fe8456b964f8"/></dir></dir><dir name="etc"><file name="config.xml" hash="db7138914a67c69ed0f00942bbaf104e"/><file name="system.xml" hash="4e98a8f972da8cc6107cca0500a0b58a"/></dir></dir><dir name="Wishlist"><dir name="Block"><file name="Links.php" hash="cce4090698606febae140553a9669c17"/></dir><dir name="etc"><file name="config.xml" hash="34a7946e942d408b5b0eef07d9511264"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Tvcom_Page.xml" hash="6eb34161b3a13e001b1af7dea977f484"/><file name="Tvcom_Themecustom.xml" hash="742cda5cce51b8cb0cfebfe3075a06d9"/><file name="Tvcom_Checkout.xml" hash="ba2345c0bb1a258ef97e46c6ba64f961"/><file name="Tvcom_Wishlist.xml" hash="c77ddf27ba8becaa3054118f32dc4dd7"/><file name="Tvcom_Catalog.xml" hash="75b972b51f4aade7f27042109f904b9d"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="responsive"><dir name="template"><dir name="bundle"><dir name="catalog"><dir name="product"><dir name="view"><dir name="type"><dir name="bundle"><dir name="option"><file name="checkbox.phtml" hash="dee3002492adc119a59e3248c81f51a6"/><file name="radio.phtml" hash="c5048ab31279a6bda1b16999b0f8b506"/></dir></dir></dir></dir></dir></dir></dir><dir name="catalog"><dir name="category"><file name="view.phtml" hash="9e3e85a334e42279bf4bc503c9182737"/></dir><dir name="layer"><file name="state.phtml" hash="214203502bb82c114adbf9922611ec12"/></dir><dir name="product"><dir name="compare"><file name="sidebar.phtml" hash="6add573c5b0da1b80d0051c7d9c23cbb"/></dir><dir name="list"><file name="toolbar.phtml" hash="4257c5a76b7cf72ea65ed019c85661e5"/><file name="upsell.phtml" hash="5230d7294058085d07c4423cae0b9108"/></dir><file name="list.phtml" hash="695fe3b0d85144b0b9016c217aead08c"/><dir name="view"><file name="addto.phtml" hash="d84144cbb6b1d14c2039c3388ab8d7b8"/><file name="attributes.phtml" hash="069cfe613294d042a930865d24f8d1ce"/><file name="media.phtml" hash="1be8f4ea6e54f9a97e220f28931c4f50"/></dir><file name="view.phtml" hash="22bdbd648cebdc15fc130fecd02270f2"/></dir></dir><dir name="catalogsearch"><dir name="advanced"><file name="form.phtml" hash="da5a91141a34f6dab2f60ec72de0cd12"/></dir><file name="form.mini.phtml" hash="efbd0ea4fdbb6c5c2bbf12ea520e2302"/></dir><dir name="checkout"><dir name="cart"><file name="coupon.phtml" hash="3c8d5da75a8b74a0b65237398a31faa1"/><file name="crosssell.phtml" hash="1700a70387393e29eddd97c6e96c6b10"/><dir name="item"><file name="default.phtml" hash="982a6b6f9889db37d04c8c77330e8cf4"/></dir><file name="shipping.phtml" hash="c985cdf397a55cc3bffa62d7f381a4a8"/><dir name="sidebar"><file name="default.phtml" hash="5b64bb75c39984829140dd7265025d75"/></dir><file name="sidebar.phtml" hash="9a14973934e91c8cfbef11b28d2ad5ec"/></dir><file name="cart.phtml" hash="b4d576b3dc1bd2e0623f97d405f75dba"/><dir name="onepage"><file name="link.phtml" hash="5dc65b59514b034c4af5a914134a9485"/><dir name="review"><file name="button.phtml" hash="08ced3ff77fe2a821291adfbfb550aed"/><file name="info.phtml" hash="77a6d7af2da26472343105ecf8673699"/></dir><file name="shipping.phtml" hash="b250285eefc4925f9bdb4b9d5f6c27f1"/></dir><file name="success.phtml" hash="10ac42a5bfc041f65228ea192081b6ab"/></dir><dir name="contacts"><file name="form.phtml" hash="232fc97e58720dd8d871b6047df5b01e"/></dir><dir name="customer"><dir name="account"><dir name="dashboard"><file name="address.phtml" hash="d39ddf7d3dea541b3c08bd1717356a9f"/><file name="info.phtml" hash="9a0afc6868754390a9eb66f470ddafc3"/></dir></dir><dir name="address"><file name="book.phtml" hash="cb8beb5f539e7b942ee1820a2f800251"/><file name="edit.phtml" hash="745bb83d3ced8fc996231288d1214e53"/></dir><dir name="form"><file name="edit.phtml" hash="dab5bb72d61cdcac15b9354ad54cefd7"/><file name="forgotpassword.phtml" hash="33d71a5f207dd942f14202d4cf915981"/><file name="newsletter.phtml" hash="6b49b91d1cb6a2182362b137bb00103a"/><file name="resetforgottenpassword.phtml" hash="930929e1d9d4a456a249ff3142386e14"/></dir><dir name="widget"><file name="name.phtml" hash="3aa7a542339bf2d64eddcb382ff85f45"/></dir></dir><dir name="downloadable"><dir name="checkout"><dir name="cart"><dir name="item"><file name="default.phtml" hash="fa89c8b5771bba0647d1fd5bd2291c8e"/></dir></dir></dir><dir name="customer"><dir name="products"><file name="list.phtml" hash="c4fd32f949134a09d46064f71b9c954d"/></dir></dir></dir><dir name="newsletter"><file name="subscribe.phtml" hash="80bcb1324ea096ae2f4b323e6a82ff05"/></dir><dir name="page"><file name="1column.phtml" hash="8f2578c19ae57f70ee3141d31f9f1a22"/><file name="2columns-left.phtml" hash="6ead24530145d1f7f9750b25dcf83d88"/><file name="2columns-right.phtml" hash="69012716b9e773a5357cc4be01159a4e"/><file name="3columns.phtml" hash="1fbf4e3a5c3bc3c6414bf28c9c57bc13"/><dir name="html"><file name="breadcrumbs.phtml" hash="c0cca53ff2cbca0747fd4b4a550767c8"/><file name="footer.phtml" hash="631c4e619218ae3f88a5f0d439e5f3ed"/><file name="head.phtml" hash="a066ec1b026adaae62ea2ffb72458c35"/><file name="header.phtml" hash="9869923683b65e0236e521127c607962"/><file name="pager.phtml" hash="4a0ab1625bcaecb146da8bd94f19d917"/><file name="topmenu.phtml" hash="a3313934f27dd0a885e5374a08082460"/></dir><dir name="switch"><file name="languages.phtml" hash="e5fe88f43510dae0c3b6d041613b508f"/></dir><dir name="template"><file name="links.phtml" hash="7a60ff97b7a3b4f233cda603993a9b52"/></dir></dir><dir name="persistent"><dir name="checkout"><dir name="onepage"><file name="billing.phtml" hash="f26b21cac8c142ba35ded5b08cdd6f05"/><file name="login.phtml" hash="7122df5630b7437e4da4e2c8713a8efd"/></dir></dir><dir name="customer"><dir name="form"><file name="login.phtml" hash="094bd6f48256243281e4152b487a8510"/><file name="register.phtml" hash="4fb1808b870414a32b71b65b83dc5605"/></dir></dir></dir><dir name="poll"><file name="active.phtml" hash="cbaa4cf06b173ab28a5879e76016ca5e"/></dir><dir name="review"><file name="form.phtml" hash="184175fb22afaacfcd588aabf6380c74"/><dir name="helper"><file name="summary.phtml" hash="ea30e9f48a4fa4643c47e52a2e63881a"/></dir></dir><dir name="sales"><dir name="guest"><file name="form.phtml" hash="3a8f1de79b1e226d8a48d9ea1006625e"/></dir><dir name="order"><file name="history.phtml" hash="9fd12e237a9d991e69c0c7a6a8e5dd84"/><file name="info.phtml" hash="8dfda74e14c78f05edae029b174aa7b6"/><file name="recent.phtml" hash="43f16dbcfad82ee7ae055a897a277824"/></dir><dir name="reorder"><file name="sidebar.phtml" hash="3183a9cf029313d803990083201f8636"/></dir></dir><dir name="tag"><file name="list.phtml" hash="9bfb661f1323fff54a0b9b507d18f85a"/></dir><dir name="tvtheme"><file name="cssconfig.phtml" hash="ba726d37c15668ca0da80ad63d1f31b1"/><file name="networkshare.phtml" hash="b9a7dbfbbf197508d8642332c9936e73"/><file name="scroll-up.phtml" hash="e271affba498c05ae7b7e582d4eb5297"/></dir><dir name="wishlist"><dir name="button"><file name="share.phtml" hash="cbcdee03ca80bf30c9c281f27c18a705"/><file name="tocart.phtml" hash="c4abc4a86cf3e939b6a6625985b37b32"/><file name="update.phtml" hash="ac22c73383aeebb8ab9621d009b354a1"/></dir><dir name="item"><dir name="column"><file name="cart.phtml" hash="68cb9103433c18123348e5584438fe03"/><file name="image.phtml" hash="6c01f5e8e925ac7224c1ecb9f7ddcb3b"/><file name="info.phtml" hash="014767f1334d5d9d73f2afaab104374e"/><file name="remove.phtml" hash="09cbe88cb373ccb9a61a5c76781abfbf"/></dir><file name="list.phtml" hash="55cdcb13a576b84498af79347dffc796"/></dir><file name="sidebar.phtml" hash="962f4fb81d680bbd6b236b200c7d317b"/></dir></dir><dir name="layout"><file name="catalog.xml" hash="233f3a9b63b29f9675563208dcff0ed8"/><file name="catalogsearch.xml" hash="79d5265c20a14cbe23c527bca59888e2"/><file name="checkout.xml" hash="ebd8515f1888b36fc6545d4f3896d17f"/><file name="cms.xml" hash="f05747c9355b79a501a67b4ccae31c0d"/><file name="customer.xml" hash="324d65d83265f8cba0714fa6f3517f9d"/><file name="newsletter.xml" hash="4c650fa3ee0f1f1610504de5fd1ad3b4"/><file name="page.xml" hash="ff25860abae207dff824fcaf7b7f82f8"/><file name="paypal.xml" hash="6a17412a18ec4b860090f8fe31676b58"/></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="responsive"><dir name="layout"><file name="colorpicker.xml" hash="a7e0375e1a9c6715ef7955157202a6d3"/></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="default"><dir name="responsive"><dir name="css"><file name="responsive.css" hash="40ffd32b789d8c06d48d804fbf77f294"/><file name="styles.css" hash="87fd8a14ec7648bf2137196cd75dde66"/></dir><dir name="images"><file name="bkg_rating.gif" hash="0a8777c815350ddf1e316a537ad0c335"/><file name="free_shipping_callout.jpg" hash="476fc754dbcdd6a4259a885c5fcf307e"/><file name="home_main_callout.jpg" hash="0bb666dad9749423d4e8da6cd46467ac"/><file name="ph_callout_left_top.gif" hash="0f459871d68b62dd3252de29188199cf"/></dir><dir name="js"><dir name="lazyload"><file name="jquery.lazyload.min.js" hash="89c45121934ed4664ff3ca811a008226"/><file name="load.lazyscript.js" hash="7d9eed85f2422c692e4b39263dd18683"/></dir></dir></dir></dir></dir></target><target name="mage"><dir name="js"><dir name="prototype"><file name="prototype_bootstrap.js" hash="3fcb2fb515a2b67ee70fe53afbd2775f"/></dir></dir></target></contents>
17
  <compatible/>
18
  <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
19
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>responsive</name>
4
+ <version>0.1.6</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>Responsive theme for Magento Community</summary>
10
  <description>Responsive theme for Magento Community</description>
11
+ <notes>- Attribute in config&#xD;
12
  </notes>
13
  <authors><author><name>tony vu</name><user>vuductrung</user><email>vuductrung2003@gmail.com</email></author></authors>
14
+ <date>2014-03-28</date>
15
+ <time>22:39:40</time>
16
+ <contents><target name="magelocal"><dir name="Tvcom"><dir name="Catalog"><dir name="Block"><dir name="Product"><dir name="List"><file name="Toolbar.php" hash="e61a22e4b79d685c4f4526cb6e26fd72"/></dir></dir></dir><dir name="etc"><file name="config.xml" hash="35847847fa734d329dab80caecd34bdb"/></dir></dir><dir name="Checkout"><dir name="Block"><file name="Links.php" hash="834fd8bccc5addc9e064cb41999b1953"/></dir><dir name="etc"><file name="config.xml" hash="0f64ed1b38d6c042c971232bb9a4dc32"/></dir></dir><dir name="Page"><dir name="Block"><dir name="Html"><file name="Topmenu.php" hash="2791cf29aa19226e538a8ad38984c3dc"/><file name="Welcome.php" hash="b1cd77ea53caa2e3473a1dcaceded2ec"/></dir></dir><dir name="etc"><file name="config.xml" hash="0564cbbf86e324a4d877856167874e03"/></dir></dir><dir name="Themecustom"><dir name="Helper"><file name="Data.php" hash="07559e4fa8223efcb10bd0795458c765"/></dir><dir name="Model"><file name="Custom.php" hash="bff5f52f606c33ada097641e6e2970bf"/><dir name="Option"><file name="Footerlayout.php" hash="090b0ae1f016d981cf94865ec9be41b0"/><file name="Narbar.php" hash="35f4c30272e466a31d81efca71f73ab8"/><file name="Repeat.php" hash="b1f08bac80e215209e45fe8456b964f8"/></dir></dir><dir name="etc"><file name="config.xml" hash="db7138914a67c69ed0f00942bbaf104e"/><file name="system.xml" hash="6efe7bed8c58822f2438c3578e8124a4"/></dir></dir><dir name="Wishlist"><dir name="Block"><file name="Links.php" hash="cce4090698606febae140553a9669c17"/></dir><dir name="etc"><file name="config.xml" hash="34a7946e942d408b5b0eef07d9511264"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Tvcom_Page.xml" hash="6eb34161b3a13e001b1af7dea977f484"/><file name="Tvcom_Themecustom.xml" hash="742cda5cce51b8cb0cfebfe3075a06d9"/><file name="Tvcom_Checkout.xml" hash="ba2345c0bb1a258ef97e46c6ba64f961"/><file name="Tvcom_Wishlist.xml" hash="c77ddf27ba8becaa3054118f32dc4dd7"/><file name="Tvcom_Catalog.xml" hash="75b972b51f4aade7f27042109f904b9d"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="responsive"><dir name="template"><dir name="bundle"><dir name="catalog"><dir name="product"><dir name="view"><dir name="type"><dir name="bundle"><dir name="option"><file name="checkbox.phtml" hash="dee3002492adc119a59e3248c81f51a6"/><file name="radio.phtml" hash="c5048ab31279a6bda1b16999b0f8b506"/></dir></dir></dir></dir></dir></dir></dir><dir name="catalog"><dir name="category"><file name="view.phtml" hash="9e3e85a334e42279bf4bc503c9182737"/></dir><dir name="layer"><file name="state.phtml" hash="214203502bb82c114adbf9922611ec12"/></dir><dir name="product"><dir name="compare"><file name="sidebar.phtml" hash="6add573c5b0da1b80d0051c7d9c23cbb"/></dir><dir name="list"><file name="toolbar.phtml" hash="4257c5a76b7cf72ea65ed019c85661e5"/><file name="upsell.phtml" hash="5230d7294058085d07c4423cae0b9108"/></dir><file name="list.phtml" hash="695fe3b0d85144b0b9016c217aead08c"/><dir name="view"><file name="addto.phtml" hash="d84144cbb6b1d14c2039c3388ab8d7b8"/><file name="attributes.phtml" hash="069cfe613294d042a930865d24f8d1ce"/><file name="media.phtml" hash="1be8f4ea6e54f9a97e220f28931c4f50"/></dir><file name="view.phtml" hash="22bdbd648cebdc15fc130fecd02270f2"/></dir></dir><dir name="catalogsearch"><dir name="advanced"><file name="form.phtml" hash="da5a91141a34f6dab2f60ec72de0cd12"/></dir><file name="form.mini.phtml" hash="efbd0ea4fdbb6c5c2bbf12ea520e2302"/></dir><dir name="checkout"><dir name="cart"><file name="coupon.phtml" hash="3c8d5da75a8b74a0b65237398a31faa1"/><file name="crosssell.phtml" hash="1700a70387393e29eddd97c6e96c6b10"/><dir name="item"><file name="default.phtml" hash="982a6b6f9889db37d04c8c77330e8cf4"/></dir><file name="shipping.phtml" hash="c985cdf397a55cc3bffa62d7f381a4a8"/><dir name="sidebar"><file name="default.phtml" hash="5b64bb75c39984829140dd7265025d75"/></dir><file name="sidebar.phtml" hash="9a14973934e91c8cfbef11b28d2ad5ec"/></dir><file name="cart.phtml" hash="b4d576b3dc1bd2e0623f97d405f75dba"/><dir name="onepage"><file name="link.phtml" hash="5dc65b59514b034c4af5a914134a9485"/><dir name="review"><file name="button.phtml" hash="08ced3ff77fe2a821291adfbfb550aed"/><file name="info.phtml" hash="77a6d7af2da26472343105ecf8673699"/></dir><file name="shipping.phtml" hash="b250285eefc4925f9bdb4b9d5f6c27f1"/></dir><file name="success.phtml" hash="10ac42a5bfc041f65228ea192081b6ab"/></dir><dir name="contacts"><file name="form.phtml" hash="232fc97e58720dd8d871b6047df5b01e"/></dir><dir name="customer"><dir name="account"><dir name="dashboard"><file name="address.phtml" hash="d39ddf7d3dea541b3c08bd1717356a9f"/><file name="info.phtml" hash="9a0afc6868754390a9eb66f470ddafc3"/></dir></dir><dir name="address"><file name="book.phtml" hash="cb8beb5f539e7b942ee1820a2f800251"/><file name="edit.phtml" hash="745bb83d3ced8fc996231288d1214e53"/></dir><dir name="form"><file name="edit.phtml" hash="dab5bb72d61cdcac15b9354ad54cefd7"/><file name="forgotpassword.phtml" hash="33d71a5f207dd942f14202d4cf915981"/><file name="newsletter.phtml" hash="6b49b91d1cb6a2182362b137bb00103a"/><file name="resetforgottenpassword.phtml" hash="930929e1d9d4a456a249ff3142386e14"/></dir><dir name="widget"><file name="name.phtml" hash="3aa7a542339bf2d64eddcb382ff85f45"/></dir></dir><dir name="downloadable"><dir name="checkout"><dir name="cart"><dir name="item"><file name="default.phtml" hash="fa89c8b5771bba0647d1fd5bd2291c8e"/></dir></dir></dir><dir name="customer"><dir name="products"><file name="list.phtml" hash="c4fd32f949134a09d46064f71b9c954d"/></dir></dir></dir><dir name="newsletter"><file name="subscribe.phtml" hash="80bcb1324ea096ae2f4b323e6a82ff05"/></dir><dir name="page"><file name="1column.phtml" hash="8f2578c19ae57f70ee3141d31f9f1a22"/><file name="2columns-left.phtml" hash="6ead24530145d1f7f9750b25dcf83d88"/><file name="2columns-right.phtml" hash="69012716b9e773a5357cc4be01159a4e"/><file name="3columns.phtml" hash="1fbf4e3a5c3bc3c6414bf28c9c57bc13"/><dir name="html"><file name="breadcrumbs.phtml" hash="c0cca53ff2cbca0747fd4b4a550767c8"/><file name="footer.phtml" hash="49507f2b10542ed5905184973c32f23c"/><file name="head.phtml" hash="a066ec1b026adaae62ea2ffb72458c35"/><file name="header.phtml" hash="b01940b2fd3b0a9aead59f5cce0e5b3a"/><file name="pager.phtml" hash="4a0ab1625bcaecb146da8bd94f19d917"/><file name="topmenu.phtml" hash="a3313934f27dd0a885e5374a08082460"/></dir><dir name="switch"><file name="languages.phtml" hash="e5fe88f43510dae0c3b6d041613b508f"/></dir><dir name="template"><file name="links.phtml" hash="7a60ff97b7a3b4f233cda603993a9b52"/></dir></dir><dir name="payment"><dir name="form"><file name="ccsave.phtml" hash="a805914290f553f9890295b01a06cb37"/><file name="purchaseorder.phtml" hash="cc6f08fdd01ccf5582cd56a59707fe2b"/></dir></dir><dir name="persistent"><dir name="checkout"><dir name="onepage"><file name="billing.phtml" hash="9946fbef5ca93b4452b5a0efc43c8b57"/><file name="login.phtml" hash="7122df5630b7437e4da4e2c8713a8efd"/></dir></dir><dir name="customer"><dir name="form"><file name="login.phtml" hash="094bd6f48256243281e4152b487a8510"/><file name="register.phtml" hash="4fb1808b870414a32b71b65b83dc5605"/></dir></dir></dir><dir name="poll"><file name="active.phtml" hash="cbaa4cf06b173ab28a5879e76016ca5e"/></dir><dir name="review"><file name="form.phtml" hash="184175fb22afaacfcd588aabf6380c74"/><dir name="helper"><file name="summary.phtml" hash="ea30e9f48a4fa4643c47e52a2e63881a"/></dir></dir><dir name="sales"><dir name="guest"><file name="form.phtml" hash="3a8f1de79b1e226d8a48d9ea1006625e"/></dir><dir name="order"><file name="history.phtml" hash="9fd12e237a9d991e69c0c7a6a8e5dd84"/><file name="info.phtml" hash="8dfda74e14c78f05edae029b174aa7b6"/><file name="recent.phtml" hash="43f16dbcfad82ee7ae055a897a277824"/></dir><dir name="reorder"><file name="sidebar.phtml" hash="3183a9cf029313d803990083201f8636"/></dir></dir><dir name="tag"><file name="list.phtml" hash="9bfb661f1323fff54a0b9b507d18f85a"/></dir><dir name="tvtheme"><file name="cssconfig.phtml" hash="ba32f5e3beba6cc44ba79e2c1327c46e"/><file name="networkshare.phtml" hash="d8a2c01e3ace5ad2cbccdfd31ec76f06"/><file name="scroll-up.phtml" hash="e271affba498c05ae7b7e582d4eb5297"/></dir><dir name="wishlist"><dir name="button"><file name="share.phtml" hash="cbcdee03ca80bf30c9c281f27c18a705"/><file name="tocart.phtml" hash="c4abc4a86cf3e939b6a6625985b37b32"/><file name="update.phtml" hash="ac22c73383aeebb8ab9621d009b354a1"/></dir><dir name="item"><dir name="column"><file name="cart.phtml" hash="68cb9103433c18123348e5584438fe03"/><file name="image.phtml" hash="6c01f5e8e925ac7224c1ecb9f7ddcb3b"/><file name="info.phtml" hash="014767f1334d5d9d73f2afaab104374e"/><file name="remove.phtml" hash="09cbe88cb373ccb9a61a5c76781abfbf"/></dir><file name="list.phtml" hash="55cdcb13a576b84498af79347dffc796"/></dir><file name="sidebar.phtml" hash="962f4fb81d680bbd6b236b200c7d317b"/></dir></dir><dir name="layout"><file name="catalog.xml" hash="233f3a9b63b29f9675563208dcff0ed8"/><file name="catalogsearch.xml" hash="79d5265c20a14cbe23c527bca59888e2"/><file name="checkout.xml" hash="ebd8515f1888b36fc6545d4f3896d17f"/><file name="cms.xml" hash="f05747c9355b79a501a67b4ccae31c0d"/><file name="customer.xml" hash="324d65d83265f8cba0714fa6f3517f9d"/><file name="newsletter.xml" hash="4c650fa3ee0f1f1610504de5fd1ad3b4"/><file name="page.xml" hash="ff25860abae207dff824fcaf7b7f82f8"/><file name="paypal.xml" hash="6a17412a18ec4b860090f8fe31676b58"/></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="responsive"><dir name="layout"><file name="colorpicker.xml" hash="a7e0375e1a9c6715ef7955157202a6d3"/></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="default"><dir name="responsive"><dir name="css"><file name="responsive.css" hash="cf5d12bec4e25018e9682d50e0cc1fde"/><file name="styles.css" hash="2f1703361637bcf89678780242ab3200"/></dir><dir name="images"><file name="bkg_rating.gif" hash="0a8777c815350ddf1e316a537ad0c335"/><file name="free_shipping_callout.jpg" hash="476fc754dbcdd6a4259a885c5fcf307e"/><file name="home_main_callout.jpg" hash="0bb666dad9749423d4e8da6cd46467ac"/><file name="ph_callout_left_top.gif" hash="0f459871d68b62dd3252de29188199cf"/></dir><dir name="js"><dir name="lazyload"><file name="jquery.lazyload.min.js" hash="89c45121934ed4664ff3ca811a008226"/><file name="load.lazyscript.js" hash="7d9eed85f2422c692e4b39263dd18683"/></dir></dir></dir></dir></dir></target><target name="mage"><dir name="js"><dir name="prototype"><file name="prototype_bootstrap.js" hash="3fcb2fb515a2b67ee70fe53afbd2775f"/></dir></dir></target></contents>
17
  <compatible/>
18
  <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
19
  </package>
skin/frontend/default/responsive/css/responsive.css CHANGED
@@ -99,7 +99,7 @@
99
  @media (max-width: 480px) {
100
 
101
  /* catalog category */
102
- .block-subscribe, .block-compare, .block-poll, .block-viewed, .paypal-logo, .block-wishlist{display: none}
103
  .col-main .category-image{display: none}
104
 
105
  /* catalog product view */
@@ -119,5 +119,5 @@
119
  #product-review-table th{padding: 3px}
120
  #product-review-table input[type="radio"]{margin:0; }
121
 
122
-
123
  }
99
  @media (max-width: 480px) {
100
 
101
  /* catalog category */
102
+ .block-compare, .block-poll, .block-viewed, .paypal-logo, .block-wishlist{display: none}
103
  .col-main .category-image{display: none}
104
 
105
  /* catalog product view */
119
  #product-review-table th{padding: 3px}
120
  #product-review-table input[type="radio"]{margin:0; }
121
 
122
+ .usp .icon{display: none}
123
  }
skin/frontend/default/responsive/css/styles.css CHANGED
@@ -1263,8 +1263,8 @@ tr.summary-details-excluded { font-style:italic; }
1263
  .sp-methods .price { font-weight:bold; }
1264
  .sp-methods .form-list { padding-left:20px; }
1265
  .sp-methods .form-list li { margin:0 0 8px; }
1266
- .sp-methods select.month { width:154px; margin-right:10px; }
1267
- .sp-methods select.year { width:96px; }
1268
  .sp-methods input.cvv { width:3em !important; }
1269
 
1270
  .sp-methods .checkmo-list li { margin:0 0 5px; }
@@ -1845,7 +1845,7 @@ tr.summary-details-excluded { font-style:italic; }
1845
 
1846
  /* social network block */
1847
  #divnetworkshare{margin-bottom: 10px; }
1848
-
1849
 
1850
  /* popup cart page */
1851
  #popupcart{position: absolute; right: 0; z-index: 2; margin: 25px 14px 0px 0px; background:#fff; text-align: left; display: none; width: 250px}
1263
  .sp-methods .price { font-weight:bold; }
1264
  .sp-methods .form-list { padding-left:20px; }
1265
  .sp-methods .form-list li { margin:0 0 8px; }
1266
+ /*.sp-methods select.month { width:154px; margin-right:10px; }*/
1267
+ /*.sp-methods select.year { width:96px; }*/
1268
  .sp-methods input.cvv { width:3em !important; }
1269
 
1270
  .sp-methods .checkmo-list li { margin:0 0 5px; }
1845
 
1846
  /* social network block */
1847
  #divnetworkshare{margin-bottom: 10px; }
1848
+ #divnetworkshare i{margin-right: 5px}
1849
 
1850
  /* popup cart page */
1851
  #popupcart{position: absolute; right: 0; z-index: 2; margin: 25px 14px 0px 0px; background:#fff; text-align: left; display: none; width: 250px}