From 088e42cbb9835b44aa0c55c858dadd58e1361c2a Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Thu, 4 Sep 2008 22:15:04 +0000 Subject: removed superfluous "the" --- user_guide/libraries/pagination.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user_guide') diff --git a/user_guide/libraries/pagination.html b/user_guide/libraries/pagination.html index 3e50084c8..452a4d213 100644 --- a/user_guide/libraries/pagination.html +++ b/user_guide/libraries/pagination.html @@ -100,7 +100,7 @@ minimum you need the three shown. Here is a description of what those items rep

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 +Simply create a new file called 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.

-- cgit v1.2.3-24-g4f1b