Interface_Frontend_Default_Modern - Version 1.8.1.0

Version Notes

1.8.1.0

Download this release

Release Info

Developer Magento Core Team
Extension Interface_Frontend_Default_Modern
Version 1.8.1.0
Comparing to
See all releases


Code changes from version 1.8.0.0 to 1.8.1.0

app/design/frontend/default/modern/layout/sales.xml CHANGED
@@ -220,7 +220,9 @@ Customer account home dashboard layout
220
  <block type="sales/order_invoice_totals" name="invoice_totals" template="sales/order/totals.phtml">
221
  <action method="setLabelProperties"><value>colspan="4" class="a-right"</value></action>
222
  <action method="setValueProperties"><value>class="last a-right"</value></action>
223
- <block type="tax/sales_order_tax" name="tax" template="tax/order/tax.phtml" />
 
 
224
  </block>
225
  </block>
226
  </reference>
@@ -243,7 +245,9 @@ Customer account home dashboard layout
243
  <block type="sales/order_creditmemo_totals" name="creditmemo_totals" template="sales/order/totals.phtml">
244
  <action method="setLabelProperties"><value>colspan="6" class="a-right"</value></action>
245
  <action method="setValueProperties"><value>class="a-right"</value></action>
246
- <block type="tax/sales_order_tax" name="tax" template="tax/order/tax.phtml"/>
 
 
247
  </block>
248
  </block>
249
  </reference>
@@ -273,7 +277,9 @@ Email layouts section
273
  <block type="sales/order_invoice_totals" name="invoice_totals" template="sales/order/totals.phtml">
274
  <action method="setLabelProperties"><value>colspan="3" align="right" style="padding:3px 9px"</value></action>
275
  <action method="setValueProperties"><value>align="right" style="padding:3px 9px"</value></action>
276
- <block type="tax/sales_order_tax" name="tax" template="tax/order/tax.phtml"/>
 
 
277
  </block>
278
  </block>
279
  </sales_email_order_invoice_items>
@@ -291,7 +297,9 @@ Email layouts section
291
  <block type="sales/order_creditmemo_totals" name="creditmemo_totals" template="sales/order/totals.phtml">
292
  <action method="setLabelProperties"><value>colspan="3" align="right" style="padding:3px 9px"</value></action>
293
  <action method="setValueProperties"><value>align="right" style="padding:3px 9px"</value></action>
294
- <block type="tax/sales_order_tax" name="tax" template="tax/order/tax.phtml"/>
 
 
295
  </block>
296
  </block>
297
  </sales_email_order_creditmemo_items>
@@ -459,7 +467,9 @@ Guest
459
  <block type="sales/order_invoice_totals" name="invoice_totals" template="sales/order/totals.phtml">
460
  <action method="setLabelProperties"><value>colspan="4" class="a-right"</value></action>
461
  <action method="setValueProperties"><value>class="last a-right"</value></action>
462
- <block type="tax/sales_order_tax" name="tax" template="tax/order/tax.phtml" />
 
 
463
  </block>
464
  </block>
465
  </reference>
@@ -482,7 +492,9 @@ Guest
482
  <block type="sales/order_creditmemo_totals" name="creditmemo_totals" template="sales/order/totals.phtml">
483
  <action method="setLabelProperties"><value>colspan="6" class="a-right"</value></action>
484
  <action method="setValueProperties"><value>class="a-right"</value></action>
485
- <block type="tax/sales_order_tax" name="tax" template="tax/order/tax.phtml"/>
 
 
486
  </block>
487
  </block>
488
  </reference>
220
  <block type="sales/order_invoice_totals" name="invoice_totals" template="sales/order/totals.phtml">
221
  <action method="setLabelProperties"><value>colspan="4" class="a-right"</value></action>
222
  <action method="setValueProperties"><value>class="last a-right"</value></action>
223
+ <block type="tax/sales_order_tax" name="tax" template="tax/order/tax.phtml">
224
+ <action method="setIsPlaneMode"><value>1</value></action>
225
+ </block>
226
  </block>
227
  </block>
228
  </reference>
245
  <block type="sales/order_creditmemo_totals" name="creditmemo_totals" template="sales/order/totals.phtml">
246
  <action method="setLabelProperties"><value>colspan="6" class="a-right"</value></action>
247
  <action method="setValueProperties"><value>class="a-right"</value></action>
248
+ <block type="tax/sales_order_tax" name="tax" template="tax/order/tax.phtml">
249
+ <action method="setIsPlaneMode"><value>1</value></action>
250
+ </block>
251
  </block>
252
  </block>
253
  </reference>
277
  <block type="sales/order_invoice_totals" name="invoice_totals" template="sales/order/totals.phtml">
278
  <action method="setLabelProperties"><value>colspan="3" align="right" style="padding:3px 9px"</value></action>
279
  <action method="setValueProperties"><value>align="right" style="padding:3px 9px"</value></action>
280
+ <block type="tax/sales_order_tax" name="tax" template="tax/order/tax.phtml">
281
+ <action method="setIsPlaneMode"><value>1</value></action>
282
+ </block>
283
  </block>
