diff options
author | Andrey Andreev <narf@devilix.net> | 2015-01-20 12:30:05 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2015-01-20 12:30:05 +0100 |
commit | 0da50123c196ca0f342cac44b76f889a6f8a96b9 (patch) | |
tree | a5113605fd6de93020b9b39c05a9e10a08279919 /user_guide_src/source/libraries/pagination.rst | |
parent | 90726b8c769ea75aec34814ddfa91655d488e6c3 (diff) |
Pagination: Add 'use_global_url_suffix' setting
Resolves issue #1887
Diffstat (limited to 'user_guide_src/source/libraries/pagination.rst')
-rw-r--r-- | user_guide_src/source/libraries/pagination.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/user_guide_src/source/libraries/pagination.rst b/user_guide_src/source/libraries/pagination.rst index 8c5c2c63a..d51d0dd27 100644 --- a/user_guide_src/source/libraries/pagination.rst +++ b/user_guide_src/source/libraries/pagination.rst @@ -131,6 +131,12 @@ the offset segment. A custom suffix added to the path. The sufix value will be right after the offset segment. +**$config['use_global_url_suffix'] = FALSE;** + +When set to TRUE, it will **override** the ``$config['suffix']`` value and +instead set it to the one that you have in ``$config['url_suffix']`` in +your **application/config/config.php** file. + *********************** Adding Enclosing Markup *********************** |