diff options
author | Andrey Andreev <narf@devilix.net> | 2014-04-04 12:21:07 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2014-04-04 12:21:07 +0200 |
commit | 8e814ee16f2569619627d2c3e22433d7391f011c (patch) | |
tree | 6f53c593918f11d88f2e6714d76ce07204e651ef /user_guide_src | |
parent | a6837cba423964829b31795e44a42418719332f5 (diff) |
[ci skip] Document 'first_url' Pagination option (supersedes PR #2992)
Diffstat (limited to 'user_guide_src')
-rw-r--r-- | user_guide_src/source/libraries/pagination.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/user_guide_src/source/libraries/pagination.rst b/user_guide_src/source/libraries/pagination.rst index d8d31f8c5..8a62376f1 100644 --- a/user_guide_src/source/libraries/pagination.rst +++ b/user_guide_src/source/libraries/pagination.rst @@ -177,6 +177,11 @@ $config['first_tag_close'] = '</div>'; The closing tag for the "first" link. +$config['first_url'] = ''; +========================== + +An alternative URL to use for the "first page" link. + ************************* Customizing the Last Link ************************* |