00001 <?php 00017 class SplashPageTwoColsRightSideBar extends SplashPageNoCols { 00018 00019 function __construct($parent) { 00020 parent::__construct($parent); 00021 $this->setDisplayForMetaSlot('ContentWell', true); 00022 $this->setDisplayForMetaSlot('LowerFeatureWell', false); 00023 $this->setDisplayForMetaSlot('PathBar', false); 00024 $this->setLayoutForMetaSlot('UpperFeatureWell', 'TwoColumns'); 00025 $this->setLayoutForMetaSlot('ContentWell', 'RightSideBarOnly'); 00026 } 00027 00028 } 00029 ?>
1.5.6