Example #1
0
 /**
  * The index action.
  *
  * @access  public
  * @return  void
  */
 public function action_index()
 {
     $this->template->title = 'Dashboard';
     $this->template->content = View::forge('user/dashboard', Controller_Admin::get_admin_dashboard_stats());
 }