Beispiel #1
0
 public function before()
 {
     parent::before();
     $this->template->title = 'Статьи';
     $this->_base_url = 'admin/content/article';
     $this->template->bc[$this->_base_url] = $this->template->title;
 }
Beispiel #2
0
 public function before()
 {
     parent::before();
     $this->_base_url = 'admin/users';
     $this->template->title = 'Пользователи';
     $this->template->bc[$this->_base_url] = $this->template->title;
 }
Beispiel #3
0
 /**
  *
  */
 public function before()
 {
     parent::before();
     if ($this->request->action() == 'login' && Auth::is_logged_in()) {
         $this->go_home();
     }
 }
Beispiel #4
0
 public function before()
 {
     parent::before();
     $this->_base_url = 'admin/item/metro';
     $this->template->bc[$this->_base_url] = 'Станции метро';
 }
Beispiel #5
0
 public function before()
 {
     parent::before();
     $this->template->bc['admin/payment/settings'] = 'Настройки платежей';
 }
Beispiel #6
0
 /**
  * Before action (required)
  */
 public function before()
 {
     parent::before();
     $this->config_mod = Config::get('dashboard');
 }
Beispiel #7
0
 public function before()
 {
     parent::before();
     $this->template->bc['admin/content/district'] = 'Страницы поиска по округу';
 }
Beispiel #8
0
 public function before()
 {
     parent::before();
     $this->template->bc['admin/services'] = 'сервисы';
     $this->template->bc['admin/service/review'] = 'Отзывы';
 }
Beispiel #9
0
 public function before()
 {
     parent::before();
     $this->template->bc['admin/payment/invoice'] = 'Платежи';
 }
Beispiel #10
0
 public function before()
 {
     parent::before();
     $this->template->bc['admin/payment/payment_log'] = 'История начислений';
 }
Beispiel #11
0
 public function before()
 {
     parent::before();
     $this->template->bc['admin/email'] = 'Email';
 }
Beispiel #12
0
 /**
  * Before action (required)
  */
 public function before()
 {
     parent::before();
     $this->config_mod = Config::get('home');
 }
Beispiel #13
0
 public function before()
 {
     parent::before();
     $this->template->bc['admin/feedback'] = 'Запросы пользователей';
 }
Beispiel #14
0
 public function before()
 {
     parent::before();
     // Breadcrumbs
     $this->template->bc['admin/content/portal'] = 'Страницы сайта';
 }
Beispiel #15
0
 public function before()
 {
     parent::before();
     $this->template->bc['admin/news/world'] = 'Новости автомира';
 }
Beispiel #16
0
 public function before()
 {
     parent::before();
     $this->template->bc['admin/development'] = 'План разработки';
 }
Beispiel #17
0
 public function before()
 {
     parent::before();
     $this->template->bc['admin/service/qa'] = 'Запросы';
 }
Beispiel #18
0
 public function before()
 {
     parent::before();
     $this->add_css('assets/js/jqplot/jquery.jqplot.min.css');
     $this->add_js('assets/js/jqplot/jquery.jqplot.min.js');
 }
Beispiel #19
0
 public function before()
 {
     parent::before();
     $this->template->bc['admin/content/filter'] = 'Страницы фильтра';
 }
Beispiel #20
0
 public function before()
 {
     parent::before();
     $this->template->bc['admin/payment/invoice_log'] = 'История проводок';
 }
Beispiel #21
0
 public function before()
 {
     parent::before();
     $this->template->bc['admin/news/portal'] = 'Новости ассоциации';
 }
Beispiel #22
0
 /**
  * Before action (required)
  */
 public function before()
 {
     $this->config_mod = Config::get('publications');
     parent::before();
 }
Beispiel #23
0
 public function before()
 {
     parent::before();
     $this->template->bc['admin/service/stock'] = 'Акции';
 }
Beispiel #24
0
 public function before()
 {
     parent::before();
     $this->template->bc['admin/service/vacancy'] = 'Вакансии';
 }
Beispiel #25
0
 public function before()
 {
     parent::before();
     $this->_base_url = 'admin/item/district';
     $this->template->bc[$this->_base_url] = 'Округи';
 }
Beispiel #26
0
 public function before()
 {
     parent::before();
     $this->_base_url = 'admin/item/work';
     $this->template->bc['admin/item/workcategory'] = 'Категории услуг';
 }
Beispiel #27
0
 public function before()
 {
     parent::before();
     $this->_base_url = 'admin/content/works';
     $this->template->bc[$this->_base_url] = 'Страницы поиска по услугам';
 }
Beispiel #28
0
 public function before()
 {
     parent::before();
     $this->_base_url = 'admin/item/city';
     $this->template->bc[$this->_base_url] = 'Города';
 }
Beispiel #29
0
 /**
  * Before action (required)
  */
 public function before()
 {
     parent::before();
     $this->panel_name = 'profile';
     $this->panel_title = __('user.profile');
 }
Beispiel #30
0
 public function before()
 {
     parent::before();
     $this->template->bc['admin/content/metro'] = 'Страницы поиска по станции метро';
 }