00001 <?php 00014 class TabbedContentLeftSideBar extends TabbedContent { 00015 00016 function __construct($parent) { 00017 parent::__construct($parent); 00018 $this->setLayoutForMetaSlot('ContentWell', 'LeftSideBarOnly'); 00019 } 00020 00021 } 00022 00023 ?>
1.5.6