Version Notes
1.9.0.0
Download this release
Release Info
Developer | Magento Core Team |
Extension | Interface_Frontend_Default_Modern |
Version | 1.9.0.0 |
Comparing to | |
See all releases |
Code changes from version 1.8.1.0 to 1.9.0.0
- app/design/frontend/default/modern/etc/theme.xml +30 -0
- app/design/frontend/default/modern/etc/widget.xml +1 -1
- app/design/frontend/default/modern/layout/catalog.xml +1 -1
- app/design/frontend/default/modern/layout/catalogsearch.xml +1 -1
- app/design/frontend/default/modern/layout/checkout.xml +1 -1
- app/design/frontend/default/modern/layout/contacts.xml +1 -1
- app/design/frontend/default/modern/layout/customer.xml +1 -1
- app/design/frontend/default/modern/layout/newsletter.xml +1 -1
- app/design/frontend/default/modern/layout/page.xml +1 -1
- app/design/frontend/default/modern/layout/payment.xml +1 -1
- app/design/frontend/default/modern/layout/persistent.xml +1 -1
- app/design/frontend/default/modern/layout/review.xml +1 -1
- app/design/frontend/default/modern/layout/rss.xml +1 -1
- app/design/frontend/default/modern/layout/sales.xml +1 -1
- app/design/frontend/default/modern/layout/sendfriend.xml +1 -1
- app/design/frontend/default/modern/layout/tag.xml +1 -1
- app/design/frontend/default/modern/layout/wishlist.xml +1 -1
- app/design/frontend/default/modern/template/catalog/product/list.phtml +1 -1
- app/design/frontend/default/modern/template/catalog/product/list/upsell.phtml +1 -1
- app/design/frontend/default/modern/template/catalog/product/view.phtml +1 -1
- app/design/frontend/default/modern/template/catalog/product/view/media.phtml +1 -1
- app/design/frontend/default/modern/template/catalog/product/view/tabs.phtml +1 -1
- app/design/frontend/default/modern/template/catalogsearch/form.mini.phtml +1 -1
- app/design/frontend/default/modern/template/checkout/cart.phtml +1 -1
- app/design/frontend/default/modern/template/newsletter/subscribe.phtml +1 -1
- app/design/frontend/default/modern/template/page/3columns.phtml +1 -1
- app/design/frontend/default/modern/template/page/html/footer.phtml +1 -1
- app/design/frontend/default/modern/template/page/html/header.phtml +1 -1
- app/design/frontend/default/modern/template/sample/home.phtml +1 -1
- package.xml +6 -6
- skin/frontend/default/modern/css/print.css +1 -1
- skin/frontend/default/modern/css/styles-ie.css +1 -1
- skin/frontend/default/modern/css/styles.css +1 -1
- skin/frontend/default/modern/css/widgets.css +1 -1
app/design/frontend/default/modern/etc/theme.xml
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<!--
|
3 |
+
/**
|
4 |
+
* Magento
|
5 |
+
*
|
6 |
+
* NOTICE OF LICENSE
|
7 |
+
*
|
8 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
9 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
10 |
+
* It is also available through the world-wide-web at this URL:
|
11 |
+
* http://opensource.org/licenses/afl-3.0.php
|
12 |
+
* If you did not receive a copy of the license and are unable to
|
13 |
+
* obtain it through the world-wide-web, please send an email
|
14 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
15 |
+
*
|
16 |
+
* DISCLAIMER
|
17 |
+
*
|
18 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
19 |
+
* versions in the future. If you wish to customize Magento for your
|
20 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
21 |
+
*
|
22 |
+
* @category design
|
23 |
+
* @package default_modern
|
24 |
+
* @copyright Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
|
25 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
26 |
+
*/
|
27 |
+
-->
|
28 |
+
<theme>
|
29 |
+
<parent>default/default</parent>
|
30 |
+
</theme>
|
app/design/frontend/default/modern/etc/widget.xml
CHANGED
@@ -21,7 +21,7 @@
|
|
21 |
*
|
22 |
* @category design
|
23 |
* @package default_modern
|
24 |
-
* @copyright Copyright (c)
|
25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
26 |
*/
|
27 |
-->
|
21 |
*
|
22 |
* @category design
|
23 |
* @package default_modern
|
24 |
+
* @copyright Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
|
25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
26 |
*/
|
27 |
-->
|
app/design/frontend/default/modern/layout/catalog.xml
CHANGED
@@ -21,7 +21,7 @@
|
|
21 |
*
|
22 |
* @category design
|
23 |
* @package default_modern
|
24 |
-
* @copyright Copyright (c)
|
25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
26 |
*/
|
27 |
|
21 |
*
|
22 |
* @category design
|
23 |
* @package default_modern
|
24 |
+
* @copyright Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
|
25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
26 |
*/
|
27 |
|
app/design/frontend/default/modern/layout/catalogsearch.xml
CHANGED
@@ -21,7 +21,7 @@
|
|
21 |
*
|
22 |
* @category design
|
23 |
* @package default_modern
|
24 |
-
* @copyright Copyright (c)
|
25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
26 |
*/
|
27 |
|
21 |
*
|
22 |
* @category design
|
23 |
* @package default_modern
|
24 |
+
* @copyright Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
|
25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
26 |
*/
|
27 |
|
app/design/frontend/default/modern/layout/checkout.xml
CHANGED
@@ -21,7 +21,7 @@
|
|
21 |
*
|
22 |
* @category design
|
23 |
* @package default_modern
|
24 |
-
* @copyright Copyright (c)
|
25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
26 |
*/
|
27 |
|
21 |
*
|
22 |
* @category design
|
23 |
* @package default_modern
|
24 |
+
* @copyright Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
|
25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
26 |
*/
|
27 |
|
app/design/frontend/default/modern/layout/contacts.xml
CHANGED
@@ -21,7 +21,7 @@
|
|
21 |
*
|
22 |
* @category design
|
23 |
* @package default_modern
|
24 |
-
* @copyright Copyright (c)
|
25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
26 |
*/
|
27 |
-->
|
21 |
*
|
22 |
* @category design
|
23 |
* @package default_modern
|
24 |
+
* @copyright Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
|
25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
26 |
*/
|
27 |
-->
|
app/design/frontend/default/modern/layout/customer.xml
CHANGED
@@ -21,7 +21,7 @@
|
|
21 |
*
|
22 |
* @category design
|
23 |
* @package default_modern
|
24 |
-
* @copyright Copyright (c)
|
25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
26 |
*/
|
27 |
|
21 |
*
|
22 |
* @category design
|
23 |
* @package default_modern
|
24 |
+
* @copyright Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
|
25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
26 |
*/
|
27 |
|
app/design/frontend/default/modern/layout/newsletter.xml
CHANGED
@@ -21,7 +21,7 @@
|
|
21 |
*
|
22 |
* @category design
|
23 |
* @package default_modern
|
24 |
-
* @copyright Copyright (c)
|
25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
26 |
*/
|
27 |
|
21 |
*
|
22 |
* @category design
|
23 |
* @package default_modern
|
24 |
+
* @copyright Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
|
25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
26 |
*/
|
27 |
|
app/design/frontend/default/modern/layout/page.xml
CHANGED
@@ -21,7 +21,7 @@
|
|
21 |
*
|
22 |
* @category design
|
23 |
* @package default_modern
|
24 |
-
* @copyright Copyright (c)
|
25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
26 |
*/
|
27 |
-->
|
21 |
*
|
22 |
* @category design
|
23 |
* @package default_modern
|
24 |
+
* @copyright Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
|
25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
26 |
*/
|
27 |
-->
|
app/design/frontend/default/modern/layout/payment.xml
CHANGED
@@ -21,7 +21,7 @@
|
|
21 |
*
|
22 |
* @category design
|
23 |
* @package default_modern
|
24 |
-
* @copyright Copyright (c)
|
25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
26 |
*/
|
27 |
|
21 |
*
|
22 |
* @category design
|
23 |
* @package default_modern
|
24 |
+
* @copyright Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
|
25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
26 |
*/
|
27 |
|
app/design/frontend/default/modern/layout/persistent.xml
CHANGED
@@ -21,7 +21,7 @@
|
|
21 |
*
|
22 |
* @category design
|
23 |
* @package default_modern
|
24 |
-
* @copyright Copyright (c)
|
25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
26 |
*/
|
27 |
-->
|
21 |
*
|
22 |
* @category design
|
23 |
* @package default_modern
|
24 |
+
* @copyright Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
|
25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
26 |
*/
|
27 |
-->
|
app/design/frontend/default/modern/layout/review.xml
CHANGED
@@ -21,7 +21,7 @@
|
|
21 |
*
|
22 |
* @category design
|
23 |
* @package default_modern
|
24 |
-
* @copyright Copyright (c)
|
25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
26 |
*/
|
27 |
|
21 |
*
|
22 |
* @category design
|
23 |
* @package default_modern
|
24 |
+
* @copyright Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
|
25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
26 |
*/
|
27 |
|
app/design/frontend/default/modern/layout/rss.xml
CHANGED
@@ -21,7 +21,7 @@
|
|
21 |
*
|
22 |
* @category design
|
23 |
* @package default_modern
|
24 |
-
* @copyright Copyright (c)
|
25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
26 |
*/
|
27 |
-->
|
21 |
*
|
22 |
* @category design
|
23 |
* @package default_modern
|
24 |
+
* @copyright Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
|
25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
26 |
*/
|
27 |
-->
|
app/design/frontend/default/modern/layout/sales.xml
CHANGED
@@ -21,7 +21,7 @@
|
|
21 |
*
|
22 |
* @category design
|
23 |
* @package default_modern
|
24 |
-
* @copyright Copyright (c)
|
25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
26 |
*/
|
27 |
|
21 |
*
|
22 |
* @category design
|
23 |
* @package default_modern
|
24 |
+
* @copyright Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
|
25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
26 |
*/
|
27 |
|
app/design/frontend/default/modern/layout/sendfriend.xml
CHANGED
@@ -21,7 +21,7 @@
|
|
21 |
*
|
22 |
* @category design
|
23 |
* @package default_modern
|
24 |
-
* @copyright Copyright (c)
|
25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
26 |
*/
|
27 |
-->
|
21 |
*
|
22 |
* @category design
|
23 |
* @package default_modern
|
24 |
+
* @copyright Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
|
25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
26 |
*/
|
27 |
-->
|
app/design/frontend/default/modern/layout/tag.xml
CHANGED
@@ -21,7 +21,7 @@
|
|
21 |
*
|
22 |
* @category design
|
23 |
* @package default_modern
|
24 |
-
* @copyright Copyright (c)
|
25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
26 |
*/
|
27 |
|
21 |
*
|
22 |
* @category design
|
23 |
* @package default_modern
|
24 |
+
* @copyright Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
|
25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
26 |
*/
|
27 |
|
app/design/frontend/default/modern/layout/wishlist.xml
CHANGED
@@ -21,7 +21,7 @@
|
|
21 |
*
|
22 |
* @category design
|
23 |
* @package default_modern
|
24 |
-
* @copyright Copyright (c)
|
25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
26 |
*/
|
27 |
|
21 |
*
|
22 |
* @category design
|
23 |
* @package default_modern
|
24 |
+
* @copyright Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
|
25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
26 |
*/
|
27 |
|
app/design/frontend/default/modern/template/catalog/product/list.phtml
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category design
|
22 |
* @package default_modern
|
23 |
-
* @copyright Copyright (c)
|
24 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
*/
|
26 |
?>
|
20 |
*
|
21 |
* @category design
|
22 |
* @package default_modern
|
23 |
+
* @copyright Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
|
24 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
*/
|
26 |
?>
|
app/design/frontend/default/modern/template/catalog/product/list/upsell.phtml
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category design
|
22 |
* @package default_modern
|
23 |
-
* @copyright Copyright (c)
|
24 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
*/
|
26 |
?>
|
20 |
*
|
21 |
* @category design
|
22 |
* @package default_modern
|
23 |
+
* @copyright Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
|
24 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
*/
|
26 |
?>
|
app/design/frontend/default/modern/template/catalog/product/view.phtml
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category design
|
22 |
* @package default_modern
|
23 |
-
* @copyright Copyright (c)
|
24 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category design
|
22 |
* @package default_modern
|
23 |
+
* @copyright Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
|
24 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
*/
|
26 |
|
app/design/frontend/default/modern/template/catalog/product/view/media.phtml
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category design
|
22 |
* @package default_modern
|
23 |
-
* @copyright Copyright (c)
|
24 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category design
|
22 |
* @package default_modern
|
23 |
+
* @copyright Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
|
24 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
*/
|
26 |
|
app/design/frontend/default/modern/template/catalog/product/view/tabs.phtml
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category design
|
22 |
* @package default_modern
|
23 |
-
* @copyright Copyright (c)
|
24 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category design
|
22 |
* @package default_modern
|
23 |
+
* @copyright Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
|
24 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
*/
|
26 |
|
app/design/frontend/default/modern/template/catalogsearch/form.mini.phtml
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category design
|
22 |
* @package default_modern
|
23 |
-
* @copyright Copyright (c)
|
24 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
*/
|
26 |
/* @var $this Mage_Core_Block_Template */
|
20 |
*
|
21 |
* @category design
|
22 |
* @package default_modern
|
23 |
+
* @copyright Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
|
24 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
*/
|
26 |
/* @var $this Mage_Core_Block_Template */
|
app/design/frontend/default/modern/template/checkout/cart.phtml
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category design
|
22 |
* @package default_modern
|
23 |
-
* @copyright Copyright (c)
|
24 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
*/
|
26 |
?>
|
20 |
*
|
21 |
* @category design
|
22 |
* @package default_modern
|
23 |
+
* @copyright Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
|
24 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
*/
|
26 |
?>
|
app/design/frontend/default/modern/template/newsletter/subscribe.phtml
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category design
|
22 |
* @package default_modern
|
23 |
-
* @copyright Copyright (c)
|
24 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
*/
|
26 |
?>
|
20 |
*
|
21 |
* @category design
|
22 |
* @package default_modern
|
23 |
+
* @copyright Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
|
24 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
*/
|
26 |
?>
|
app/design/frontend/default/modern/template/page/3columns.phtml
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category design
|
22 |
* @package default_modern
|
23 |
-
* @copyright Copyright (c)
|
24 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
*/
|
26 |
?>
|
20 |
*
|
21 |
* @category design
|
22 |
* @package default_modern
|
23 |
+
* @copyright Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
|
24 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
*/
|
26 |
?>
|
app/design/frontend/default/modern/template/page/html/footer.phtml
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category design
|
22 |
* @package default_modern
|
23 |
-
* @copyright Copyright (c)
|
24 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
*/
|
26 |
?>
|
20 |
*
|
21 |
* @category design
|
22 |
* @package default_modern
|
23 |
+
* @copyright Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
|
24 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
*/
|
26 |
?>
|
app/design/frontend/default/modern/template/page/html/header.phtml
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category design
|
22 |
* @package default_modern
|
23 |
-
* @copyright Copyright (c)
|
24 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
*/
|
26 |
/**
|
20 |
*
|
21 |
* @category design
|
22 |
* @package default_modern
|
23 |
+
* @copyright Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
|
24 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
*/
|
26 |
/**
|
app/design/frontend/default/modern/template/sample/home.phtml
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category design
|
22 |
* @package default_modern
|
23 |
-
* @copyright Copyright (c)
|
24 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
*/
|
26 |
?>
|
20 |
*
|
21 |
* @category design
|
22 |
* @package default_modern
|
23 |
+
* @copyright Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
|
24 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
*/
|
26 |
?>
|
package.xml
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Interface_Frontend_Default_Modern</name>
|
4 |
-
<version>1.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/afl-3.0.php">AFL v3.0</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>This is a new alternative theme to the Magento default interface.</summary>
|
10 |
<description>This is a new alternative theme to the Magento default interface. This theme delivers a more cooperate look and feel with a clean and simplistic design.</description>
|
11 |
-
<notes>1.
|
12 |
<authors><author><name>Magento Core Team</name><user>core</user><email>core@magentocommerce.com</email></author></authors>
|
13 |
-
<date>
|
14 |
-
<time>
|
15 |
-
<contents><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="modern"><dir name="etc"><file name="widget.xml" hash="
|
16 |
<compatible/>
|
17 |
-
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php><package><name>Mage_Core_Modules</name><channel>community</channel><min>1.
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Interface_Frontend_Default_Modern</name>
|
4 |
+
<version>1.9.0.0</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/afl-3.0.php">AFL v3.0</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>This is a new alternative theme to the Magento default interface.</summary>
|
10 |
<description>This is a new alternative theme to the Magento default interface. This theme delivers a more cooperate look and feel with a clean and simplistic design.</description>
|
11 |
+
<notes>1.9.0.0</notes>
|
12 |
<authors><author><name>Magento Core Team</name><user>core</user><email>core@magentocommerce.com</email></author></authors>
|
13 |
+
<date>2014-05-07</date>
|
14 |
+
<time>14:07:14</time>
|
15 |
+
<contents><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="modern"><dir name="etc"><file name="theme.xml" hash="be2e895a184af948a6d99769e134734a"/><file name="widget.xml" hash="3c960f8a59095597acd7e4d4652b67aa"/></dir><dir name="layout"><file name="catalog.xml" hash="053e16e7b5cfe9a540924c6beaf952bb"/><file name="catalogsearch.xml" hash="4ef8691bf7867caa9972454572dcadc2"/><file name="checkout.xml" hash="baebaa92e06e1dd83c92ca7c50e9f0cb"/><file name="contacts.xml" hash="877e644dbef93a86e64f353543aeb74e"/><file name="customer.xml" hash="c52b39ebc2caf0b2a74a1614c95ff1d3"/><file name="newsletter.xml" hash="ab0b6454c8464cce851a9706da014c48"/><file name="page.xml" hash="e1caebb398b7bad43e7a339b38d7c773"/><file name="payment.xml" hash="08997e0b0aeed35557b5efcecd1eab88"/><file name="persistent.xml" hash="34ff59ff5d0203764e692662b2416081"/><file name="review.xml" hash="597cc0572b0e428c9321d8543868d965"/><file name="rss.xml" hash="6436b8087ab192b68ec896a40fdded3f"/><file name="sales.xml" hash="c061553d3d8c66153df33a9f52d9c1c3"/><file name="sendfriend.xml" hash="ffeaff4b11dce48dac47d7bfb3540e7d"/><file name="tag.xml" hash="83bedd88761539b6870c3230e53e5f1d"/><file name="wishlist.xml" hash="6a86cb1bf71d517e75b16d26beb8f7ac"/></dir><dir name="locale"><dir name="en_US"><file name="translate.csv" hash="793e1ff86039f24caff6fad87a094fa1"/></dir></dir><dir name="template"><dir name="catalog"><dir name="product"><dir name="list"><file name="upsell.phtml" hash="2d06f7a834c4f24d26802b796276b74a"/></dir><file name="list.phtml" hash="db462df6729636ab1ee6a542e2ad50e6"/><dir name="view"><file name="media.phtml" hash="46cf6539b59240bd4869390074a99690"/><file name="tabs.phtml" hash="6058ff1fe591e61a2b266131735efde4"/></dir><file name="view.phtml" hash="1e73dba7e1dfc45af8a597dcbd18341c"/></dir></dir><dir name="catalogsearch"><file name="form.mini.phtml" hash="f83b30bcd70c493246ff76469d56ea1e"/></dir><dir name="checkout"><file name="cart.phtml" hash="843f3032803898aa7db22e75258f5c04"/></dir><dir name="newsletter"><file name="subscribe.phtml" hash="c9057b3c001fe95fe6c402a24b333816"/></dir><dir name="page"><file name="3columns.phtml" hash="5c72f9b2ca4328d90db5057951eb270e"/><dir name="html"><file name="footer.phtml" hash="f2db925a7075d2f74a55005060087920"/><file name="header.phtml" hash="1fd678f8d5113a57e38ab535754b38c5"/></dir></dir><dir name="sample"><file name="home.phtml" hash="164c70b67c0e30373e990631027cefeb"/></dir></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="default"><dir name="modern"><dir name="css"><file name="print.css" hash="a9090dece0fa50b3a8962bdd669f6c68"/><file name="styles-ie.css" hash="d44a700e47e29bdc97601c97692d311d"/><file name="styles.css" hash="622ba9fad0217341ec4758765d786e40"/><file name="widgets.css" hash="6c9e06a63acfa6404fe4ef8071265d05"/></dir><file name="favicon.ico" hash="88733ee53676a47fc354a61c32516e82"/><dir name="images"><file name="bkg_add-to.gif" hash="30ad4986308f5012175006648ec002c4"/><file name="bkg_block-layered-title.gif" hash="5ba30a503859e0c74703e9451dc66ca5"/><file name="bkg_body.gif" hash="f721950262bb5c60227ee74bb435fa79"/><file name="bkg_btn-green.gif" hash="732c08dcbb45ecc07305a6fcc8a8e1a2"/><file name="bkg_btn-small.gif" hash="63a4d1b7cf6cf9f8c2ba557c21b3d6ec"/><file name="bkg_btn-small.png" hash="395fbc85113004f09b8e497c766f0b26"/><file name="bkg_btn.gif" hash="1b9a2115bfd66afd1d47b9872de1f9e8"/><file name="bkg_btn.png" hash="df9af47f282450892546effa54e7da59"/><file name="bkg_cart-totals.gif" hash="1fbacde3b2afd6562f35d0bc21ea41c5"/><file name="bkg_collapse-gm.gif" hash="37c585c23bbfbb3ef8f51191513d435b"/><file name="bkg_collapse.gif" hash="2333c68e38163ed4656da82b9bcf362b"/><file name="bkg_grid.gif" hash="a6f64fedbac51fb1b86184cd488cc4e6"/><file name="bkg_nav_parent.gif" hash="0208ae272e474b99bf1f8743b525c342"/><file name="bkg_nav_top.gif" hash="e208d78164da001372d050b4933d021c"/><file name="bkg_pipe1.gif" hash="bca445209e5b0c9390c526ff6fb9bfcf"/><file name="bkg_pipe2.gif" hash="7da64eefaf4da3855ab6ee76dbced0c2"/><file name="bkg_pipe3.gif" hash="11bfac1e590f0c77fb12f37d7f05cd3c"/><file name="bkg_rating.gif" hash="d2ea21ea9824962892adf2e9d78f03ba"/><file name="bkg_subtotal.gif" hash="fa2f26527c87fc6b00be8b5e594e52f4"/><file name="bkg_tabs.gif" hash="3929ea638ee939e2280b909d291dd706"/><file name="bkg_toolbar.gif" hash="b51ad5ce6fc7c93c7be429822b7d0f54"/><file name="bkg_top-promo.gif" hash="9e11a17ae228afd7073f5082daa68094"/><file name="btn_checkout.gif" hash="79b6d671dc425b20d024255e76187f70"/><file name="btn_edit.gif" hash="a723d24e578ae946d29c46585d91f066"/><file name="btn_previous.gif" hash="2134c0c1f262054e782265b74672f64e"/><file name="btn_remove.gif" hash="e106b9cea6e73407f5311ebf024ebbbb"/><file name="btn_trash.gif" hash="bcb22f558a0eb32243a2a36645189e9f"/><file name="btn_window_close.gif" hash="e106b9cea6e73407f5311ebf024ebbbb"/><file name="calendar.gif" hash="b1468e5239504974c689eea5d93f86d4"/><dir name="catalog"><dir name="product"><dir name="placeholder"><file name="image.jpg" hash="097ab8a3051bc037ea3de0e17f440540"/><file name="small_image.jpg" hash="f825d16f97a640453553c79c48ebaa73"/><file name="thumbnail.jpg" hash="b2b682d28a08a748a73d2cda70ab5a57"/></dir></dir></dir><file name="cvv.gif" hash="83cdd38bf110b0f9c52fe84b56f45298"/><file name="fam_book_open.png" hash="0ba89b9fbe7e88d4c6896ed0a1f495aa"/><file name="grid-cal.gif" hash="b1468e5239504974c689eea5d93f86d4"/><file name="i_asc_arrow.gif" hash="54fa7a2610dca6402a8159a0de658894"/><file name="i_availability_only.gif" hash="bca1f00a50864171ad98317b778e869c"/><file name="i_availability_only_arrow.gif" hash="0cf32b72fefc94b89b74e4f3f02c2e93"/><file name="i_desc_arrow.gif" hash="2ffa641590dbc5017952f77135d96185"/><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="b565ec86dceddf2c89397a31a6fc9bc8"/><file name="i_pager-prev.gif" hash="ba5d000eb30be2f5b9d8f1aa85cdf478"/><file name="i_print.gif" hash="0aed138181495642e9ab29e55d194d40"/><file name="i_rss-big.png" hash="6cf70e7c52a3f3d7b833ccadb041a555"/><file name="i_rss.gif" hash="e5bbc388d818c142868b4a1df0b48793"/><file name="logo.gif" hash="47bc079d9b3933c419739b580e4d0f39"/><file name="logo_email.gif" hash="47bc079d9b3933c419739b580e4d0f39"/><file name="logo_print.gif" hash="47bc079d9b3933c419739b580e4d0f39"/><file name="magnifier_handle.gif" hash="2ee40683870a2bef5c5b34d30c84d6d8"/><file name="map_popup_arrow.gif" hash="447cca32b28856fa8382a53d478ea3dc"/><dir name="media"><file name="callout1.jpg" hash="0f274fb85b3f1b153072f8478ced414e"/><file name="footer_callout.png" hash="9dc69b9d5517457e08dfce85424e6e16"/><file name="fpo_no_crosssell.gif" hash="7aa2defb505f4d1353fadaac00812501"/><file name="home_co_bottom.gif" hash="52eb6bdfa8926e7a2d0e381b1604e868"/><file name="home_co_br.gif" hash="8ae386c3822b77287a6339068f53953b"/><file name="home_co_main.jpg" hash="c74e1e5276d3c09c6089ce157bda0b24"/><file name="home_co_tr.gif" hash="4fec17962d091640046cab9aa9f4b42e"/><file name="left_col_callout.jpg" hash="e19cc46c3c2b3777484d2847da8564d8"/></dir><file name="opc-ajax-loader.gif" hash="2d5cf231c4f520b5c2b4de5536ecb82d"/><file name="pager_arrow_left.gif" hash="ba5d000eb30be2f5b9d8f1aa85cdf478"/><file name="pager_arrow_right.gif" hash="b565ec86dceddf2c89397a31a6fc9bc8"/><file name="slider_bg.gif" hash="a1b9c405b99162b803ea0026371c38c3"/><file name="slider_btn_zoom_in.gif" hash="e1fb26133b6b00cf548ecb0225867c8e"/><file name="slider_btn_zoom_out.gif" hash="17567db9d985e26ab13cbed6e81abb44"/><file name="spacer.gif" hash="df3e567d6f16d040326c7a0ea29a4f41"/><file name="validation_advice_bg.gif" hash="992b643e08dd71f20de7f94f29e647ba"/><dir name="widgets"><file name="i_widget-link.gif" hash="1bf753578171f147f0203e7b13bdd0c4"/></dir></dir></dir></dir></dir></target></contents>
|
16 |
<compatible/>
|
17 |
+
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php><package><name>Mage_Core_Modules</name><channel>community</channel><min>1.9.0.0</min><max>1.10.0.0</max></package></required></dependencies>
|
18 |
</package>
|
skin/frontend/default/modern/css/print.css
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
*
|
20 |
* @category design
|
21 |
* @package default_modern
|
22 |
-
* @copyright Copyright (c)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
* { background:none !important; text-align:left !important; }
|
19 |
*
|
20 |
* @category design
|
21 |
* @package default_modern
|
22 |
+
* @copyright Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
* { background:none !important; text-align:left !important; }
|
skin/frontend/default/modern/css/styles-ie.css
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
*
|
20 |
* @category design
|
21 |
* @package default_modern
|
22 |
-
* @copyright Copyright (c)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
|
19 |
*
|
20 |
* @category design
|
21 |
* @package default_modern
|
22 |
+
* @copyright Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
|
skin/frontend/default/modern/css/styles.css
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
*
|
20 |
* @category design
|
21 |
* @package default_modern
|
22 |
-
* @copyright Copyright (c)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
|
19 |
*
|
20 |
* @category design
|
21 |
* @package default_modern
|
22 |
+
* @copyright Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
|
skin/frontend/default/modern/css/widgets.css
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
*
|
20 |
* @category design
|
21 |
* @package default_modern
|
22 |
-
* @copyright Copyright (c)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
|
19 |
*
|
20 |
* @category design
|
21 |
* @package default_modern
|
22 |
+
* @copyright Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
|