Read More →
reference
name
=
"content"
>
<
block
type
=
"cms/block"
name
=
"block.name"
>
<
action
method
=
"setBlockId"
><
block_id
>block-id-in-magentoblock_id
>action
>
block
>
reference
>
<?php
if ( function_exists('register_sidebar') )
register_sidebar(array(
'name' => '
Left Sidebar
',
'before_widget' => '',
'after_widget' => '',
'before_title' => '<h2>',
'after_title' => '</h2>',
));
if ( function_exists('register_sidebar') )
register_sidebar(array(
'name' => 'Right Sidebar',
'before_widget' => '',
'after_widget' => '',
'before_title' => '<h2>',
'after_title' => '</h2>',
));
?>
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar("Left Sidebar") ) : ?>Default left sidebar stuff here�
<?php endif; ?>
$(document).ready(function() {
$.fn.colorbox({href:"controls.png", open:true});
});