Skip to content

Commit

Permalink
Update Auth.php
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlosb committed Jan 31, 2024
1 parent 04d1c74 commit c840913
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions application/controllers/Auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ public function index()
{
$this->data['users'][$k]->groups = $this->ion_auth->get_users_groups($user->id)->result();
}
$this->_render_page('auth' . DIRECTORY_SEPARATOR . 'header', $this->data);
$this->_render_page('auth' . DIRECTORY_SEPARATOR . 'index', $this->data);
$this->_render_page('auth' . DIRECTORY_SEPARATOR . 'footer', $this->data);
$this->_render_page('auth/header', $this->data);
$this->_render_page('auth/index', $this->data);
$this->_render_page('auth/footer', $this->data);
}
}

Expand Down

0 comments on commit c840913

Please sign in to comment.