09-04-2008, 02:09 PM
[eluser]Jamie Rumbelow[/eluser]
I found a typo
on http://ellislab.com/codeigniter/user-gui...ation.html ,
No need for the "the" there...
Thanks!
I found a typo

on http://ellislab.com/codeigniter/user-gui...ation.html ,
Quote:Setting preferences in a config file
If you prefer not to set preferences using the above method, you can instead put them into a config file. Simply create a new file called the pagination.php, add the $config array in that file. Then save the file in: config/pagination.php and it will be used automatically. You will NOT need to use the $this->pagination->initialize function if you save your preferences in a config file.
No need for the "the" there...
Thanks!