<nav id="leftCol" class="grid3 first main">
    	<?php echo $this->menus( array( 'property' => 'ref', 'value' => 'content_root' ), array(
				'maxDepth' => 3, 'minDepth' => 0, 'renderParents' => false, 'renderInvisible'=>false , 'escape' => false ) ); ?>
        <?php echo $this->placeholder( 'leftCol' ); ?>
        <span class="decorator"></span>
</nav>

<section id="contentCol" class="grid6">
        <?php echo $this->messenger() . PHP_EOL
                 . $this->layout()->content; ?>
</section>

<aside id="rightCol" class="grid3">
    <?php echo $this->placeholder( 'rightCol' ); ?>
</aside>