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