示例#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
 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
 public function before()
 {
     parent::before();
     $this->_base_url = 'admin/item/city';
     $this->template->bc[$this->_base_url] = 'Города';
 }
示例#29
0
 /**
  * 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'] = 'Страницы поиска по станции метро';
 }