Example #1
0
 public function __construct($template = null)
 {
     parent::__construct(self::DEFAULT_PAGE);
     $this->addChild('head', new core_block_head());
     $this->addChild('header', new core_block_header());
     $this->addChild('messages', new core_block_messages());
     $this->addChild('footer', new core_block_footer());
 }
Example #2
0
 public function __construct()
 {
     parent::__construct('main.phtml');
 }
Example #3
0
 public function __construct()
 {
     parent::__construct('flowze.phtml');
 }
Example #4
0
 public function __construct()
 {
     parent::__construct('map/marker/content.phtml');
 }
Example #5
0
 public function __construct()
 {
     parent::__construct('map/toolbar.phtml');
 }
Example #6
0
 public function __construct()
 {
     parent::__construct('page/messages.phtml');
 }
Example #7
0
 public function __construct()
 {
     parent::__construct('map/controls.phtml');
 }
Example #8
0
 public function __construct()
 {
     parent::__construct('ticket/add.phtml');
 }