Skip to content

Instantly share code, notes, and snippets.

@eqdw
Created November 16, 2010 18:03
Show Gist options
  • Save eqdw/702176 to your computer and use it in GitHub Desktop.
Save eqdw/702176 to your computer and use it in GitHub Desktop.
<!-- in page.xml - the default layout -->
<default translate="label" module="page"> <!-- the default applies to all pages unless specifically overridden -->
<label>All Pages</label>
<!-- this defines the block for the entire page -->
<block type="page/html" name="root" output="toHtml" template="page/3columns.phtml">
<!-- this defines a block within the main block. in this case, the head block -->
<block type="page/html_head" name="head" as="head">
<action method="addJs"><script>prototype/prototype.js</script></action>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment