Ejemplo n.º 1
0
 public function __construct()
 {
     parent::__construct();
     $this->template->tasks = array(array('admin/blog/create', __('New Post')), array('admin/blog/comments', __('All comments')), array('admin/blog/settings', __('Edit Settings')));
     $this->head->title->append('Blog');
     $this->template->title = html::anchor('admin/blog', 'Blog') . ' | ';
 }
Ejemplo n.º 2
0
 public function __construct()
 {
     parent::__construct();
     $this->template->tasks = array(array('admin/page', __('Show All')), array('admin/page/create', __('New Page')));
     $this->head->title->append(__('Pages'));
     $this->template->title = __('Pages') . ' | ';
 }
Ejemplo n.º 3
0
 public function __construct()
 {
     parent::__construct();
     $this->template->tasks = array(array('admin/user/create', __('New User')));
     $this->head->title->append(__('User'));
     $this->template->title = html::anchor('admin/user', __('User')) . ' | ';
 }
Ejemplo n.º 4
0
 public function __construct()
 {
     parent::__construct();
     $this->head->title->append('Akismet');
     $this->template->title = html::anchor('admin/akismet', 'Akismet') . ' | ';
 }
Ejemplo n.º 5
0
 public function __construct()
 {
     parent::__construct();
     $this->head->title->append(__('Modules'));
     $this->template->title = __('Modules');
 }
Ejemplo n.º 6
0
 public function __construct()
 {
     parent::__construct();
     $this->head->title->append('Google Analytics');
     $this->template->title = html::anchor('admin/google_analytics', 'Google Analytics') . ' | ';
 }