AccessShop_Theme - Version 1.0.6

Version Notes

PHP version support to 5.7.0


There are some bugs in version 1.7.x.x Please contact us if you are installing our theme in Magento CE version 1.7.x.x

Download this release

Release Info

Developer AccessShop Themes
Extension AccessShop_Theme
Version 1.0.6
Comparing to
See all releases


Code changes from version 1.0.5 to 1.0.6

app/design/frontend/accessshop/default/template/page/html/header-demo.phtml ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ *
7
+ * Magento SuperXpress
8
+ * @var Mage_Page_Block_Html_Header $this
9
+ */
10
+ ?>
11
+ <div class="col-sm-12 demo-notice">This is a demo store. No Orders place from here will be processed.Thanks!</div>
12
+ <div class="header-top">
13
+ <div class="container">
14
+ <div class="row">
15
+ <div class="col-sm-5">
16
+ <div class="left-header-top">
17
+ <?php echo $this->getChildHtml('block_header_links_top_left'); ?>
18
+ <?php echo $this->getChildHtml('store_language') ?>
19
+ <?php echo $this->getChildHtml('topContainer'); ?>
20
+ </div>
21
+ </div>
22
+ <div class="col-sm-7 pull-right">
23
+ <div class="right-header-top">
24
+ <div class="row">
25
+
26
+ <div class="col-sm-12 text-right">
27
+ <?php echo $this->getChildHtml('block_header_links_right');?>
28
+ <?php echo $this->getChildHtml('topLinks');?>
29
+ <div class="top-cart"><?php echo $this->getChildHtml('top_cart'); ?></div>
30
+ </div>
31
+ </div>
32
+ </div>
33
+ </div>
34
+ </div>
35
+ </div>
36
+ </div>
37
+ <div class="container">
38
+
39
+ <div class="row">
40
+ <div class="col-sm-4">
41
+ <div class="logo">
42
+ <a href="<?php echo $this->getUrl('') ?>" title="<?php echo $this->getLogoAlt() ?>">
43
+ <img src="<?php echo $this->getLogoSrc() ?>" alt="<?php echo $this->getLogoAlt() ?>" />
44
+ </a>
45
+ </div>
46
+ </div>
47
+ <div class="col-sm-8 pull-right">
48
+ <div class="row">
49
+ <div class="col-sm-12">
50
+ <span class="welcome">
51
+ <?php echo $this->getLayout()->getBlock('header')->getWelcome(); ?>
52
+ </span>
53
+
54
+ </div>
55
+ <div class="col-sm-12 top-search">
56
+ <?php echo $this->getChildHtml('topSearch') ?>
57
+ </div>
58
+ </div>
59
+ </div>
60
+ </div>
61
+ </div>
62
+ <!-- Navigation -->
63
+ <nav class="navbar navbar-default" role="navigation">
64
+ <div class="container">
65
+ <div class="row">
66
+ <div class="col-md-12">
67
+ <div class="navbar-header">
68
+ <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-main-collapse">
69
+ <span class="sr-only">Toggle navigation</span>
70
+ <span class="icon-bar"></span>
71
+ <span class="icon-bar"></span>
72
+ <span class="icon-bar"></span>
73
+ </button>
74
+ <a class="navbar-brand" href="javascript:void(0);">Menu</a>
75
+ </div>
76
+ <div class="collapse navbar-collapse navbar-main-collapse" id="navbar-main-collapse">
77
+ <?php echo $this->getChildHtml('topMenu') ?>
78
+ </div>
79
+ </div>
80
+ </div>
81
+ </div>
82
+ </nav>
app/design/frontend/accessshop/default/template/page/html/topmenu-demo.phtml ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ *
7
+ * Top menu for store
8
+ *
9
+ * @see Mage_Page_Block_Html_Topmenu
10
+ */
11
+ ?>
12
+ <?php
13
+ if(strpos(Mage::helper('core/url')->getCurrentUrl(),'demo')!==false || strpos(Mage::helper('core/url')->getCurrentUrl(),'magento-theme')!==false)
14
+ {
15
+ $mode = "demo";
16
+ }
17
+ else
18
+ {
19
+ $mode = "";
20
+ }
21
+ ?>
22
+ <ul class="nav navbar-nav menu">
23
+ <li class="level0 nav-0 first level-top <?php echo (Mage::helper('core/url')->getCurrentUrl() ==$this->getBaseUrl())?'active':''; echo ($mode=='demo')?' parent dropdown':'';?>">
24
+ <a href="<?php echo $this->getBaseUrl('') ?>" title="<?php echo $this->getLogoAlt() ?>"><span>Home</span></a>
25
+ <ul class="level0 dropdown-menu" style="display: none;">
26
+ <?php
27
+ if($mode=='demo')
28
+ {
29
+ ?>
30
+ <li class="level1 nav-0-0 first <?php echo (Mage::helper('core/url')->getCurrentUrl() == $this->getBaseUrl())?'active':'';?>"><a href="<?php echo $this->getBaseUrl().'home';?>" title="Home 1 Col"><span>Home 1 Col</span></a></li>
31
+ <li class="level1 nav-0-1 <?php echo (Mage::helper('core/url')->getCurrentUrl() == $this->getBaseUrl().'home-2col-left')?'active':'';?>"><a href="<?php echo $this->getBaseUrl().'home-2col-left';?>" title="Home 2 Col Left"><span>Home 2 Col Left</span></a></li>
32
+ <li class="level1 nav-0-2 <?php echo (Mage::helper('core/url')->getCurrentUrl() == $this->getBaseUrl().'home-2col-right')?'active':'';?>"><a href="<?php echo $this->getBaseUrl().'home-2col-right'; ?>" title="Home 2 Col Right"><span>Home 2 Col Right</span></a></li>
33
+ <li class="level1 nav-0-3 last <?php echo (Mage::helper('core/url')->getCurrentUrl() == $this->getBaseUrl().'home-3col')?'active':'';?>"><a href="<?php echo $this->getBaseUrl().'home-3col'; ?>" title="Home 3 Col"><span>Home 3 Col</span></a></li>
34
+ <?php
35
+ }
36
+ ?>
37
+ </ul>
38
+ </li>
39
+ <?php $_menu = $this->getHtml('level-top') ?>
40
+ <?php if ($_menu): ?>
41
+ <?php echo $_menu ?>
42
+ <?php endif ?>
43
+ </ul>
app/design/frontend/accessshop/default/template/page/html/topmenu.phtml CHANGED
@@ -1,20 +1,20 @@
1
- <?php
2
- /**
3
- * @category design
4
- * @package accessshop_lite_default
5
- * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
- *
7
- * Top menu for store
8
- *
9
- * @see Mage_Page_Block_Html_Topmenu
10
- */
11
- ?>
12
- <ul class="nav navbar-nav menu">
13
- <li class="level0 nav-0 first level-top <?php echo (Mage::helper('core/url')->getCurrentUrl() ==$this->getBaseUrl())?'active':'';?>">
14
- <a href="<?php echo $this->getBaseUrl('') ?>" title="<?php echo $this->getLogoAlt() ?>"><span>Home</span></a>
15
- </li>
16
- <?php $_menu = $this->getHtml('level-top') ?>
17
- <?php if ($_menu): ?>
18
- <?php echo $_menu ?>
19
- <?php endif ?>
20
- </ul>
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ *
7
+ * Top menu for store
8
+ *
9
+ * @see Mage_Page_Block_Html_Topmenu
10
+ */
11
+ ?>
12
+ <ul class="nav navbar-nav menu">
13
+ <li class="level0 nav-0 first level-top <?php echo (Mage::helper('core/url')->getCurrentUrl() ==$this->getBaseUrl())?'active':'';?>">
14
+ <a href="<?php echo $this->getBaseUrl('') ?>" title="<?php echo $this->getLogoAlt() ?>"><span>Home</span></a>
15
+ </li>
16
+ <?php $_menu = $this->getHtml('level-top') ?>
17
+ <?php if ($_menu): ?>
18
+ <?php echo $_menu ?>
19
+ <?php endif ?>
20
+ </ul>
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>AccessShop_Theme</name>
4
- <version>1.0.5</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License v. 3.0 (OSL-3.0)</license>
7
  <channel>community</channel>
@@ -14,12 +14,12 @@
14
  &lt;/p&gt;&#xD;
15
  &lt;br /&gt;&#xD;
16
  &lt;p&gt;Simply because we want to give something useful to you! NOT just a common free stuff!&lt;/p&gt;</description>
17
- <notes>&lt;p&gt;Fixed Minor Bugs&lt;/p&gt;&#xD;
18
  &lt;p&gt;There are some bugs in version 1.7.x.x Please contact us if you are installing our theme in Magento CE version 1.7.x.x &lt;/p&gt;</notes>
19
  <authors><author><name>AccessShop Themes</name><user>acessshopthemes</user><email>magento@access-keys.com</email></author></authors>
