Example #1
0
 function __construct(Zikula_View $view)
 {
     parent::__construct($view);
     $this->contentAreaTitles = array(
         $this->__('Header'),
         $this->__('Centre column'));
 }
Example #2
0
    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')
		);
    }