284
  </block>
285
  </sales_email_order_invoice_items>
297
  <block type="sales/order_creditmemo_totals" name="creditmemo_totals" template="sales/order/totals.phtml">
298
  <action method="setLabelProperties"><value>colspan="3" align="right" style="padding:3px 9px"</value></action>
299
  <action method="setValueProperties"><value>align="right" style="padding:3px 9px"</value></action>
300
+ <block type="tax/sales_order_tax" name="tax" template="tax/order/tax.phtml">
301
+ <action method="setIsPlaneMode"><value>1</value></action>
302
+ </block>
303
  </block>
304
  </block>
305
  </sales_email_order_creditmemo_items>
467
  <block type="sales/order_invoice_totals" name="invoice_totals" template="sales/order/totals.phtml">
468
  <action method="setLabelProperties"><value>colspan="4" class="a-right"</value></action>
469
  <action method="setValueProperties"><value>class="last a-right"</value></action>
470
+ <block type="tax/sales_order_tax" name="tax" template="tax/order/tax.phtml">
471
+ <action method="setIsPlaneMode"><value>1</value></action>
472
+ </block>
473
  </block>
474
  </block>
475
  </reference>
492
  <block type="sales/order_creditmemo_totals" name="creditmemo_totals" template="sales/order/totals.phtml">
493
  <action method="setLabelProperties"><value>colspan="6" class="a-right"</value></action>
494
  <action method="setValueProperties"><value>class="a-right"</value></action>
495
+ <block type="tax/sales_order_tax" name="tax" template="tax/order/tax.phtml">
496
+ <action method="setIsPlaneMode"><value>1</value></action>
497
+ </block>
498
  </block>
499
  </block>
500
  </reference>
package.xml CHANGED
@@ -1,18 +1,18 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Interface_Frontend_Default_Modern</name>
4
- <version>1.8.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.8.0.0</notes>
12
  <authors><author><name>Magento Core Team</name><user>core</user><email>core@magentocommerce.com</email></author></authors>
13
- <date>2013-09-24</date>
14
- <time>09:09:42</time>
15
- <contents><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="modern"><dir name="etc"><file name="widget.xml" hash="3249408d0bf3e20502073d1678e05eee"/></dir><dir name="layout"><file name="catalogsearch.xml" hash="9c1f36989f358f31e597d757421712ea"/><file name="catalog.xml" hash="7e89e3165821713c544dcaf095e00c23"/><file name="checkout.xml" hash="bfd5d6288438db885583b9a7947e9503"/><file name="contacts.xml" hash="bcfd823435dabd27da70e6767c162f0c"/><file name="customer.xml" hash="649f35164523ae7e956ce05b819ebf00"/><file name="newsletter.xml" hash="fb696f7ce745a8b6f0eca21d4c6159e4"/><file name="page.xml" hash="08065db8294c27730358bed8af210273"/><file name="payment.xml" hash="65c5ec3a534603bd1a0f2acfef8b9c77"/><file name="persistent.xml" hash="ca840e7f65a4e1b4e320640e1046e219"/><file name="review.xml" hash="82acf79a99ac0e16984ca335e1f6d085"/><file name="rss.xml" hash="6e0a56fded57841433324dffefc31cd2"/><file name="sales.xml" hash="6bead14c791e2ddf54f1e715cbfa9166"/><file name="sendfriend.xml" hash="04dadc198274512982068af87339762e"/><file name="tag.xml" hash="437f1bcd02a6a8e1babeecf69c1559a3"/><file name="wishlist.xml" hash="8d1f2b67ac612562170d97ebddced030"/></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="bd06cabf4f050cb0875ebb257bacaecb"/></dir><file name="list.phtml" hash="28266ce7e49c9682ac498f541eb1559f"/><dir name="view"><file name="media.phtml" hash="b1bb4d592d3c065f052b0d137b5ffbd2"/><file name="tabs.phtml" hash="605762999a7f1fd156766a72f0e16735"/></dir><file name="view.phtml" hash="06a3b596762611ac0014895a4cc5ec33"/></dir></dir><dir name="catalogsearch"><file name="form.mini.phtml" hash="d7cf725ba4ba265a88808b4435b65578"/></dir><dir name="checkout"><file name="cart.phtml" hash="e604076c2485a7d3bc6d761867f75c38"/></dir><dir name="newsletter"><file name="subscribe.phtml" hash="84f8c0538a6fea2e2d6dca9c7d082a27"/></dir><dir name="page"><file name="3columns.phtml" hash="23f0028e449cb3b63c280e00d2fbf3ac"/><dir name="html"><file name="footer.phtml" hash="a3c04e5c7de6c78379b98254b7749fb8"/><file name="header.phtml" hash="083ff689b51efd0e722e85e1a0faae9f"/></dir></dir><dir name="sample"><file name="home.phtml" hash="310394a76886e0d1701836b84138cedc"/></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="dc9462c0fd6e27483b6e5dfd60ea34e5"/><file name="styles.css" hash="c2ef734a232c89c1043ce971bd1e86f2"/><file name="styles-ie.css" hash="d0487fe88770aa733cf04d4f7166c9f0"/><file name="widgets.css" hash="6315c2679f7e722617dfb3866ec3c974"/></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.gif" hash="1b9a2115bfd66afd1d47b9872de1f9e8"/><file name="bkg_btn-green.gif" hash="732c08dcbb45ecc07305a6fcc8a8e1a2"/><file name="bkg_btn.png" hash="df9af47f282450892546effa54e7da59"/><file name="bkg_btn-small.gif" hash="63a4d1b7cf6cf9f8c2ba557c21b3d6ec"/><file name="bkg_btn-small.png" hash="395fbc85113004f09b8e497c766f0b26"/><file name="bkg_cart-totals.gif" hash="1fbacde3b2afd6562f35d0bc21ea41c5"/><file name="bkg_collapse.gif" hash="2333c68e38163ed4656da82b9bcf362b"/><file name="bkg_collapse-gm.gif" hash="37c585c23bbfbb3ef8f51191513d435b"/><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_arrow.gif" hash="0cf32b72fefc94b89b74e4f3f02c2e93"/><file name="i_availability_only.gif" hash="bca1f00a50864171ad98317b778e869c"/><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_email.gif" hash="47bc079d9b3933c419739b580e4d0f39"/><file name="logo.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.8.0.0</min><max>1.9.0.0</max></package></required></dependencies>
18
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Interface_Frontend_Default_Modern</name>
4
+ <version>1.8.1.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.8.1.0</notes>
12
  <authors><author><name>Magento Core Team</name><user>core</user><email>core@magentocommerce.com</email></author></authors>
