00001 <?php 00015 class SplashPageTwoGrid extends SplashPageNoCols { 00016 00017 function __construct($parent) { 00018 parent::__construct($parent); 00019 $this->setLayoutForMetaSlot('UpperFeatureWell', 'TwoColumns'); 00020 $this->setLayoutForMetaSlot('LowerFeatureWell', 'TwoColumns'); 00021 $this->swapMetaSlotOrder('PathBar', 'UpperFeatureWell'); 00022 } 00023 00024 } 00025 ?>
1.5.6