Skip to content

Instantly share code, notes, and snippets.

@oelmekki
Created June 17, 2010 17:41
Show Gist options
  • Save oelmekki/442449 to your computer and use it in GitHub Desktop.
Save oelmekki/442449 to your computer and use it in GitHub Desktop.
$template['default']['regions'] = array(
'header' => array(
'content' => array('<h1>Welcome</h1>','<p>Hello World</p>'),
'name' => 'Page Header',
'wrapper' => '<div>',
'attributes' => array('id' => 'header', 'class' => 'clearfix')
)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment