예제 #1
0
파일: Profile.php 프로젝트: vincium/lot
 public function setTpl()
 {
     parent::setBaseTpl();
     $this->tplMaster->set('title', Util\Lang::lang('profile'));
 }
예제 #2
0
파일: Service.php 프로젝트: vincium/resa
 public function __construct(\Rebond\App $app)
 {
     $app->setAjax(true);
     parent::__construct($app);
 }
예제 #3
0
파일: Tournament.php 프로젝트: vincium/lot
 public function setTpl()
 {
     parent::setBaseTpl();
     $this->tplMaster->set('title', Lang::lang('tournament'));
 }
예제 #4
0
파일: Service.php 프로젝트: vincium/lot
 public function __construct(\Rebond\App $app)
 {
     $app->setAjax(true);
     parent::__construct($app);
     $this->signedUser = $this->app->user();
 }
예제 #5
0
파일: Help.php 프로젝트: vincium/lot
 public function setTpl()
 {
     parent::setBaseTpl();
     $this->tplMaster->set('title', 'Help');
 }