Version Notes
fix : Parse error: syntax error, unexpected end of file in C:\xampp\htdocs\magento1810window\app\design\frontend\default\responsive\template\page\html\topmenu.phtml on line 64
Download this release
Release Info
Developer | tony vu |
Extension | responsive |
Version | 0.1.1 |
Comparing to | |
See all releases |
Code changes from version 0.1.0 to 0.1.1
- app/code/local/Tvcom/Themecustom/etc/system.xml +28 -8
- app/design/frontend/default/responsive/template/customer/form/resetforgottenpassword.phtml +57 -0
- app/design/frontend/default/responsive/template/page/html/topmenu.phtml +1 -1
- package.xml +5 -5
- skin/frontend/default/responsive/css/styles.php +9 -5
app/code/local/Tvcom/Themecustom/etc/system.xml
CHANGED
@@ -309,10 +309,20 @@
|
|
309 |
<comment><![CDATA[Example: https://www.youtube.com/user/username]]></comment>
|
310 |
</youtube>
|
311 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
312 |
<link translate="label">
|
313 |
<label><![CDATA[<span style="color:red">a link</span>]]></label>
|
314 |
<frontend_type>label</frontend_type>
|
315 |
-
<sort_order>
|
316 |
<show_in_default>1</show_in_default>
|
317 |
<show_in_website>1</show_in_website>
|
318 |
<show_in_store>1</show_in_store>
|
@@ -322,7 +332,7 @@
|
|
322 |
<label>Color</label>
|
323 |
<frontend_type>text</frontend_type>
|
324 |
<validate>color</validate>
|
325 |
-
<sort_order>
|
326 |
<show_in_default>1</show_in_default>
|
327 |
<show_in_website>1</show_in_website>
|
328 |
<show_in_store>1</show_in_store>
|
@@ -331,7 +341,7 @@
|
|
331 |
<link_size> <!-- header link color -->
|
332 |
<label>Font size</label>
|
333 |
<frontend_type>text</frontend_type>
|
334 |
-
<sort_order>
|
335 |
<show_in_default>1</show_in_default>
|
336 |
<show_in_website>1</show_in_website>
|
337 |
<show_in_store>1</show_in_store>
|
@@ -341,7 +351,7 @@
|
|
341 |
<text translate="label"> <!-- text style -->
|
342 |
<label><![CDATA[<span style="color:red">text</span>]]></label>
|
343 |
<frontend_type>label</frontend_type>
|
344 |
-
<sort_order>
|
345 |
<show_in_default>1</show_in_default>
|
346 |
<show_in_website>1</show_in_website>
|
347 |
<show_in_store>1</show_in_store>
|
@@ -351,7 +361,7 @@
|
|
351 |
<label>color</label>
|
352 |
<frontend_type>text</frontend_type>
|
353 |
<validate>color</validate>
|
354 |
-
<sort_order>
|
355 |
<show_in_default>1</show_in_default>
|
356 |
<show_in_website>1</show_in_website>
|
357 |
<show_in_store>1</show_in_store>
|
@@ -360,7 +370,7 @@
|
|
360 |
<text_size> <!-- footer link color -->
|
361 |
<label>font size</label>
|
362 |
<frontend_type>text</frontend_type>
|
363 |
-
<sort_order>
|
364 |
<show_in_default>1</show_in_default>
|
365 |
<show_in_website>1</show_in_website>
|
366 |
<show_in_store>1</show_in_store>
|
@@ -439,6 +449,16 @@
|
|
439 |
<show_in_website>1</show_in_website>
|
440 |
<show_in_store>0</show_in_store>
|
441 |
<fields>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
442 |
<link translate="label">
|
443 |
<label><![CDATA[<span style="color:red">a link</span>]]></label>
|
444 |
<frontend_type>label</frontend_type>
|
@@ -497,14 +517,14 @@
|
|
497 |
<comment>If empty, It will take the default font size</comment>
|
498 |
</text_size>
|
499 |
|
500 |
-
<
|
501 |
<label><![CDATA[<span style="color:red">line</span>]]></label>
|
502 |
<frontend_type>label</frontend_type>
|
503 |
<sort_order>7</sort_order>
|
504 |
<show_in_default>1</show_in_default>
|
505 |
<show_in_website>1</show_in_website>
|
506 |
<show_in_store>1</show_in_store>
|
507 |
-
</
|
508 |
|
509 |
<line_color> <!-- line color -->
|
510 |
<label>color</label>
|
309 |
<comment><![CDATA[Example: https://www.youtube.com/user/username]]></comment>
|
310 |
</youtube>
|
311 |
|
312 |
+
<bgcolor translate="label"> <!-- header background color -->
|
313 |
+
<label>Background color</label>
|
314 |
+
<frontend_type>text</frontend_type>
|
315 |
+
<validate>color</validate>
|
316 |
+
<sort_order>8</sort_order>
|
317 |
+
<show_in_default>1</show_in_default>
|
318 |
+
<show_in_website>1</show_in_website>
|
319 |
+
<show_in_store>1</show_in_store>
|
320 |
+
</bgcolor>
|
321 |
+
|
322 |
<link translate="label">
|
323 |
<label><![CDATA[<span style="color:red">a link</span>]]></label>
|
324 |
<frontend_type>label</frontend_type>
|
325 |
+
<sort_order>9</sort_order>
|
326 |
<show_in_default>1</show_in_default>
|
327 |
<show_in_website>1</show_in_website>
|
328 |
<show_in_store>1</show_in_store>
|
332 |
<label>Color</label>
|
333 |
<frontend_type>text</frontend_type>
|
334 |
<validate>color</validate>
|
335 |
+
<sort_order>10</sort_order>
|
336 |
<show_in_default>1</show_in_default>
|
337 |
<show_in_website>1</show_in_website>
|
338 |
<show_in_store>1</show_in_store>
|
341 |
<link_size> <!-- header link color -->
|
342 |
<label>Font size</label>
|
343 |
<frontend_type>text</frontend_type>
|
344 |
+
<sort_order>11</sort_order>
|
345 |
<show_in_default>1</show_in_default>
|
346 |
<show_in_website>1</show_in_website>
|
347 |
<show_in_store>1</show_in_store>
|
351 |
<text translate="label"> <!-- text style -->
|
352 |
<label><![CDATA[<span style="color:red">text</span>]]></label>
|
353 |
<frontend_type>label</frontend_type>
|
354 |
+
<sort_order>12</sort_order>
|
355 |
<show_in_default>1</show_in_default>
|
356 |
<show_in_website>1</show_in_website>
|
357 |
<show_in_store>1</show_in_store>
|
361 |
<label>color</label>
|
362 |
<frontend_type>text</frontend_type>
|
363 |
<validate>color</validate>
|
364 |
+
<sort_order>13</sort_order>
|
365 |
<show_in_default>1</show_in_default>
|
366 |
<show_in_website>1</show_in_website>
|
367 |
<show_in_store>1</show_in_store>
|
370 |
<text_size> <!-- footer link color -->
|
371 |
<label>font size</label>
|
372 |
<frontend_type>text</frontend_type>
|
373 |
+
<sort_order>14</sort_order>
|
374 |
<show_in_default>1</show_in_default>
|
375 |
<show_in_website>1</show_in_website>
|
376 |
<show_in_store>1</show_in_store>
|
449 |
<show_in_website>1</show_in_website>
|
450 |
<show_in_store>0</show_in_store>
|
451 |
<fields>
|
452 |
+
<bgcolor translate="label">
|
453 |
+
<label>Background color</label>
|
454 |
+
<frontend_type>text</frontend_type>
|
455 |
+
<validate>color</validate>
|
456 |
+
<sort_order>0</sort_order>
|
457 |
+
<show_in_default>1</show_in_default>
|
458 |
+
<show_in_website>1</show_in_website>
|
459 |
+
<show_in_store>1</show_in_store>
|
460 |
+
</bgcolor>
|
461 |
+
|
462 |
<link translate="label">
|
463 |
<label><![CDATA[<span style="color:red">a link</span>]]></label>
|
464 |
<frontend_type>label</frontend_type>
|
517 |
<comment>If empty, It will take the default font size</comment>
|
518 |
</text_size>
|
519 |
|
520 |
+
<line translate="label"> <!-- line style -->
|
521 |
<label><![CDATA[<span style="color:red">line</span>]]></label>
|
522 |
<frontend_type>label</frontend_type>
|
523 |
<sort_order>7</sort_order>
|
524 |
<show_in_default>1</show_in_default>
|
525 |
<show_in_website>1</show_in_website>
|
526 |
<show_in_store>1</show_in_store>
|
527 |
+
</line>
|
528 |
|
529 |
<line_color> <!-- line color -->
|
530 |
<label>color</label>
|
app/design/frontend/default/responsive/template/customer/form/resetforgottenpassword.phtml
ADDED
@@ -0,0 +1,57 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
<div class="page-title">
|
28 |
+
<h1><?php echo $this->__('Reset a Password'); ?></h1>
|
29 |
+
</div>
|
30 |
+
<?php echo $this->getMessagesBlock()->getGroupedHtml(); ?>
|
31 |
+
<form action="<?php echo $this->getUrl('*/*/resetpasswordpost', array('_query' => array('id' => $this->getCustomerId(), 'token' => $this->getResetPasswordLinkToken()))); ?>" method="post" id="form-validate">
|
32 |
+
<div class="fieldset">
|
33 |
+
<ul class="form-list">
|
34 |
+
<li class="fields">
|
35 |
+
<div class="field">
|
36 |
+
<div class="input-box">
|
37 |
+
<input type="password" class="input-text required-entry validate-password form-control" name="password" id="password" placeholder="New Password"/>
|
38 |
+
</div>
|
39 |
+
</div>
|
40 |
+
<br/>
|
41 |
+
<div class="field">
|
42 |
+
<div class="input-box">
|
43 |
+
<input type="password" class="input-text required-entry validate-cpassword form-control" name="confirmation" id="confirmation" placeholder="Confirm New Password"/>
|
44 |
+
</div>
|
45 |
+
</li>
|
46 |
+
</ul>
|
47 |
+
</div>
|
48 |
+
<div class="buttons-set">
|
49 |
+
<p class="required"><?php echo $this->__('* Required Fields'); ?></p>
|
50 |
+
<button type="submit" title="<?php echo $this->__('Reset a Password'); ?>" class="button btn btn-default"><?php echo $this->__('Reset a Password'); ?></button>
|
51 |
+
</div>
|
52 |
+
</form>
|
53 |
+
<script type="text/javascript">
|
54 |
+
/*<![CDATA[*/
|
55 |
+
var dataForm = new VarienForm('form-validate', true);
|
56 |
+
/*]]>*/
|
57 |
+
</script>
|
app/design/frontend/default/responsive/template/page/html/topmenu.phtml
CHANGED
@@ -53,7 +53,7 @@
|
|
53 |
<a class="navbar-brand" href="<?php echo $this->getBaseUrl(); ?>"><img height="50px" src="<?php echo Mage::getBaseUrl(Mage_Core_Model_Store::URL_TYPE_MEDIA) . 'logo/' . Mage::getStoreConfig('setting/header/logo') ?>" alt="<?php echo Mage::getStoreConfig('setting/header/logoalt') ?>"></a>
|
54 |
<?php else: ?>
|
55 |
<a class="navbar-brand" href="<?php echo $this->getBaseUrl(); ?>">freemarket</a>
|
56 |
-
<?endif; ?>
|
57 |
</div>
|
58 |
<div class="nav-container collapse navbar-collapse" id="bs-example-navbar-collapse-1">
|
59 |
<ul id="nav" class="nav navbar-nav">
|
53 |
<a class="navbar-brand" href="<?php echo $this->getBaseUrl(); ?>"><img height="50px" src="<?php echo Mage::getBaseUrl(Mage_Core_Model_Store::URL_TYPE_MEDIA) . 'logo/' . Mage::getStoreConfig('setting/header/logo') ?>" alt="<?php echo Mage::getStoreConfig('setting/header/logoalt') ?>"></a>
|
54 |
<?php else: ?>
|
55 |
<a class="navbar-brand" href="<?php echo $this->getBaseUrl(); ?>">freemarket</a>
|
56 |
+
<?php endif; ?>
|
57 |
</div>
|
58 |
<div class="nav-container collapse navbar-collapse" id="bs-example-navbar-collapse-1">
|
59 |
<ul id="nav" class="nav navbar-nav">
|
package.xml
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>responsive</name>
|
4 |
-
<version>0.1.
|
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>
|
12 |
<authors><author><name>tony vu</name><user>vuductrung</user><email>vuductrung2003@gmail.com</email></author></authors>
|
13 |
-
<date>2014-01-
|
14 |
-
<time>
|
15 |
-
<contents><target name="magelocal"><dir name="Tvcom"><dir name="Page"><dir name="Block"><dir name="Html"><file name="Topmenu.php" hash="2791cf29aa19226e538a8ad38984c3dc"/></dir></dir><dir name="etc"><file name="config.xml" hash="b44a7f3ece8afeb85ddb3a8d4e1ea692"/></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="
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>responsive</name>
|
4 |
+
<version>0.1.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>Responsive theme for Magento Community</summary>
|
10 |
<description>Responsive theme for Magento Community</description>
|
11 |
+
<notes>fix : Parse error: syntax error, unexpected end of file in C:\xampp\htdocs\magento1810window\app\design\frontend\default\responsive\template\page\html\topmenu.phtml on line 64</notes>
|
12 |
<authors><author><name>tony vu</name><user>vuductrung</user><email>vuductrung2003@gmail.com</email></author></authors>
|
13 |
+
<date>2014-01-29</date>
|
14 |
+
<time>06:58:03</time>
|
15 |
+
<contents><target name="magelocal"><dir name="Tvcom"><dir name="Page"><dir name="Block"><dir name="Html"><file name="Topmenu.php" hash="2791cf29aa19226e538a8ad38984c3dc"/></dir></dir><dir name="etc"><file name="config.xml" hash="b44a7f3ece8afeb85ddb3a8d4e1ea692"/></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="c9158eec176a2c755f72ee7518af9f1b"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Tvcom_Page.xml" hash="6eb34161b3a13e001b1af7dea977f484"/><file name="Tvcom_Themecustom.xml" hash="742cda5cce51b8cb0cfebfe3075a06d9"/></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="dddbd500bce95df7e9422f9d2386ff47"/><file name="radio.phtml" hash="1028b2df56b8b34f9df9e1bfa01ac3bc"/></dir></dir></dir></dir></dir></dir></dir><dir name="catalog"><dir name="category"><file name="view.phtml" hash="cceafbc47607415df40308f862f34df0"/></dir><dir name="layer"><file name="state.phtml" hash="214203502bb82c114adbf9922611ec12"/></dir><dir name="product"><dir name="compare"><file name="sidebar.phtml" hash="615efb37c43f4e6099dc4c869ea70d22"/></dir><dir name="list"><file name="toolbar.phtml" hash="5b54b231e59e1aeab6db818345d5ec83"/><file name="upsell.phtml" hash="dd53151b6b5cc8a97bfa1957370b5570"/></dir><file name="list.phtml" hash="5afa6ac1016aa199ec4d33aa96aeb19b"/><dir name="view"><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="c69a3ed9870612b53560daae21f461b4"/></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="5b209a14afb46dfdc35a4d8b9cd8a742"/></dir><dir name="customblock"><dir name="socialnetwork"><file name="networkshare.phtml" hash="7899986c90dbbddb55c62e0e7d274ea8"/></dir></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="2ab899d81183651eb86d1616c7e47dec"/></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="newsletter"><file name="subscribe.phtml" hash="5d09d74355d196f44024dfef9e9a7f49"/></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="69950f7471614541895d588ebb5ebd4c"/><file name="footer.phtml" hash="3658f16f6427c7746835c579481d0af5"/><file name="head.phtml" hash="ce81b1294a841d39929322b1798e750a"/><file name="header.phtml" hash="3c2ef79ad839ce7e809dee3c7a1fd923"/><file name="pager.phtml" hash="19bf607119a013bb4797c5182c3e0380"/><file name="topmenu.phtml" hash="77fc59b612f143237e5cd0f8d3277d15"/></dir><dir name="template"><file name="links.phtml" hash="00466dab494b53c8c764e38215876812"/></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><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="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="640975004551c7430aa338a8308a9b9c"/><file name="catalogsearch.xml" hash="e78dcf8c3211ec8a42252331087d1be1"/><file name="checkout.xml" hash="ebd8515f1888b36fc6545d4f3896d17f"/><file name="cms.xml" hash="2fa3d3d2ad2a56beef303c620f1b4c64"/><file name="page.xml" hash="3ef588c9f2288861def36dc69dfe2e09"/><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="c4e0e96c0fd81b01aaebed3f55f84f2e"/><file name="styles.css" hash="ffe1b3320e3ba74f627657079ee412a2"/><file name="styles.php" hash="665a2fe35b509c74d36ceb2c31cc6b4d"/></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></dir></dir></target><target name="mage"><dir name="js"><dir name="prototype"><file name="prototype_bootstrap.js" hash="3fcb2fb515a2b67ee70fe53afbd2775f"/></dir></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|
skin/frontend/default/responsive/css/styles.php
CHANGED
@@ -27,6 +27,7 @@
|
|
27 |
$textcolor = '#' . Mage::getStoreConfig('setting/themefont/textcolor');
|
28 |
|
29 |
/* header */
|
|
|
30 |
$header_link_color = '#' . Mage::getStoreConfig('setting/header/link_color');
|
31 |
$header_link_size = Mage::getStoreConfig('setting/header/link_size');
|
32 |
|
@@ -38,8 +39,10 @@
|
|
38 |
$container_bgpositionrepeat = Mage::getStoreConfig('setting/body/bgrepeat');
|
39 |
|
40 |
/* footer */
|
|
|
41 |
$footer_link_color = '#' . Mage::getStoreConfig('setting/footer/link_color');
|
42 |
$footer_link_size = Mage::getStoreConfig('setting/footer/link_size');
|
|
|
43 |
// get default size
|
44 |
if ($footer_link_size == ''){
|
45 |
$footer_link_size = $fontsize;
|
@@ -548,14 +551,14 @@ tr.summary-details-excluded { font-style:italic; }
|
|
548 |
|
549 |
/* Header ================================================================================ */
|
550 |
.logo { float:left; }
|
551 |
-
.header{padding: 15px 0}
|
552 |
-
|
553 |
/*.header { width:930px; margin:0 auto; padding:10px; text-align:right; position:relative; z-index:10; }*/
|
554 |
/*.header .logo { float:left; margin:3px 0 10px 12px; text-decoration:none !important; }*/
|
555 |
.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
|
556 |
/*.header h1.logo { margin:0; }*/
|
557 |
.header .quick-access { /*float:right; width:600px; padding:28px 10px 0 0; */}
|
558 |
-
.header .welcome-msg { margin-bottom:0; /*text-align:right; color:#
|
559 |
.header .welcome-msg a { color:#ebbc58; }
|
560 |
.header .form-search { /*position:absolute; top:0; right:29px; width:315px; height:30px; background:url(../images/bkg_form-search.gif) 0 0 no-repeat; padding:1px 0 0 16px; */}
|
561 |
.header .form-search label { float:left; width:24px; height:21px; text-align:left; text-indent:-999em; overflow:hidden; }
|
@@ -1258,6 +1261,7 @@ tr.summary-details-excluded { font-style:italic; }
|
|
1258 |
.cart .cart-collaterals .col2-set { /*float:left; width:605px; */}
|
1259 |
.cart .cart-collaterals .col2-set .col-2 { /*width:294px; */}
|
1260 |
.btncartgroup{margin-top:15px;}
|
|
|
1261 |
.cart .crosssell { border:1px solid #cec3b6; background:#fafaec; padding:12px 15px; }
|
1262 |
.cart .crosssell h2 { font-size:13px; font-weight:bold; }
|
1263 |
.cart .crosssell .product-image { float:left; width:75px; height:75px; border:1px solid #d0cdc9; }
|
@@ -1756,8 +1760,8 @@ tr.summary-details-excluded { font-style:italic; }
|
|
1756 |
|
1757 |
|
1758 |
/* Footer ================================================================================ */
|
1759 |
-
.footer-container {
|
1760 |
-
.footer { /*width:930px
|
1761 |
.footer .store-switcher { display:inline; margin:0 5px 0 0; color:#fff; }
|
1762 |
.footer .store-switcher label { font-weight:bold; vertical-align:middle; }
|
1763 |
.footer .store-switcher select { padding:0; vertical-align:middle; }
|
27 |
$textcolor = '#' . Mage::getStoreConfig('setting/themefont/textcolor');
|
28 |
|
29 |
/* header */
|
30 |
+
$header_bgcolor = '#' . Mage::getStoreConfig('setting/header/bgcolor');
|
31 |
$header_link_color = '#' . Mage::getStoreConfig('setting/header/link_color');
|
32 |
$header_link_size = Mage::getStoreConfig('setting/header/link_size');
|
33 |
|
39 |
$container_bgpositionrepeat = Mage::getStoreConfig('setting/body/bgrepeat');
|
40 |
|
41 |
/* footer */
|
42 |
+
$footer_bgcolor = '#' . Mage::getStoreConfig('setting/footer/bgcolor');
|
43 |
$footer_link_color = '#' . Mage::getStoreConfig('setting/footer/link_color');
|
44 |
$footer_link_size = Mage::getStoreConfig('setting/footer/link_size');
|
45 |
+
|
46 |
// get default size
|
47 |
if ($footer_link_size == ''){
|
48 |
$footer_link_size = $fontsize;
|
551 |
|
552 |
/* Header ================================================================================ */
|
553 |
.logo { float:left; }
|
554 |
+
.header{padding: 15px 0 7px 0; background: <?php echo $header_bgcolor ?>}
|
555 |
+
.header-container { margin-bottom:10px; /*border-top:5px solid #0d2131; border-bottom:1px solid #415966; background:url(../images/bkg_header.jpg) 50% 0 repeat; */ }
|
556 |
/*.header { width:930px; margin:0 auto; padding:10px; text-align:right; position:relative; z-index:10; }*/
|
557 |
/*.header .logo { float:left; margin:3px 0 10px 12px; text-decoration:none !important; }*/
|
558 |
.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
|
559 |
/*.header h1.logo { margin:0; }*/
|
560 |
.header .quick-access { /*float:right; width:600px; padding:28px 10px 0 0; */}
|
561 |
+
.header .welcome-msg { margin-bottom:0; /*text-align:right; */ color:#e26703; }
|
562 |
.header .welcome-msg a { color:#ebbc58; }
|
563 |
.header .form-search { /*position:absolute; top:0; right:29px; width:315px; height:30px; background:url(../images/bkg_form-search.gif) 0 0 no-repeat; padding:1px 0 0 16px; */}
|
564 |
.header .form-search label { float:left; width:24px; height:21px; text-align:left; text-indent:-999em; overflow:hidden; }
|
1261 |
.cart .cart-collaterals .col2-set { /*float:left; width:605px; */}
|
1262 |
.cart .cart-collaterals .col2-set .col-2 { /*width:294px; */}
|
1263 |
.btncartgroup{margin-top:15px;}
|
1264 |
+
.btncartgroup button{margin-bottom:7px;}
|
1265 |
.cart .crosssell { border:1px solid #cec3b6; background:#fafaec; padding:12px 15px; }
|
1266 |
.cart .crosssell h2 { font-size:13px; font-weight:bold; }
|
1267 |
.cart .crosssell .product-image { float:left; width:75px; height:75px; border:1px solid #d0cdc9; }
|
1760 |
|
1761 |
|
1762 |
/* Footer ================================================================================ */
|
1763 |
+
.footer-container { }
|
1764 |
+
.footer { /*width:930px; margin:0 auto; */padding:10px 10px 50px; background: <?php echo $footer_bgcolor ?>; color:<?php echo $footer_text_color ?>; font-size: <?php echo $footer_text_size ?>; border-top:<?php echo $footer_line_size ?> solid <?php echo $footer_line_color ?>; }
|
1765 |
.footer .store-switcher { display:inline; margin:0 5px 0 0; color:#fff; }
|
1766 |
.footer .store-switcher label { font-weight:bold; vertical-align:middle; }
|
1767 |
.footer .store-switcher select { padding:0; vertical-align:middle; }
|