It looks like you're new here. If you want to get involved, click one of these buttons!
add_error(lang('error_sending_email'));
add_error(lang('error_sending_email', $this->input->post('email')));
$this->nav_selected = 'blog/settings';
Comments
I added
$this->nav_selected = 'blog/settings';
in the blog settings controller (index())