13
+ <date>2013-11-22</date>
14
+ <time>04:16:48</time>
15
+ <contents><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="modern"><dir name="etc"><file name="widget.xml" hash="3249408d0bf3e20502073d1678e05eee"/></dir><dir name="layout"><file name="catalog.xml" hash="7e89e3165821713c544dcaf095e00c23"/><file name="catalogsearch.xml" hash="9c1f36989f358f31e597d757421712ea"/><file name="checkout.xml" hash="bfd5d6288438db885583b9a7947e9503"/><file name="contacts.xml" hash="bcfd823435dabd27da70e6767c162f0c"/><file name="customer.xml" hash="649f35164523ae7e956ce05b819ebf00"/><file name="newsletter.xml" hash="fb696f7ce745a8b6f0eca21d4c6159e4"/><file name="page.xml" hash="08065db8294c27730358bed8af210273"/><file name="payment.xml" hash="65c5ec3a534603bd1a0f2acfef8b9c77"/><file name="persistent.xml" hash="ca840e7f65a4e1b4e320640e1046e219"/><file name="review.xml" hash="82acf79a99ac0e16984ca335e1f6d085"/><file name="rss.xml" hash="6e0a56fded57841433324dffefc31cd2"/><file name="sales.xml" hash="19f53a4dc98675f4468f72039d0be0fb"/><file name="sendfriend.xml" hash="04dadc198274512982068af87339762e"/><file name="tag.xml" hash="437f1bcd02a6a8e1babeecf69c1559a3"/><file name="wishlist.xml" hash="8d1f2b67ac612562170d97ebddced030"/></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="bd06cabf4f050cb0875ebb257bacaecb"/></dir><file name="list.phtml" hash="28266ce7e49c9682ac498f541eb1559f"/><dir name="view"><file name="media.phtml" hash="b1bb4d592d3c065f052b0d137b5ffbd2"/><file name="tabs.phtml" hash="605762999a7f1fd156766a72f0e16735"/></dir><file name="view.phtml" hash="06a3b596762611ac0014895a4cc5ec33"/></dir></dir><dir name="catalogsearch"><file name="form.mini.phtml" hash="d7cf725ba4ba265a88808b4435b65578"/></dir><dir name="checkout"><file name="cart.phtml" hash="e604076c2485a7d3bc6d761867f75c38"/></dir><dir name="newsletter"><file name="subscribe.phtml" hash="84f8c0538a6fea2e2d6dca9c7d082a27"/></dir><dir name="page"><file name="3columns.phtml" hash="23f0028e449cb3b63c280e00d2fbf3ac"/><dir name="html"><file name="footer.phtml" hash="a3c04e5c7de6c78379b98254b7749fb8"/><file name="header.phtml" hash="083ff689b51efd0e722e85e1a0faae9f"/></dir></dir><dir name="sample"><file name="home.phtml" hash="310394a76886e0d1701836b84138cedc"/></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="dc9462c0fd6e27483b6e5dfd60ea34e5"/><file name="styles-ie.css" hash="d0487fe88770aa733cf04d4f7166c9f0"/><file name="styles.css" hash="c2ef734a232c89c1043ce971bd1e86f2"/><file name="widgets.css" hash="6315c2679f7e722617dfb3866ec3c974"/></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.8.1.0</min><max>1.9.0.0</max></package></required></dependencies>
18
  </package>