Example #1
0
 public function before()
 {
     parent::before();
     $this->template->title = $this->active ? 'Error' : 'Complete';
     $this->site = Helper_Game::getSite();
 }
Example #2
0
 public function after()
 {
     $this->template->sidebar = Widget::factory()->add(array('accountstatus', 'ad', 'minute', 'search', 'following', 'followers', 'favphotos', 'categories', 'help', 'tags', 'editorial'));
     parent::after();
 }
Example #3
0
 public function before()
 {
     parent::before();
     $this->template->analytics = '|Account';
 }
Example #4
0
 public function before()
 {
     parent::before();
     $this->template->content = View::factory('archive/view');
     $this->template->sidebar = Widget::factory()->add(Helper_Default::sidebar());
 }