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