We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1b7c40d + d03a341 commit 2a4652eCopy full SHA for 2a4652e
classes/pagination.html
@@ -165,9 +165,13 @@ <h4 id="global_config">Global Config Array</h4>
165
'page_end' => ' </span>',
166
'previous_start' => '<span class="previous"> ',
167
'previous_end' => ' </span>',
168
+ 'previous_inactive_start' => ' </span class="previous-inactive">',
169
+ 'previous_inactive_end' => ' </span>',
170
'previous_mark' => '« ',
171
'next_start' => '<span class="next"> ',
172
'next_end' => ' </span>',
173
+ 'next_inactive_start' => ' </span class="next-inactive">',
174
+ 'next_inactive_end' => ' </span>',
175
'next_mark' => ' »',
176
'active_start' => '<span class="active"> ',
177
'active_end' => ' </span>',
0 commit comments