I have a config file: application/config/breadcrumbs.php
application/config/breadcrumbs.php
Within the file I have the following configuration item:
$config[\'hide_number\
$this->config->load('breadcrumbs'); $this->config->set_item('hide_number', 'your value');
See the docs for more info:
http://codeigniter.com/user_guide/libraries/config.html