예제 #1
0
 public function before()
 {
     parent::before();
     $this->template->analytics = '|Account';
 }
예제 #2
0
파일: init.php 프로젝트: natgeo/kids-myshot
 public function before()
 {
     parent::before();
     $this->template->title = $this->active ? 'Error' : 'Complete';
     $this->site = Helper_Game::getSite();
 }
예제 #3
0
 public function before()
 {
     parent::before();
     $this->template->content = View::factory('archive/view');
     $this->template->sidebar = Widget::factory()->add(Helper_Default::sidebar());
 }