20
- <date>2015-01-21</date>
21
- <time>05:34:59</time>
22
- <contents><target name="magelocal"><dir name="AccessShop"><dir name="ThemeOptions"><dir name="Helper"><file name="Data.php" hash="92fb5d87915ad005e56957991e3d3cd2"/></dir><dir name="Model"><file name="Font.php" hash="f1f46d3f68bfef8cd9d345d02cd59aa7"/><dir name="Resource"><dir name="Mysql4"><file name="Setup.php" hash="282a3d7b359a0e0fc8966479f1398196"/></dir></dir></dir><dir name="data"><dir name="themeoptions_setup"><file name="data-install-1.0.0.php" hash="d8d16f1f0929876eb67fdb9eabf8e942"/><file name="data-install-1.0.5.php" hash="d8d16f1f0929876eb67fdb9eabf8e942"/></dir></dir><dir name="etc"><file name="config.xml" hash="9768fdfdc177bcc717a3ae89bcb95d9a"/><file name="system.xml" hash="4186f2bd9ba8f9d21d098c50d381ce02"/></dir></dir></dir><dir name="Cube"><dir name="CategoryBestsellers"><dir name="Block"><file name="List.php" hash="fedd8b1f700ecb0863f29b0542947a1a"/></dir><dir name="Helper"><file name="Data.php" hash="933c38169547fd2cba27bcc1468ce1ca"/></dir><dir name="Model"><file name="Categories.php" hash="1e446917e572982feedf50e7d31001ba"/><dir name="Resource"><dir name="Eav"><dir name="Mysql4"><file name="Setup.php" hash="cdb48473cd4926387708bd09ab5dbe0c"/></dir></dir></dir></dir><dir name="etc"><file name="config.xml" hash="c3381e59a79058b2b37029c353ce7858"/><file name="widget.xml" hash="93dfb81099870d7db65e2255fcaacedb"/></dir><dir name="sql"><dir name="categorybestsellers_setup"><file name="mysql4-install-1.0.0.php" hash="ec58846c5e43764b3740dd6918874b24"/></dir></dir></dir><dir name="CategoryFeatured"><dir name="Block"><file name="List.php" hash="4cc7c4a4fc8155400817fb5911fcde53"/></dir><dir name="Helper"><file name="Data.php" hash="5b005c1a1809d057b3050a9fc9b8f48e"/></dir><dir name="Model"><file name="Categories.php" hash="6ea38f3967564adc9b88e53ed2bde583"/><dir name="Resource"><dir name="Eav"><dir name="Mysql4"><file name="Setup.php" hash="896256f157c4a009e7bb837756760691"/></dir></dir></dir></dir><dir name="etc"><file name="config.xml" hash="3c427d5e30f988d30629f058d17b762d"/><file name="widget.xml" hash="697c59d1904a80c2e3b2e9c21e663109"/></dir><dir name="sql"><dir name="categoryfeatured_setup"><file name="mysql4-install-2.0.0.php" hash="ec58846c5e43764b3740dd6918874b24"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="accessshop"><dir name="default"><dir name="layout"><file name="catalog.xml" hash="c05f238a70d0a86d409b7c0111bb1f58"/><file name="local.xml" hash="a6935cfc43fbde04173a5f8bd23f2b07"/><file name="poll.xml" hash="adf272ef24602b990582b2cf88b165e3"/></dir><dir name="template"><dir name="callouts"><file name="left_col.phtml" hash="82abb8b3228d37924af80cf47d98b659"/><file name="right_col.phtml" hash="82abb8b3228d37924af80cf47d98b659"/></dir><dir name="catalog"><dir name="category"><file name="view.phtml" hash="99067fc3442f55171b251062fd33762b"/></dir><dir name="navigation"><file name="left.phtml" hash="aef32cc7f9123c746497b376f16b6aa7"/><file name="leftnav.phtml" hash="d3ad613fa36e6b0b62bdd6a9b367b997"/></dir><dir name="product"><file name="home-best-sellers.phtml" hash="098bc75c7c7f240770b130b365581858"/><file name="home-featured.phtml" hash="2e7e2d4515c922f3d5d6547f08109f65"/><dir name="list"><file name="related.phtml" hash="a77d6f4163025a25349d9fa6db79084f"/><file name="toolbar.phtml" hash="0d0e1e9ba545b9b061d6f67a69e830b4"/><file name="upsell.phtml" hash="b556797e187111c94799d3d303bfa068"/></dir><file name="list.phtml" hash="83af94215a5a8c4d24be17964261f7a3"/><dir name="view"><file name="addto.phtml" hash="4676c47c89df4a76f959cc9237161e9e"/><file name="addtocart.phtml" hash="7cf37640e374688fff60ef4a6888795d"/><file name="media.phtml" hash="25681b0a9e604aed52090fe2c9928cdd"/><dir name="type"><file name="default.phtml" hash="9f9c35bc1e0efe05478a791f811fe2aa"/><file name="grouped.phtml" hash="41ea9e2d86669a1d4fadf2303827af7c"/><dir name="options"><file name="configurable.phtml" hash="9f06acc5d342ca69ac6a8f0369cde1c8"/></dir></dir></dir><file name="view.phtml" hash="bc63933687bd96364465863243c1a9b1"/></dir></dir><dir name="catalogsearch"><file name="form.mini.phtml" hash="a9299566b038eebbe2ee9eaef4231e46"/></dir><dir name="checkout"><dir name="cart"><file name="coupon.phtml" hash="128952cbedefe342f5336467388e9233"/><file name="crosssell.phtml" hash="aebc0d5befcd8ef72922a9ea0af21dfe"/><file name="shipping.phtml" hash="018a258c9d64939ea0b3d3b4200e1f85"/><dir name="sidebar"><file name="default.phtml" hash="594f5d5462f9b910724a37af82bbd38e"/></dir><file name="topcart.phtml" hash="c1e0cace9efc0ea6fe1761a6f53d9fbf"/></dir><file name="cart.phtml" hash="df5a07ad1d6c642a70e014dcf1fc147f"/><dir name="onepage"><file name="agreements.phtml" hash="f6457f1bbac193501991d1fc5a8d1eac"/><file name="billing.phtml" hash="cae726ade06dc682532fa14c79898343"/><file name="failure.phtml" hash="c065d003bb4d79ba2bfe4214ce15e3f6"/><file name="link.phtml" hash="9a932d8f9e1e2198e6d5691cfcfb2353"/><file name="login.phtml" hash="faac1f6fac4e3c2cb9a1573fb3ca520a"/><dir name="payment"><file name="methods.phtml" hash="1be5528058f1dc4f8bda5abb34ae3062"/></dir><file name="payment.phtml" hash="ab0d47bc019d4fac2336359d9403a327"/><dir name="progress"><file name="billing.phtml" hash="f3ec20044f96229580e4b90472602166"/><file name="payment.phtml" hash="dd33cdcc1c119401fe9dde7ddb739923"/><file name="shipping.phtml" hash="cd5b12fdee03722b1b5aae83449bfaf4"/><file name="shipping_method.phtml" hash="ed890405edccdb761fed437e4c06291b"/></dir><file name="progress.phtml" hash="471c7de175d26afb644654b7d40f36af"/><dir name="review"><file name="button.phtml" hash="0de4e1885f2435317da14236fd9b2bb0"/><file name="info.phtml" hash="9bcc593cb20875e3ba565934bce39bd3"/><file name="item.phtml" hash="5534e8471089c117c939dd9de850186c"/><file name="totals.phtml" hash="31448dec51aab8c627e456d63a276cd3"/></dir><file name="review.phtml" hash="7b8ab623c2fc5bd337480a8ce7d31238"/><file name="shipping.phtml" hash="6fb3810eef4a39d9628a066f5a863f09"/><dir name="shipping_method"><file name="available.phtml" hash="a30e2535cd7ce0e4a66ff197cf58fd30"/></dir><file name="shipping_method.phtml" hash="edba4bdb56854dbc75fc273a316ce8ee"/></dir></dir><dir name="customer"><dir name="account"><dir name="dashboard"><file name="address.phtml" hash="3abb26e92cd2fe304d0b574e359f0628"/><file name="hello.phtml" hash="ecd1aa84d91645479ed3317bafc4cb71"/><file name="info.phtml" hash="9532cc8d17aa913d99e9edc3db77460c"/></dir><file name="dashboard.phtml" hash="bf90d2aeb80b90f400c74e550722faa8"/><dir name="link"><file name="back.phtml" hash="b35fd72411f482c83c6c8e81a5218740"/></dir><file name="navigation.phtml" hash="063d96ba300f6558ed56902e6b74b427"/></dir><dir name="address"><file name="book.phtml" hash="4af4d0095466c7864b0c3af003e6a3a5"/><file name="edit.phtml" hash="45f3cb43e732f08193a182f6b09c618f"/></dir><file name="address.phtml" hash="b71e949ce460ea80c9133dbf89815932"/><dir name="form"><file name="address.phtml" hash="17de6c4e4a44bc57d1fe5f359d0d0369"/><file name="changepassword.phtml" hash="f80db6bb37b59213602f5919e3beeb9f"/><file name="confirmation.phtml" hash="11da7a2bbafc4fb6fe731dfbcbf40a8b"/><file name="edit.phtml" hash="ee817ffccf3e69f0895e37cce3914921"/><file name="forgotpassword.phtml" hash="81a13cb8facd67b159f30135ec918537"/><file name="login.phtml" hash="642b693a2edc6137ff0e8d01371b39f2"/><file name="mini.login.phtml" hash="aa65d3c4a7c632a1313342ca530f8e70"/><file name="newsletter.phtml" hash="18a79e574c975d5be685bf25828ea434"/><file name="register.phtml" hash="ee9737aea4db07a3c391717d678dfe32"/><file name="resetforgottenpassword.phtml" hash="f1453a2d8b86b59d4a46cfb9b200e043"/></dir><file name="orders.phtml" hash="cc346815e147b634b8aa5c36115b8015"/><file name="wishlist.phtml" hash="31b114184ce48bc0ea69e33b426d6aed"/></dir><dir name="newsletter"><file name="subscribe.phtml" hash="419996a1440db3dc7a1561619c121545"/></dir><dir name="page"><file name="1column.phtml" hash="503bd03c586db1ac28a8b3fbf95f793c"/><file name="2columns-left.phtml" hash="d19f59d2f6f99e7eea8ee30879f10f6d"/><file name="2columns-right.phtml" hash="f0d266647f4a6d9694fd3db473918ed7"/><file name="3columns.phtml" hash="3957df3068cd99a4edb990c3d999cb51"/><dir name="html"><file name="breadcrumbs.phtml" hash="cc84ab246e478fb4e4c3bb981f6bb030"/><file name="footer.phtml" hash="1c84148c0e6089a3494a23b168980b28"/><file name="head.phtml" hash="1ddbff0f7c38aac3b208af1b25d358a8"/><file name="header.phtml" hash="e0c9011fadb72d71227055b46b8fcb60"/><file name="header_left_links.phtml" hash="2aa3e832614d6b599b03531da29d64f4"/><file name="pager.phtml" hash="86e7895f76b136d193d6f9d4c65aa32a"/><file name="topmenu.phtml" hash="9eaf3124386baa39ca906836808871db"/></dir><dir name="switch"><file name="languages.phtml" hash="09b399817ecc2a7dddb276bedf25e8ec"/></dir><dir name="template"><file name="links.phtml" hash="df41e1fffb0188b34e50a8a0dcd9d604"/></dir></dir><dir name="persistent"><dir name="customer"><dir name="form"><file name="login.phtml" hash="0dfd0202d21a263485c97da333e44506"/><file name="register.phtml" hash="d663a9211a825bbb3701a69cb99286ec"/></dir></dir></dir><dir name="reports"><dir name="widget"><dir name="viewed"><dir name="content"><file name="viewed_list.phtml" hash="43024dd75f26accb4f34ac22417c583c"/></dir></dir></dir></dir><dir name="review"><dir name="customer"><file name="list.phtml" hash="7e5e470628e0b4f7b7b74bd3733d48ba"/><file name="recent.phtml" hash="8a0b2d20e39c1e94e4327da5600097c5"/><file name="view.phtml" hash="511089bb73a0b64fb24fec5c097edfad"/></dir><file name="form.phtml" hash="5fa6a9a77f20c6784d668ad09898a241"/><dir name="helper"><file name="summary.phtml" hash="dc2eaa9c98c41c4831962d3a76ec5d19"/><file name="summary_nolinks.phtml" hash="958cb21dd14190a07d6bec1c188f5a0a"/><file name="summary_short.phtml" hash="78df59c455dd71b4fe70a82de7210cb3"/></dir><dir name="product"><dir name="view"><file name="count.phtml" hash="446af559af61db58a004df84f491e0af"/><file name="list.phtml" hash="784e7a5ef5679420deb8668fe970ffa1"/><file name="other.phtml" hash="1e95e06256a219fb68155be44a7b98e2"/></dir></dir><file name="view.phtml" hash="08f2145dc71921392aba07245db89b44"/></dir><dir name="sales"><dir name="order"><file name="history.phtml" hash="519b172a00b9c529bccf750d529776b4"/><file name="recent.phtml" hash="cc302733ff3ce4c240127a1f0798fc50"/></dir></dir><dir name="tag"><file name="cloud.phtml" hash="b1f9f2288a8a6573e9c2d095d2d6fbd7"/><dir name="customer"><file name="recent.phtml" hash="e6928f1fb07424a944e8d59aec81de4d"/><file name="tags.phtml" hash="7f18ee31a6d758b2e61a386c17b1663c"/><file name="view.phtml" hash="e1da6bdd30cd62d3b8a7214467bbe02e"/></dir><file name="list.phtml" hash="ec59ecacca1d176bb8ee45c710645d2c"/><file name="popular.phtml" hash="68fbb94c8beee8d1ff51e90d977ca59b"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="AccessShop_ThemeOptions.xml" hash="e4daeefd86577e8891cbc6281ab3a162"/><file name="Cube_CategoryBestsellers.xml" hash="50cd570558254284d7129fd618db0a4e"/><file name="Cube_CategoryFeatured.xml" hash="2db702eedc6df07612575defa697998e"/></dir></target><target name="mageskin"><dir name="frontend"><dir name="accessshop"><dir name="default"><dir name="css"><file name="animate.css" hash="cb67371414710491ee3730390d1efb33"/><file name="bootstrap-theme.css" hash="1e175b53796c46cb6835cbfb219fb248"/><file name="bootstrap-theme.css.map" hash="faebce397b393cd48125abdc529aa503"/><file name="bootstrap-theme.min.css" hash="ffb12f89f706291cb139b73c164a7722"/><file name="bootstrap.css" hash="9363b25fcbe27093ec12c687e579b869"/><file name="bootstrap.css.map" hash="3d2931e768a0bf96442072dcd0019aa6"/><file name="jquery.fancybox.css" hash="fd6e29aa99b750bf8bcf864c6a696aef"/><file name="main-responsive.css" hash="dae16269a4608de3b5c24fdbda4f137c"/><file name="main.css" hash="15c064565bd2892e11a78122cae405a6"/><file name="nivo-slider.css" hash="61f43ee9d46eb3b5ab5fffacbb6a9922"/><file name="print.css" hash="39b80be50adf10143d9b7d20ea06eab6"/><file name="reset.css" hash="7b1a12a07586982fdd111be569dbaec1"/><file name="sequencejs-theme.modern-slide-in.css" hash="04de098284dbd2b11a913e1c2f03b43b"/><file name="styles-ie.css" hash="28efb621e52436c95bc1d7c89b013ff2"/><file name="styles.css" hash="701e8ea45af0ecc74ef3967a1d3dd629"/></dir><file name="favicon.ico" hash="0a5141f1b529e7a00b3926b163411fe1"/><dir name="fonts"><file name="glyphicons-halflings-regular.eot" hash="7ad17c6085dee9a33787bac28fb23d46"/><file name="glyphicons-halflings-regular.svg" hash="32941d6330044744c02493835b799e90"/><file name="glyphicons-halflings-regular.ttf" hash="e49d52e74b7689a0727def99da31f3eb"/><file name="glyphicons-halflings-regular.woff" hash="68ed1dac06bf0409c18ae7bc62889170"/></dir><dir name="images"><file name="Thumbs.db" hash="537265bb708ce3d599c88f699077d130"/><file name="accessmagento-logo.png" hash="82fffbf7a5febad512e660414f5eb7da"/><file name="amercian-express.gif" hash="ac9e5e2c795b79c357c7c96154f4b4e3"/><file name="arrows.png" hash="4e99846b14a06dbae3459fc82f00fb4f"/><file name="banner1.jpg" hash="a05bce74f9bca2fdb0f6652ffff907f0"/><file name="bg-sequence.jpg" hash="b48a2495f724c7fbd4a0e398f02259c0"/><file name="bg1.jpg" hash="9528e94658be4075198633aa0883fe57"/><file name="bg2.jpg" hash="c14670015bf5e048ce769ab697ef331e"/><file name="bg3.jpg" hash="67b05017ca198a5e2ce697e0d188b989"/><file name="bkg_button.gif" hash="d9a8166e5528755a2fd994a032d4989e"/><file name="bkg_collapse.gif" hash="2333c68e38163ed4656da82b9bcf362b"/><file name="bkg_rating.gif" hash="0a8777c815350ddf1e316a537ad0c335"/><file name="blank.gif" hash="325472601571f31e1bf00674c368d335"/><file name="blog-1-large.png" hash="92cafb31c065efa6a1c391aa7bac67de"/><file name="blog-2-small.png" hash="70ac94d3d68381b5461b500ea2f1030d"/><file name="blog-3-small.png" hash="f49c36b5e249f73084893e4c7d0d0c24"/><dir name="brands"><file name="Thumbs.db" hash="3e859ddf3fcf36f1c0a487e88004ca1b"/><file name="brand1.gif" hash="50884f93110005d3c794cae25226c07c"/><file name="brand2.gif" hash="f4eaeeb902d39c3d691e645e255333c7"/><file name="brand3.gif" hash="e3426b5ee4f7dd2c0560c6650b99f226"/><file name="brand4.gif" hash="a6f9ead049dfd761a5e627ab4f22a700"/><file name="brand5.gif" hash="3eb27d82afd60286be595f8072896d4a"/></dir><file name="bt-next.png" hash="8081d1cfe949a3018b5e709b447026bb"/><file name="bt-prev.png" hash="e2ea2770883e3e72f8b2ccc59b5fb10b"/><file name="btn_edit.gif" hash="df3565eb4e4d0dc578201df60de54b47"/><file name="btn_remove.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="btn_trash.gif" hash="bcb22f558a0eb32243a2a36645189e9f"/><file name="btn_window_close.gif" hash="c83f3cbbb2aedfc580dff78d5cfb63ed"/><file name="bullet.png" hash="4170a819def262378e75d660fc07ceb2"/><file name="bx_loader.gif" hash="931bdb6b50816b03206c66921760b246"/><file name="cards.PNG" hash="96b689cf5da2693e24d7898c6ebcb987"/><file name="cart-icon.png" hash="72aaee5ba5550b8b471e9b18bf333766"/><file name="christmastree.png" hash="61c7aa60bb4141cb4cfec80b16a12c4d"/><file name="communication-care.gif" hash="aa175146c0160e38a972dea7b426847d"/><file name="company.jpg" hash="8443adb6407aafdfdee75988d81c4cc6"/><file name="computer.png" hash="816b81934bed9612375b45496b7cbb8a"/><file name="controls.png" hash="d9d25372f38c6b242b9b51d5841fe86e"/><file name="cvv.gif" hash="83cdd38bf110b0f9c52fe84b56f45298"/><file name="discover.gif" hash="37fd7aadb06e0cf3af341c467b19ad81"/><file name="fam_book_open.png" hash="0ba89b9fbe7e88d4c6896ed0a1f495aa"/><file name="fancybox_loading.gif" hash="328cc0f6c78211485058d460e80f4fa8"/><file name="fancybox_loading@2x.gif" hash="f92938639fa894a0e8ded1c3368abe98"/><file name="fancybox_overlay.png" hash="77aeaa52715b898b73c74d68c630330e"/><file name="fancybox_sprite.png" hash="783d4031fe50c3d83c960911e1fbc705"/><file name="fancybox_sprite@2x.png" hash="ed9970ce22242421e66ff150aa97fe5f"/><dir name="favicon"><file name="Thumbs.db" hash="728f173edc7060d5fc683b593f5bd2bd"/><file name="apple-touch-icon-114x114.png" hash="8429140f08d752d92168af9c915702bf"/><file name="apple-touch-icon-120x120.png" hash="56b5076332a67d27c60b4e8c4e710b16"/><file name="apple-touch-icon-144x144.png" hash="055f7976a622198a9510ada0c1fe70c4"/><file name="apple-touch-icon-152x152.png" hash="af85272d90ec646e86643e9f55b7587d"/><file name="apple-touch-icon-180x180.png" hash="1bbeee70a764ebf73f2b939dd1abb0bb"/><file name="apple-touch-icon-57x57.png" hash="c9cdf33d81a9c97a360f707e3d7dfc5a"/><file name="apple-touch-icon-60x60.png" hash="ae30229d62700cfe98c4a68cb5a6cc10"/><file name="apple-touch-icon-72x72.png" hash="629528a87fa8d7a3978ee3dfdb1ea287"/><file name="apple-touch-icon-76x76.png" hash="f1bb7c9f3f3ca0ee24adeb2914933bdb"/><file name="apple-touch-icon-precomposed.png" hash="e0324399de418fa196785c3add9c89ef"/><file name="apple-touch-icon.png" hash="1bbeee70a764ebf73f2b939dd1abb0bb"/><file name="browserconfig.xml" hash="3933d65858dd7b57d428b0d547b15179"/><file name="favicon-160x160.png" hash="a6dde236f33a882c8c8cb66f9fe387cc"/><file name="favicon-16x16.png" hash="ea3c54f2b1f2a65aeac9c27e17e90616"/><file name="favicon-192x192.png" hash="9b86160295e8e3833ba811e8acd49d77"/><file name="favicon-32x32.png" hash="f385dcf2edbce42278b321cb9e149667"/><file name="favicon-96x96.png" hash="5f2d2f01f06335ed75e185cf9dcacb9c"/><file name="favicon.ico" hash="0a5141f1b529e7a00b3926b163411fe1"/><file name="mstile-144x144.png" hash="3c047bc78d73e1b18237cae1da08db85"/><file name="mstile-150x150.png" hash="24a72f1050da6bca6fae2b215c39217b"/><file name="mstile-310x150.png" hash="39fa5aab4100cba1aede008f7ae70b46"/><file name="mstile-310x310.png" hash="22f36992204d669a0cc597657192b187"/><file name="mstile-70x70.png" hash="9d79a5bba84271b085acfe9342e3c53a"/></dir><file name="flag_german.jpg" hash="4de5ca22f9483d97cdbc2d5f81abe56d"/><dir name="flags"><file name="Thumbs.db" hash="572d830388aa95e0d67e7a82709e31e2"/><file name="flag_default.png" hash="9ee242a35e610e5fdd4b44e9824646ef"/><file name="flag_french.png" hash="acac6d8a70aa69772cd16c271e50ff10"/><file name="flag_german.png" hash="b45f080753b66c752ce3c7ff835e778c"/></dir><file name="footerlibg.png" hash="c5c3be86edd351f405f4a75f2d803c44"/><file name="free-shipping.gif" hash="bda4895851bb36cedac3a7b8a6addbcc"/><file name="glyphicons-halflings-white.png" hash="9bbc6e9602998a385c2ea13df56470fd"/><file name="glyphicons-halflings.png" hash="2516339970d710819585f90773aebe0a"/><file name="how-to-buy.jpg" hash="385be7479433e2be9d4a98ce3b85a56b"/><file name="i_asc_arrow.gif" hash="40aa554212d6a1f60593c27d78d85fa3"/><file name="i_availability_only_arrow.gif" hash="0cf32b72fefc94b89b74e4f3f02c2e93"/><file name="i_desc_arrow.gif" hash="92fd194bfae4ce5ae3354e1e47d7ac7d"/><file name="i_msg-error.gif" hash="e4f28607f075a105e53fa3113d84bd26"/><file name="i_msg-note.gif" hash="e774ee481a2820789c1a77112377c4e0"/><file name="i_msg-success.gif" hash="834dfafd5f8b44c4b24a4c00add56fcf"/><file name="i_notice.gif" hash="ebd56dc80b8346e10e93628bc0e6c372"/><file name="i_pager-next.gif" hash="ed4d6640624c2b6edeab4c212314bd6d"/><file name="i_pager-prev.gif" hash="75973b020105dccbaf34e49d7852552d"/><file name="i_print.gif" hash="0aed138181495642e9ab29e55d194d40"/><file name="i_rss-big.png" hash="6cf70e7c52a3f3d7b833ccadb041a555"/><file name="i_rss.gif" hash="e5bbc388d818c142868b4a1df0b48793"/><file name="icons-lion.psp" hash="f016a8f3bc00e5398231b49085bef74f"/><file name="icons.gif" hash="fb58aa2feba98c5f099eee555348bdc7"/><file name="large-promotional-banner.jpg" hash="46ff9fcf85fc2357c8f51698b73337a5"/><file name="link-separator.png" hash="d697babaabfea15a268012ab690ebf3d"/><file name="loading.gif" hash="7b9776076d5fceef4993b55c9383dedd"/><file name="logo.gif" hash="4d423e94f33373f29377b87a1c1d1220"/><file name="logo_email.gif" hash="76b870c2d1703f2fa73a5850d6c16649"/><file name="logo_print.gif" hash="d494919aab4bc98089301200ee6c9d6f"/><file name="magentosheet.png" hash="20b44d3c31d4ad70d45e47f596820126"/><file name="magnifier_handle.gif" hash="238fbdd7959f517db11c6f57ee4daaf4"/><file name="mastercard.gif" hash="cbbe0ad14e544115d81f96b3680374d7"/><file name="mega-menu.png" hash="d55ca6575ed0dca90a6be338cfd7a213"/><file name="money-back.gif" hash="05fdfcb1cc665deec8ee22f17cca1916"/><file name="opc-ajax-loader.gif" hash="e805ea7eca1f34c75ba0f93780d32d38"/><file name="order.jpg" hash="950efd9c78170a0fbe8bf698e1991499"/><file name="pager_arrow_left.gif" hash="75973b020105dccbaf34e49d7852552d"/><file name="pager_arrow_left.png" hash="92d3615f8be109ee9db1c1dd7230394b"/><file name="pager_arrow_right.gif" hash="ed4d6640624c2b6edeab4c212314bd6d"/><file name="pager_arrow_right.png" hash="74ac0e22bbe66d6333325afe5d2aea7b"/><file name="pause-icon.png" hash="3f60ed4cedfeecf057276b78c3f63ea2"/><file name="payment-new.gif" hash="99d69cd7a13bcbda8390ad54cd19df3c"/><file name="payment.jpg" hash="9e0582625a9a46510e0a2818f27709f2"/><file name="plus.gif" hash="9163feb2e445ad4634884df9fd7db0b4"/><file name="promote-sidebar-right.jpg" hash="b68857a8f07cc24ba3a923440a30b3de"/><file name="responsive-image-2.png" hash="160fb10e0f6b4cea5a4e09281af8d077"/><file name="responsive-image.jpg" hash="385be7479433e2be9d4a98ce3b85a56b"/><file name="responsive-layout.png" hash="09d0c354dee08a558e84e475808bf59a"/><file name="return-policy.jpg" hash="d3140a1b6ea21c3d826a658958a531fe"/><file name="sale-sidebar-left.jpg" hash="adcfe581009414bce44751d09460e188"/><file name="sequence-logo.png" hash="a9c0fdd0e96f896c0b14b93e2700507c"/><file name="shipments.jpg" hash="21b53f7fbceab0e17c27acb36a41eb2b"/><file name="slider_bg.gif" hash="87bc1b46d87de4f6252c7216216627c3"/><file name="slider_btn_zoom_in.gif" hash="ef0fc67f77f30827ee67f4e744b60781"/><file name="slider_btn_zoom_out.gif" hash="68b3d1c28dc5aec4f6b64d70a6996b6f"/><file name="small-seasonal-banner.jpg" hash="ed978f1f6f02b7d4233490f167d5bc6b"/><file name="spacer.gif" hash="df3e567d6f16d040326c7a0ea29a4f41"/><file name="special-gift.gif" hash="e6211851baa350ea6d94926855f8f46d"/><file name="special.jpg" hash="4118c2da017146636c2f7411a24b018a"/><file name="sprite.png" hash="28af0bbd30b68a1bca25e0d54b11494e"/><file name="unlimited-colors.png" hash="9b349378486b3aeceb312562c816a7e0"/><file name="validation_advice_bg.gif" hash="b85432906de8985a8b14eeb2dc652d3c"/><file name=".DS_Store" hash="fc9b87e7a1b2ef7d893c3fde07cf36fa"/></dir><dir name="js"><file name="bootstrap.js" hash="f91d38466de6410297c6dcd8287abbca"/><file name="bootstrap.min.js" hash="abda843684d022f3bc22bc83927fe05f"/><file name="html5shiv.js" hash="0ce8f355891c26c28f057e195e97dcd5"/><file name="jquery-1.11.0.min.js" hash="8fc25e27d42774aeae6edbc0a18b72aa"/><file name="jquery-migrate-1.2.1.min.js" hash="eb05d8d73b5b13d8d84308a4751ece96"/><file name="jquery.bxslider.min.js" hash="697d69a48e5356f7106e38c09f7f19e0"/><file name="jquery.carouFredSel-6.2.1-packed.js" hash="72805fb6fa518285d00f3721f2eeed88"/><file name="jquery.carouFredSel-6.2.1.js" hash="9babde3418cc4d0b0f46b2390c428988"/><file name="jquery.easytree.js" hash="1bb1154a9355062fd8e3d98ea16484cd"/><file name="jquery.fancybox.js" hash="921e9cb04ad6e2559869ec845c5be39b"/><file name="jquery.nivo.slider.js" hash="2376c698bb566fddcb6b680a98d42dc3"/><file name="jquery.prettyPhoto.js" hash="51d2c2977e3dbb58e8ee5a5f52673aa0"/><file name="jquery.scripts.js" hash="7d7adc8c24e36ed895c19355b77d2d62"/><file name="jquery.sequence-min.js" hash="8f50ff2125b4e627c1516afda92e1462"/><file name="modernizr-2.6.2-respond-1.1.0.min.js" hash="13547d58c7c9d260d205565f42c90cfe"/><file name="respond.min.js" hash="972b9d5576bfe0a34b18cd9e4f99d747"/><file name="wow.js" hash="9d3d41f73b4effeb256bd30fcdbe4eae"/></dir></dir></dir></dir></target></contents>
23
  <compatible/>
