-
Notifications
You must be signed in to change notification settings - Fork 0
default.xml
Sunel Tr edited this page Oct 2, 2016
·
1 revision
<?xml version="1.0"?>
<layout version="0.1.0">
<!--
Default layout, loads most of the pages
-->
<default>
<block class="\Layout\Core\Block\Html" name="root" output="toHtml" template="template.page.3columns">
<block class="\Layout\Core\Block\List" name="head" as="head">
</block>
<block class="\Layout\Core\Block\List" name="after_body_start" as="after_body_start" >
</block>
<block class="\Layout\Core\Block\List" name="header" as="header">
<block class="\Layout\Core\Block\List" name="top.menu" as="topMenu" >
</block>
</block>
<block class="\Layout\Core\Block\List" name="breadcrumbs" as="breadcrumbs"/>
<block class="\Layout\Core\Block\List" name="left" as="left">
</block>
<block class="\Layout\Core\Block\List" name="messages" as="messages"/>
<block class="\Layout\Core\Block\List" name="content" as="content">
</block>
<block class="\Layout\Core\Block\List" name="right" as="right">
</block>
<block class="\Layout\Core\Block\Html" name="footer" as="footer" template="template.page.html.footer">
</block>
<block class="\Layout\Core\Block\List" name="before_body_end" as="before_body_end">
<block ifconfig="cookienotice.noshow" class="\Layout\Page\Html\CookieNotice" name="global_cookie_notice" as ="global_cookie_notice" template="template.page.html.cookienotice" before="-" />
</block>
</block>
</default>
</layout>