示例#1
0
 public function before()
 {
     parent::before();
     $this->template->bc['cabinet/news'] = 'Новости моих автосервисов';
 }
示例#2
0
 function before()
 {
     parent::before();
     $this->template->bc['cabinet/profile'] = 'Настройки профиля';
 }
示例#3
0
 function before()
 {
     parent::before();
     $this->template->bc['cabinet/feedback'] = 'Обратная связь';
 }
示例#4
0
 function before()
 {
     parent::before();
     $this->template->bc['cabinet/stock'] = 'Акции';
 }
示例#5
0
 function before()
 {
     $this->allow_expired = true;
     parent::before();
     $this->template->bc['cabinet/payment'] = 'Пополнение баланса';
 }
示例#6
0
文件: qa.php 项目: Alexander711/naav1
 public function before()
 {
     parent::before();
     $this->template->bc['cabinet/qa'] = __('cb_questions');
 }
示例#7
0
 function before()
 {
     parent::before();
     $this->template->bc['cabinet/vacancy'] = 'Вакансии';
 }
示例#8
0
 public function before()
 {
     parent::before();
     $this->template->title = 'Галерея';
     $this->template->bc['#'] = $this->template->title;
 }