Created
March 25, 2014 09:22
-
-
Save AstakhovArtem/9757980 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<block type="page/html" name="root" output="toHtml" template="page/3columns.phtml"> | |
<block type="page/html_head" name="head" as="head"> | |
</block> | |
<block type="page/html_header" name="header" as="header"> | |
// header block children | |
</block> | |
// some blocks | |
<block type="core/text_list" name="content" as="content" translate="label"> | |
<label>Main Content Area</label> | |
</block> | |
// another blocks | |
</block> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment