コード例 #1
0
ファイル: Column1.php プロジェクト: projectesIF/Sirius
 function __construct(Zikula_View $view)
 {
     parent::__construct($view);
     $this->contentAreaTitles = array(
         $this->__('Header'),
         $this->__('Centre column'));
 }
コード例 #2
0
ファイル: Column212.php プロジェクト: projectesIF/Sirius
    function __construct(Zikula_View $view)
    {
        parent::__construct($view);
        $this->contentAreaTitles = array(
            $this->__('Header'),
            $this->__('Left column1'),
            $this->__('Right column1'),
            $this->__('Center'),
            $this->__('Left column2'),
            $this->__('Right column2'),
            $this->__('Footer')
		);
    }