24
- <dependencies><required><php><min>5.4.0</min><max>5.6.0</max></php></required></dependencies>
25
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>AccessShop_Theme</name>
4
+ <version>1.0.6</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License v. 3.0 (OSL-3.0)</license>
7
  <channel>community</channel>
14
  &lt;/p&gt;&#xD;
15
  &lt;br /&gt;&#xD;
16
  &lt;p&gt;Simply because we want to give something useful to you! NOT just a common free stuff!&lt;/p&gt;</description>
17
+ <notes>&lt;p&gt;PHP version support to 5.7.0&lt;/p&gt;&#xD;
18
  &lt;p&gt;There are some bugs in version 1.7.x.x Please contact us if you are installing our theme in Magento CE version 1.7.x.x &lt;/p&gt;</notes>
19
  <authors><author><name>AccessShop Themes</name><user>acessshopthemes</user><email>magento@access-keys.com</email></author></authors>
20
+ <date>2015-02-27</date>
21
+ <time>04:25:12</time>
22
+ <contents><target name="magelocal"><dir name="AccessShop"><dir name="ThemeOptions"><dir name="Helper"><file name="Data.php" hash="92fb5d87915ad005e56957991e3d3cd2"/></dir><dir name="Model"><file name="Font.php" hash="f1f46d3f68bfef8cd9d345d02cd59aa7"/><dir name="Resource"><dir name="Mysql4"><file name="Setup.php" hash="282a3d7b359a0e0fc8966479f1398196"/></dir></dir></dir><dir name="data"><dir name="themeoptions_setup"><file name="data-install-1.0.0.php" hash="d8d16f1f0929876eb67fdb9eabf8e942"/><file name="data-install-1.0.5.php" hash="d8d16f1f0929876eb67fdb9eabf8e942"/></dir></dir><dir name="etc"><file name="config.xml" hash="9768fdfdc177bcc717a3ae89bcb95d9a"/><file name="system.xml" hash="4186f2bd9ba8f9d21d098c50d381ce02"/></dir></dir></dir><dir name="Cube"><dir name="CategoryBestsellers"><dir name="Block"><file name="List.php" hash="fedd8b1f700ecb0863f29b0542947a1a"/></dir><dir name="Helper"><file name="Data.php" hash="933c38169547fd2cba27bcc1468ce1ca"/></dir><dir name="Model"><file name="Categories.php" hash="1e446917e572982feedf50e7d31001ba"/><dir name="Resource"><dir name="Eav"><dir name="Mysql4"><file name="Setup.php" hash="cdb48473cd4926387708bd09ab5dbe0c"/></dir></dir></dir></dir><dir name="etc"><file name="config.xml" hash="c3381e59a79058b2b37029c353ce7858"/><file name="widget.xml" hash="93dfb81099870d7db65e2255fcaacedb"/></dir><dir name="sql"><dir name="categorybestsellers_setup"><file name="mysql4-install-1.0.0.php" hash="ec58846c5e43764b3740dd6918874b24"/></dir></dir></dir><dir name="CategoryFeatured"><dir name="Block"><file name="List.php" hash="4cc7c4a4fc8155400817fb5911fcde53"/></dir><dir name="Helper"><file name="Data.php" hash="5b005c1a1809d057b3050a9fc9b8f48e"/></dir><dir name="Model"><file name="Categories.php" hash="6ea38f3967564adc9b88e53ed2bde583"/><dir name="Resource"><dir name="Eav"><dir name="Mysql4"><file name="Setup.php" hash="896256f157c4a009e7bb837756760691"/></dir></dir></dir></dir><dir name="etc"><file name="config.xml" hash="3c427d5e30f988d30629f058d17b762d"/><file name="widget.xml" hash="697c59d1904a80c2e3b2e9c21e663109"/></dir><dir name="sql"><dir name="categoryfeatured_setup"><file name="mysql4-install-2.0.0.php" hash="ec58846c5e43764b3740dd6918874b24"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="accessshop"><dir name="default"><dir name="layout"><file name="catalog.xml" hash="c05f238a70d0a86d409b7c0111bb1f58"/><file name="local.xml" hash="a6935cfc43fbde04173a5f8bd23f2b07"/><file name="poll.xml" hash="adf272ef24602b990582b2cf88b165e3"/></dir><dir name="template"><dir name="callouts"><file name="left_col.phtml" hash="82abb8b3228d37924af80cf47d98b659"/><file name="right_col.phtml" hash="82abb8b3228d37924af80cf47d98b659"/></dir><dir name="catalog"><dir name="category"><file name="view.phtml" hash="99067fc3442f55171b251062fd33762b"/></dir><dir name="navigation"><file name="left.phtml" hash="aef32cc7f9123c746497b376f16b6aa7"/><file name="leftnav.phtml" hash="d3ad613fa36e6b0b62bdd6a9b367b997"/></dir><dir name="product"><file name="home-best-sellers.phtml" hash="098bc75c7c7f240770b130b365581858"/><file name="home-featured.phtml" hash="2e7e2d4515c922f3d5d6547f08109f65"/><dir name="list"><file name="related.phtml" hash="a77d6f4163025a25349d9fa6db79084f"/><file name="toolbar.phtml" hash="0d0e1e9ba545b9b061d6f67a69e830b4"/><file name="upsell.phtml" hash="b556797e187111c94799d3d303bfa068"/></dir><file name="list.phtml" hash="83af94215a5a8c4d24be17964261f7a3"/><dir name="view"><file name="addto.phtml" hash="4676c47c89df4a76f959cc9237161e9e"/><file name="addtocart.phtml" hash="7cf37640e374688fff60ef4a6888795d"/><file name="media.phtml" hash="25681b0a9e604aed52090fe2c9928cdd"/><dir name="type"><file name="default.phtml" hash="9f9c35bc1e0efe05478a791f811fe2aa"/><file name="grouped.phtml" hash="41ea9e2d86669a1d4fadf2303827af7c"/><dir name="options"><file name="configurable.phtml" hash="9f06acc5d342ca69ac6a8f0369cde1c8"/></dir></dir></dir><file name="view.phtml" hash="bc63933687bd96364465863243c1a9b1"/></dir></dir><dir name="catalogsearch"><file name="form.mini.phtml" hash="a9299566b038eebbe2ee9eaef4231e46"/></dir><dir name="checkout"><dir name="cart"><file name="coupon.phtml" hash="128952cbedefe342f5336467388e9233"/><file name="crosssell.phtml" hash="aebc0d5befcd8ef72922a9ea0af21dfe"/><file name="shipping.phtml" hash="018a258c9d64939ea0b3d3b4200e1f85"/><dir name="sidebar"><file name="default.phtml" hash="594f5d5462f9b910724a37af82bbd38e"/></dir><file name="topcart.phtml" hash="c1e0cace9efc0ea6fe1761a6f53d9fbf"/></dir><file name="cart.phtml" hash="df5a07ad1d6c642a70e014dcf1fc147f"/><dir name="onepage"><file name="agreements.phtml" hash="f6457f1bbac193501991d1fc5a8d1eac"/><file name="billing.phtml" hash="cae726ade06dc682532fa14c79898343"/><file name="failure.phtml" hash="c065d003bb4d79ba2bfe4214ce15e3f6"/><file name="link.phtml" hash="9a932d8f9e1e2198e6d5691cfcfb2353"/><file name="login.phtml" hash="faac1f6fac4e3c2cb9a1573fb3ca520a"/><dir name="payment"><file name="methods.phtml" hash="1be5528058f1dc4f8bda5abb34ae3062"/></dir><file name="payment.phtml" hash="ab0d47bc019d4fac2336359d9403a327"/><dir name="progress"><file name="billing.phtml" hash="f3ec20044f96229580e4b90472602166"/><file name="payment.phtml" hash="dd33cdcc1c119401fe9dde7ddb739923"/><file name="shipping.phtml" hash="cd5b12fdee03722b1b5aae83449bfaf4"/><file name="shipping_method.phtml" hash="ed890405edccdb761fed437e4c06291b"/></dir><file name="progress.phtml" hash="471c7de175d26afb644654b7d40f36af"/><dir name="review"><file name="button.phtml" hash="0de4e1885f2435317da14236fd9b2bb0"/><file name="info.phtml" hash="9bcc593cb20875e3ba565934bce39bd3"/><file name="item.phtml" hash="5534e8471089c117c939dd9de850186c"/><file name="totals.phtml" hash="31448dec51aab8c627e456d63a276cd3"/></dir><file name="review.phtml" hash="7b8ab623c2fc5bd337480a8ce7d31238"/><file name="shipping.phtml" hash="6fb3810eef4a39d9628a066f5a863f09"/><dir name="shipping_method"><file name="available.phtml" hash="a30e2535cd7ce0e4a66ff197cf58fd30"/></dir><file name="shipping_method.phtml" hash="edba4bdb56854dbc75fc273a316ce8ee"/></dir></dir><dir name="customer"><dir name="account"><dir name="dashboard"><file name="address.phtml" hash="3abb26e92cd2fe304d0b574e359f0628"/><file name="hello.phtml" hash="ecd1aa84d91645479ed3317bafc4cb71"/><file name="info.phtml" hash="9532cc8d17aa913d99e9edc3db77460c"/></dir><file name="dashboard.phtml" hash="bf90d2aeb80b90f400c74e550722faa8"/><dir name="link"><file name="back.phtml" hash="b35fd72411f482c83c6c8e81a5218740"/></dir><file name="navigation.phtml" hash="063d96ba300f6558ed56902e6b74b427"/></dir><dir name="address"><file name="book.phtml" hash="4af4d0095466c7864b0c3af003e6a3a5"/><file name="edit.phtml" hash="45f3cb43e732f08193a182f6b09c618f"/></dir><file name="address.phtml" hash="b71e949ce460ea80c9133dbf89815932"/><dir name="form"><file name="address.phtml" hash="17de6c4e4a44bc57d1fe5f359d0d0369"/><file name="changepassword.phtml" hash="f80db6bb37b59213602f5919e3beeb9f"/><file name="confirmation.phtml" hash="11da7a2bbafc4fb6fe731dfbcbf40a8b"/><file name="edit.phtml" hash="ee817ffccf3e69f0895e37cce3914921"/><file name="forgotpassword.phtml" hash="81a13cb8facd67b159f30135ec918537"/><file name="login.phtml" hash="642b693a2edc6137ff0e8d01371b39f2"/><file name="mini.login.phtml" hash="aa65d3c4a7c632a1313342ca530f8e70"/><file name="newsletter.phtml" hash="18a79e574c975d5be685bf25828ea434"/><file name="register.phtml" hash="ee9737aea4db07a3c391717d678dfe32"/><file name="resetforgottenpassword.phtml" hash="f1453a2d8b86b59d4a46cfb9b200e043"/></dir><file name="orders.phtml" hash="cc346815e147b634b8aa5c36115b8015"/><file name="wishlist.phtml" hash="31b114184ce48bc0ea69e33b426d6aed"/></dir><dir name="newsletter"><file name="subscribe.phtml" hash="419996a1440db3dc7a1561619c121545"/></dir><dir name="page"><file name="1column.phtml" hash="503bd03c586db1ac28a8b3fbf95f793c"/><file name="2columns-left.phtml" hash="d19f59d2f6f99e7eea8ee30879f10f6d"/><file name="2columns-right.phtml" hash="f0d266647f4a6d9694fd3db473918ed7"/><file name="3columns.phtml" hash="3957df3068cd99a4edb990c3d999cb51"/><dir name="html"><file name="breadcrumbs.phtml" hash="cc84ab246e478fb4e4c3bb981f6bb030"/><file name="footer.phtml" hash="1c84148c0e6089a3494a23b168980b28"/><file name="head.phtml" hash="1ddbff0f7c38aac3b208af1b25d358a8"/><file name="header-demo.phtml" hash="16ea625ffdcef40b0880a066ed138a40"/><file name="header.phtml" hash="e0c9011fadb72d71227055b46b8fcb60"/><file name="header_left_links.phtml" hash="2aa3e832614d6b599b03531da29d64f4"/><file name="pager.phtml" hash="86e7895f76b136d193d6f9d4c65aa32a"/><file name="topmenu-demo.phtml" hash="c091d1f973338f07874e30410ba5f894"/><file name="topmenu.phtml" hash="ba13148bfd10f761f3266e8dad9090a8"/></dir><dir name="switch"><file name="languages.phtml" hash="09b399817ecc2a7dddb276bedf25e8ec"/></dir><dir name="template"><file name="links.phtml" hash="df41e1fffb0188b34e50a8a0dcd9d604"/></dir></dir><dir name="persistent"><dir name="customer"><dir name="form"><file name="login.phtml" hash="0dfd0202d21a263485c97da333e44506"/><file name="register.phtml" hash="d663a9211a825bbb3701a69cb99286ec"/></dir></dir></dir><dir name="reports"><dir name="widget"><dir name="viewed"><dir name="content"><file name="viewed_list.phtml" hash="43024dd75f26accb4f34ac22417c583c"/></dir></dir></dir></dir><dir name="review"><dir name="customer"><file name="list.phtml" hash="7e5e470628e0b4f7b7b74bd3733d48ba"/><file name="recent.phtml" hash="8a0b2d20e39c1e94e4327da5600097c5"/><file name="view.phtml" hash="511089bb73a0b64fb24fec5c097edfad"/></dir><file name="form.phtml" hash="5fa6a9a77f20c6784d668ad09898a241"/><dir name="helper"><file name="summary.phtml" hash="dc2eaa9c98c41c4831962d3a76ec5d19"/><file name="summary_nolinks.phtml" hash="958cb21dd14190a07d6bec1c188f5a0a"/><file name="summary_short.phtml" hash="78df59c455dd71b4fe70a82de7210cb3"/></dir><dir name="product"><dir name="view"><file name="count.phtml" hash="446af559af61db58a004df84f491e0af"/><file name="list.phtml" hash="784e7a5ef5679420deb8668fe970ffa1"/><file name="other.phtml" hash="1e95e06256a219fb68155be44a7b98e2"/></dir></dir><file name="view.phtml" hash="08f2145dc71921392aba07245db89b44"/></dir><dir name="sales"><dir name="order"><file name="history.phtml" hash="519b172a00b9c529bccf750d529776b4"/><file name="recent.phtml" hash="cc302733ff3ce4c240127a1f0798fc50"/></dir></dir><dir name="tag"><file name="cloud.phtml" hash="b1f9f2288a8a6573e9c2d095d2d6fbd7"/><dir name="customer"><file name="recent.phtml" hash="e6928f1fb07424a944e8d59aec81de4d"/><file name="tags.phtml" hash="7f18ee31a6d758b2e61a386c17b1663c"/><file name="view.phtml" hash="e1da6bdd30cd62d3b8a7214467bbe02e"/></dir><file name="list.phtml" hash="ec59ecacca1d176bb8ee45c710645d2c"/><file name="popular.phtml" hash="68fbb94c8beee8d1ff51e90d977ca59b"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="AccessShop_ThemeOptions.xml" hash="e4daeefd86577e8891cbc6281ab3a162"/><file name="Cube_CategoryBestsellers.xml" hash="50cd570558254284d7129fd618db0a4e"/><file name="Cube_CategoryFeatured.xml" hash="2db702eedc6df07612575defa697998e"/></dir></target><target name="mageskin"><dir name="frontend"><dir name="accessshop"><dir name="default"><dir name="css"><file name="animate.css" hash="cb67371414710491ee3730390d1efb33"/><file name="bootstrap-theme.css" hash="1e175b53796c46cb6835cbfb219fb248"/><file name="bootstrap-theme.css.map" hash="faebce397b393cd48125abdc529aa503"/><file name="bootstrap-theme.min.css" hash="ffb12f89f706291cb139b73c164a7722"/><file name="bootstrap.css" hash="9363b25fcbe27093ec12c687e579b869"/><file name="bootstrap.css.map" hash="3d2931e768a0bf96442072dcd0019aa6"/><file name="jquery.fancybox.css" hash="fd6e29aa99b750bf8bcf864c6a696aef"/><file name="main-responsive.css" hash="dae16269a4608de3b5c24fdbda4f137c"/><file name="main.css" hash="3a0c9e7ab9c7a1e67c7a189bef664b14"/><file name="nivo-slider.css" hash="61f43ee9d46eb3b5ab5fffacbb6a9922"/><file name="print.css" hash="39b80be50adf10143d9b7d20ea06eab6"/><file name="reset.css" hash="7b1a12a07586982fdd111be569dbaec1"/><file name="sequencejs-theme.modern-slide-in.css" hash="04de098284dbd2b11a913e1c2f03b43b"/><file name="styles-ie.css" hash="28efb621e52436c95bc1d7c89b013ff2"/><file name="styles.css" hash="701e8ea45af0ecc74ef3967a1d3dd629"/></dir><file name="favicon.ico" hash="0a5141f1b529e7a00b3926b163411fe1"/><dir name="fonts"><file name="glyphicons-halflings-regular.eot" hash="7ad17c6085dee9a33787bac28fb23d46"/><file name="glyphicons-halflings-regular.svg" hash="32941d6330044744c02493835b799e90"/><file name="glyphicons-halflings-regular.ttf" hash="e49d52e74b7689a0727def99da31f3eb"/><file name="glyphicons-halflings-regular.woff" hash="68ed1dac06bf0409c18ae7bc62889170"/></dir><dir name="images"><file name="Thumbs.db" hash="537265bb708ce3d599c88f699077d130"/><file name="accessmagento-logo.png" hash="82fffbf7a5febad512e660414f5eb7da"/><file name="amercian-express.gif" hash="ac9e5e2c795b79c357c7c96154f4b4e3"/><file name="arrows.png" hash="4e99846b14a06dbae3459fc82f00fb4f"/><file name="banner1.jpg" hash="a05bce74f9bca2fdb0f6652ffff907f0"/><file name="bg-sequence.jpg" hash="b48a2495f724c7fbd4a0e398f02259c0"/><file name="bg1.jpg" hash="9528e94658be4075198633aa0883fe57"/><file name="bg2.jpg" hash="c14670015bf5e048ce769ab697ef331e"/><file name="bg3.jpg" hash="67b05017ca198a5e2ce697e0d188b989"/><file name="bkg_button.gif" hash="d9a8166e5528755a2fd994a032d4989e"/><file name="bkg_collapse.gif" hash="2333c68e38163ed4656da82b9bcf362b"/><file name="bkg_rating.gif" hash="0a8777c815350ddf1e316a537ad0c335"/><file name="blank.gif" hash="325472601571f31e1bf00674c368d335"/><file name="blog-1-large.png" hash="92cafb31c065efa6a1c391aa7bac67de"/><file name="blog-2-small.png" hash="70ac94d3d68381b5461b500ea2f1030d"/><file name="blog-3-small.png" hash="f49c36b5e249f73084893e4c7d0d0c24"/><dir name="brands"><file name="Thumbs.db" hash="3e859ddf3fcf36f1c0a487e88004ca1b"/><file name="brand1.gif" hash="50884f93110005d3c794cae25226c07c"/><file name="brand2.gif" hash="f4eaeeb902d39c3d691e645e255333c7"/><file name="brand3.gif" hash="e3426b5ee4f7dd2c0560c6650b99f226"/><file name="brand4.gif" hash="a6f9ead049dfd761a5e627ab4f22a700"/><file name="brand5.gif" hash="3eb27d82afd60286be595f8072896d4a"/></dir><file name="bt-next.png" hash="8081d1cfe949a3018b5e709b447026bb"/><file name="bt-prev.png" hash="e2ea2770883e3e72f8b2ccc59b5fb10b"/><file name="btn_edit.gif" hash="df3565eb4e4d0dc578201df60de54b47"/><file name="btn_remove.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="btn_trash.gif" hash="bcb22f558a0eb32243a2a36645189e9f"/><file name="btn_window_close.gif" hash="c83f3cbbb2aedfc580dff78d5cfb63ed"/><file name="bullet.png" hash="4170a819def262378e75d660fc07ceb2"/><file name="bx_loader.gif" hash="931bdb6b50816b03206c66921760b246"/><file name="cards.PNG" hash="96b689cf5da2693e24d7898c6ebcb987"/><file name="cart-icon.png" hash="72aaee5ba5550b8b471e9b18bf333766"/><file name="christmastree.png" hash="61c7aa60bb4141cb4cfec80b16a12c4d"/><file name="communication-care.gif" hash="aa175146c0160e38a972dea7b426847d"/><file name="company.jpg" hash="8443adb6407aafdfdee75988d81c4cc6"/><file name="computer.png" hash="816b81934bed9612375b45496b7cbb8a"/><file name="controls.png" hash="d9d25372f38c6b242b9b51d5841fe86e"/><file name="cvv.gif" hash="83cdd38bf110b0f9c52fe84b56f45298"/><file name="discover.gif" hash="37fd7aadb06e0cf3af341c467b19ad81"/><file name="fam_book_open.png" hash="0ba89b9fbe7e88d4c6896ed0a1f495aa"/><file name="fancybox_loading.gif" hash="328cc0f6c78211485058d460e80f4fa8"/><file name="fancybox_loading@2x.gif" hash="f92938639fa894a0e8ded1c3368abe98"/><file name="fancybox_overlay.png" hash="77aeaa52715b898b73c74d68c630330e"/><file name="fancybox_sprite.png" hash="783d4031fe50c3d83c960911e1fbc705"/><file name="fancybox_sprite@2x.png" hash="ed9970ce22242421e66ff150aa97fe5f"/><dir name="favicon"><file name="Thumbs.db" hash="728f173edc7060d5fc683b593f5bd2bd"/><file name="apple-touch-icon-114x114.png" hash="8429140f08d752d92168af9c915702bf"/><file name="apple-touch-icon-120x120.png" hash="56b5076332a67d27c60b4e8c4e710b16"/><file name="apple-touch-icon-144x144.png" hash="055f7976a622198a9510ada0c1fe70c4"/><file name="apple-touch-icon-152x152.png" hash="af85272d90ec646e86643e9f55b7587d"/><file name="apple-touch-icon-180x180.png" hash="1bbeee70a764ebf73f2b939dd1abb0bb"/><file name="apple-touch-icon-57x57.png" hash="c9cdf33d81a9c97a360f707e3d7dfc5a"/><file name="apple-touch-icon-60x60.png" hash="ae30229d62700cfe98c4a68cb5a6cc10"/><file name="apple-touch-icon-72x72.png" hash="629528a87fa8d7a3978ee3dfdb1ea287"/><file name="apple-touch-icon-76x76.png" hash="f1bb7c9f3f3ca0ee24adeb2914933bdb"/><file name="apple-touch-icon-precomposed.png" hash="e0324399de418fa196785c3add9c89ef"/><file name="apple-touch-icon.png" hash="1bbeee70a764ebf73f2b939dd1abb0bb"/><file name="browserconfig.xml" hash="3933d65858dd7b57d428b0d547b15179"/><file name="favicon-160x160.png" hash="a6dde236f33a882c8c8cb66f9fe387cc"/><file name="favicon-16x16.png" hash="ea3c54f2b1f2a65aeac9c27e17e90616"/><file name="favicon-192x192.png" hash="9b86160295e8e3833ba811e8acd49d77"/><file name="favicon-32x32.png" hash="f385dcf2edbce42278b321cb9e149667"/><file name="favicon-96x96.png" hash="5f2d2f01f06335ed75e185cf9dcacb9c"/><file name="favicon.ico" hash="0a5141f1b529e7a00b3926b163411fe1"/><file name="mstile-144x144.png" hash="3c047bc78d73e1b18237cae1da08db85"/><file name="mstile-150x150.png" hash="24a72f1050da6bca6fae2b215c39217b"/><file name="mstile-310x150.png" hash="39fa5aab4100cba1aede008f7ae70b46"/><file name="mstile-310x310.png" hash="22f36992204d669a0cc597657192b187"/><file name="mstile-70x70.png" hash="9d79a5bba84271b085acfe9342e3c53a"/></dir><file name="flag_german.jpg" hash="4de5ca22f9483d97cdbc2d5f81abe56d"/><dir name="flags"><file name="Thumbs.db" hash="572d830388aa95e0d67e7a82709e31e2"/><file name="flag_default.png" hash="9ee242a35e610e5fdd4b44e9824646ef"/><file name="flag_french.png" hash="acac6d8a70aa69772cd16c271e50ff10"/><file name="flag_german.png" hash="b45f080753b66c752ce3c7ff835e778c"/></dir><file name="footerlibg.png" hash="c5c3be86edd351f405f4a75f2d803c44"/><file name="free-shipping.gif" hash="bda4895851bb36cedac3a7b8a6addbcc"/><file name="glyphicons-halflings-white.png" hash="9bbc6e9602998a385c2ea13df56470fd"/><file name="glyphicons-halflings.png" hash="2516339970d710819585f90773aebe0a"/><file name="how-to-buy.jpg" hash="385be7479433e2be9d4a98ce3b85a56b"/><file name="i_asc_arrow.gif" hash="40aa554212d6a1f60593c27d78d85fa3"/><file name="i_availability_only_arrow.gif" hash="0cf32b72fefc94b89b74e4f3f02c2e93"/><file name="i_desc_arrow.gif" hash="92fd194bfae4ce5ae3354e1e47d7ac7d"/><file name="i_msg-error.gif" hash="e4f28607f075a105e53fa3113d84bd26"/><file name="i_msg-note.gif" hash="e774ee481a2820789c1a77112377c4e0"/><file name="i_msg-success.gif" hash="834dfafd5f8b44c4b24a4c00add56fcf"/><file name="i_notice.gif" hash="ebd56dc80b8346e10e93628bc0e6c372"/><file name="i_pager-next.gif" hash="ed4d6640624c2b6edeab4c212314bd6d"/><file name="i_pager-prev.gif" hash="75973b020105dccbaf34e49d7852552d"/><file name="i_print.gif" hash="0aed138181495642e9ab29e55d194d40"/><file name="i_rss-big.png" hash="6cf70e7c52a3f3d7b833ccadb041a555"/><file name="i_rss.gif" hash="e5bbc388d818c142868b4a1df0b48793"/><file name="icons-lion.psp" hash="f016a8f3bc00e5398231b49085bef74f"/><file name="icons.gif" hash="fb58aa2feba98c5f099eee555348bdc7"/><file name="large-promotional-banner.jpg" hash="46ff9fcf85fc2357c8f51698b73337a5"/><file name="link-separator.png" hash="d697babaabfea15a268012ab690ebf3d"/><file name="loading.gif" hash="7b9776076d5fceef4993b55c9383dedd"/><file name="logo.gif" hash="4d423e94f33373f29377b87a1c1d1220"/><file name="logo_email.gif" hash="76b870c2d1703f2fa73a5850d6c16649"/><file name="logo_print.gif" hash="d494919aab4bc98089301200ee6c9d6f"/><file name="magentosheet.png" hash="20b44d3c31d4ad70d45e47f596820126"/><file name="magnifier_handle.gif" hash="238fbdd7959f517db11c6f57ee4daaf4"/><file name="mastercard.gif" hash="cbbe0ad14e544115d81f96b3680374d7"/><file name="mega-menu.png" hash="d55ca6575ed0dca90a6be338cfd7a213"/><file name="money-back.gif" hash="05fdfcb1cc665deec8ee22f17cca1916"/><file name="opc-ajax-loader.gif" hash="e805ea7eca1f34c75ba0f93780d32d38"/><file name="order.jpg" hash="950efd9c78170a0fbe8bf698e1991499"/><file name="pager_arrow_left.gif" hash="75973b020105dccbaf34e49d7852552d"/><file name="pager_arrow_left.png" hash="92d3615f8be109ee9db1c1dd7230394b"/><file name="pager_arrow_right.gif" hash="ed4d6640624c2b6edeab4c212314bd6d"/><file name="pager_arrow_right.png" hash="74ac0e22bbe66d6333325afe5d2aea7b"/><file name="pause-icon.png" hash="3f60ed4cedfeecf057276b78c3f63ea2"/><file name="payment-new.gif" hash="99d69cd7a13bcbda8390ad54cd19df3c"/><file name="payment.jpg" hash="9e0582625a9a46510e0a2818f27709f2"/><file name="plus.gif" hash="9163feb2e445ad4634884df9fd7db0b4"/><file name="promote-sidebar-right.jpg" hash="b68857a8f07cc24ba3a923440a30b3de"/><file name="responsive-image-2.png" hash="160fb10e0f6b4cea5a4e09281af8d077"/><file name="responsive-image.jpg" hash="385be7479433e2be9d4a98ce3b85a56b"/><file name="responsive-layout.png" hash="09d0c354dee08a558e84e475808bf59a"/><file name="return-policy.jpg" hash="d3140a1b6ea21c3d826a658958a531fe"/><file name="sale-sidebar-left.jpg" hash="adcfe581009414bce44751d09460e188"/><file name="sequence-logo.png" hash="a9c0fdd0e96f896c0b14b93e2700507c"/><file name="shipments.jpg" hash="21b53f7fbceab0e17c27acb36a41eb2b"/><file name="slider_bg.gif" hash="87bc1b46d87de4f6252c7216216627c3"/><file name="slider_btn_zoom_in.gif" hash="ef0fc67f77f30827ee67f4e744b60781"/><file name="slider_btn_zoom_out.gif" hash="68b3d1c28dc5aec4f6b64d70a6996b6f"/><file name="small-seasonal-banner.jpg" hash="ed978f1f6f02b7d4233490f167d5bc6b"/><file name="spacer.gif" hash="df3e567d6f16d040326c7a0ea29a4f41"/><file name="special-gift.gif" hash="e6211851baa350ea6d94926855f8f46d"/><file name="special.jpg" hash="4118c2da017146636c2f7411a24b018a"/><file name="sprite.png" hash="28af0bbd30b68a1bca25e0d54b11494e"/><file name="unlimited-colors.png" hash="9b349378486b3aeceb312562c816a7e0"/><file name="validation_advice_bg.gif" hash="b85432906de8985a8b14eeb2dc652d3c"/><file name=".DS_Store" hash="fc9b87e7a1b2ef7d893c3fde07cf36fa"/></dir><dir name="js"><file name="bootstrap.js" hash="f91d38466de6410297c6dcd8287abbca"/><file name="bootstrap.min.js" hash="abda843684d022f3bc22bc83927fe05f"/><file name="html5shiv.js" hash="0ce8f355891c26c28f057e195e97dcd5"/><file name="jquery-1.11.0.min.js" hash="8fc25e27d42774aeae6edbc0a18b72aa"/><file name="jquery-migrate-1.2.1.min.js" hash="eb05d8d73b5b13d8d84308a4751ece96"/><file name="jquery.bxslider.min.js" hash="697d69a48e5356f7106e38c09f7f19e0"/><file name="jquery.carouFredSel-6.2.1-packed.js" hash="72805fb6fa518285d00f3721f2eeed88"/><file name="jquery.carouFredSel-6.2.1.js" hash="9babde3418cc4d0b0f46b2390c428988"/><file name="jquery.easytree.js" hash="1bb1154a9355062fd8e3d98ea16484cd"/><file name="jquery.fancybox.js" hash="921e9cb04ad6e2559869ec845c5be39b"/><file name="jquery.nivo.slider.js" hash="2376c698bb566fddcb6b680a98d42dc3"/><file name="jquery.prettyPhoto.js" hash="51d2c2977e3dbb58e8ee5a5f52673aa0"/><file name="jquery.scripts.js" hash="7d7adc8c24e36ed895c19355b77d2d62"/><file name="jquery.sequence-min.js" hash="8f50ff2125b4e627c1516afda92e1462"/><file name="modernizr-2.6.2-respond-1.1.0.min.js" hash="13547d58c7c9d260d205565f42c90cfe"/><file name="respond.min.js" hash="972b9d5576bfe0a34b18cd9e4f99d747"/><file name="wow.js" hash="9d3d41f73b4effeb256bd30fcdbe4eae"/></dir></dir></dir></dir></target></contents>
23
  <compatible/>
24
+ <dependencies><required><php><min>5.4.0</min><max>5.7.0</max></php></required></dependencies>
25
  </package>
skin/frontend/accessshop/default/css/main.css CHANGED
@@ -1872,7 +1872,7 @@ top: 6px;}
1872
  font-size: 58px;
1873
  }
1874
  .bg2 h2.title {
1875
- font-size: 58px;
1876
  }
1877
  .bg2 .subtitle{
1878
  top: 47% !important;
1872
  font-size: 58px;
1873
  }
1874
  .bg2 h2.title {
1875
+ font-size: 55px;
1876
  }
1877
  .bg2 .subtitle{
1878
  top: 47% !important;