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