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