Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

Something
Friday, June 1st, 2012 at 8:14:30am MDT 

  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) 2010 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. <layout version="0.1.0">
  29. <!--
  30. Default layout, loads most of the pages
  31. -->
  32.  
  33.     <default translate="label" module="page">
  34.         <label>All Pages</label>
  35.         <block type="page/html" name="root" output="toHtml" template="page/1column.phtml">
  36.                 <block type="core/text_list" name="home_content" as="home_content" />
  37.             <block type="page/html_head" name="head" as="head">
  38.                 <action method="addJs"><script>prototype/prototype.js</script></action>
  39.                 <action method="addJs" ifconfig="dev/js/deprecation"><script>prototype/deprecation.js</script></action>
  40.                 <action method="addJs"><script>lib/ccard.js</script></action>
  41.                 <action method="addJs"><script>prototype/validation.js</script></action>
  42.                 <action method="addJs"><script>scriptaculous/builder.js</script></action>
  43.                 <action method="addJs"><script>scriptaculous/effects.js</script></action>
  44.                 <action method="addJs"><script>scriptaculous/dragdrop.js</script></action>
  45.                 <action method="addJs"><script>scriptaculous/controls.js</script></action>
  46.                 <action method="addJs"><script>scriptaculous/slider.js</script></action>
  47.                 <action method="addJs"><script>varien/js.js</script></action>
  48.                 <action method="addJs"><script>varien/form.js</script></action>
  49.                 <action method="addJs"><script>varien/menu.js</script></action>
  50.                 <action method="addJs"><script>mage/translate.js</script></action>
  51.                 <action method="addJs"><script>mage/cookies.js</script></action>
  52.  
  53.                 <action method="addCss"><stylesheet>css/styles.css</stylesheet></action>
  54.                 <action method="addItem"><type>skin_css</type><name>css/styles-ie.css</name><params/><if>lt IE 8</if></action>
  55.                 <action method="addCss"><stylesheet>css/widgets.css</stylesheet></action>
  56.                 <action method="addCss"><stylesheet>css/print.css</stylesheet><params>media="print"</params></action>
  57.  
  58.                 <action method="addItem"><type>js</type><name>lib/ds-sleight.js</name><params/><if>lt IE 7</if></action>
  59.                 <action method="addItem"><type>skin_js</type><name>js/ie6.js</name><params/><if>lt IE 7</if></action>
  60.             </block>
  61.  
  62.             <block type="core/text_list" name="after_body_start" as="after_body_start" translate="label">
  63.                 <label>Page Top</label>
  64.             </block>
  65.  
  66.             <block type="page/html_notices" name="global_notices" as="global_notices" template="page/html/notices.phtml" />
  67.  
  68.             <block type="page/html_header" name="header" as="header">
  69.                 <block type="core/text_list" name="top.menu" as="topMenu" translate="label">
  70.                     <label>Navigation Bar</label>
  71.                 </block>
  72.                 <block type="page/switch" name="store_language" as="store_language" template="page/switch/languages.phtml"/>
  73.                 <block type="page/template_links" name="top.links" as="topLinks"/>
  74.  
  75.                                 <block type="page/html_wrapper" name="top.bar" as="topBar" translate="label">
  76.                                 <label>Breadcrumbs</label>
  77.                     <action method="setElementClass"><value>top-bar</value></action>
  78.  
  79.                 </block>
  80.                 <block type="page/html_wrapper" name="top.container" as="topContainer" translate="label">
  81.                     <label>Page Header</label>
  82.                     <action method="setElementClass"><value>top-container</value></action>
  83.  
  84.                 </block>
  85.  
  86.             </block>
  87.  
  88.  
  89.             <block type="core/messages" name="global_messages" as="global_messages"/>
  90.             <block type="core/messages" name="messages" as="messages"/>
  91.                         <block type="page/html_breadcrumbs" name="breadcrumbs" as="breadcrumbs"/>
  92.             <block type="core/text_list" name="content" as="content" translate="label">
  93.                 <label>Main Content Area</label>
  94.  
  95.             </block>
  96.  
  97.             <block type="page/html_footer" name="footer" as="footer" template="page/html/footer.phtml">
  98.                 <block type="page/html_wrapper" name="bottom.container" as="bottomContainer" translate="label">
  99.                     <label>Page Footer</label>
  100.                     <action method="setElementClass"><value>bottom-container</value></action>
  101.                 </block>
  102.                 <block type="page/template_links" name="footer_links" as="footer_links" template="page/template/links.phtml"/>
  103.                 <block type="page/switch" name="store_switcher" as="store_switcher" template="page/switch/stores.phtml"/>
  104.             </block>
  105.  
  106.             <block type="core/text_list" name="before_body_end" as="before_body_end" translate="label">
  107.                 <label>Page Bottom</label>
  108.             </block>
  109.         </block>
  110.  
  111.         <block type="core/profiler" output="toHtml" name="core_profiler"/>
  112.     </default>
  113.  
  114.  
  115.     <print translate="label" module="page">
  116.         <label>All Pages (Print Version)</label>
  117.         <!-- Mage_Page -->
  118.         <block type="page/html" name="root" output="toHtml" template="page/print.phtml">
  119.  
  120.             <block type="page/html_head" name="head" as="head">
  121.                 <action method="addJs"><script>prototype/prototype.js</script></action>
  122.                 <action method="addJs"><script>mage/translate.js</script></action>
  123.                 <action method="addJs"><script>lib/ccard.js</script></action>
  124.                 <action method="addJs"><script>prototype/validation.js</script></action>
  125.                 <action method="addJs"><script>varien/js.js</script></action>
  126.  
  127.                 <action method="addCss"><stylesheet>css/styles.css</stylesheet></action>
  128.                 <action method="addItem"><type>skin_css</type><name>css/styles-ie.css</name><params/><if>lt IE 8</if></action>
  129.                 <action method="addCss"><stylesheet>css/widgets.css</stylesheet></action>
  130.                 <action method="addCss"><stylesheet>css/print.css</stylesheet><params>media="print"</params></action>
  131.  
  132.                 <action method="addItem"><type>js</type><name>lib/ds-sleight.js</name><params/><if>lt IE 7</if></action>
  133.                 <action method="addItem"><type>skin_js</type><name>js/ie6.js</name><params/><if>lt IE 7</if></action>
  134.  
  135.             </block>
  136.  
  137.             <block type="core/text_list" name="content" as="content" translate="label">
  138.                 <label>Main Content Area</label>
  139.             </block>
  140.  
  141.         </block>
  142.     </print>
  143.  
  144.     <page_one_column translate="label">
  145.         <label>All One-Column Layout Pages</label>
  146.         <reference name="root">
  147.             <action method="setTemplate"><template>page/1column.phtml</template></action>
  148.             <!-- Mark root page block that template is applied -->
  149.             <action method="setIsHandle"><applied>1</applied></action>
  150.                         <action method="setLayoutCode"><name>one_column</name></action>
  151.         </reference>
  152.     </page_one_column>
  153.  
  154. </layout>

advertising

Update the Post

Either update this post and resubmit it with changes, or make a new post.

You may also comment on this post.

update paste below
details of the post (optional)

Note: Only the paste content is required, though the following information can be useful to others.

Save name / title?

(space separated, optional)



Please note that information posted here will expire by default in one month. If you do not want it to expire, please set the expiry time above. If it is set to expire, web search engines will not be allowed to index it prior to it expiring. Items that are not marked to expire will be indexable by search engines. Be careful with your passwords. All illegal activities will be reported and any information will be handed over to the authorities, so be good.

worth-right