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