diff options
author | Bo-Yi Wu <appleboy.tw@gmail.com> | 2012-09-21 07:49:09 +0200 |
---|---|---|
committer | Bo-Yi Wu <appleboy.tw@gmail.com> | 2012-09-21 07:49:09 +0200 |
commit | 65bdaf5e2636cb7aa8780826529020ab0bfe9252 (patch) | |
tree | 45797a6285862e69243f9dcd1d8e8dff53e8ae95 /user_guide_src/source/libraries | |
parent | 4cfde87eb65a28d03e3f02be634a96aedd79dae2 (diff) |
Fixed pagination document error.
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
Diffstat (limited to 'user_guide_src/source/libraries')
-rw-r--r-- | user_guide_src/source/libraries/pagination.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/libraries/pagination.rst b/user_guide_src/source/libraries/pagination.rst index 7d750bd23..00554c1c7 100644 --- a/user_guide_src/source/libraries/pagination.rst +++ b/user_guide_src/source/libraries/pagination.rst @@ -80,7 +80,7 @@ The number of "digit" links you would like before and after the selected page number. For example, the number 2 will place two digits on either side, as in the example links at the very top of this page. -$config['use_page_number'] = TRUE; +$config['use_page_numbers'] = TRUE; ================================== By default, the URI segment will use the starting index for the items |