Skip to content

Commit 2a4652e

Browse files
author
Harro Verton
committed
Merge pull request NEKOGET#309 from Phil-F/patch-1
Added the two new css class options for previous_inactive and next_inact...
2 parents 1b7c40d + d03a341 commit 2a4652e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

classes/pagination.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,13 @@ <h4 id="global_config">Global Config Array</h4>
165165
'page_end' => ' &lt;/span&gt;',
166166
'previous_start' => '&lt;span class="previous"&gt; ',
167167
'previous_end' => ' &lt;/span&gt;',
168+
'previous_inactive_start' => ' &lt;/span class="previous-inactive"&gt;',
169+
'previous_inactive_end' => ' &lt;/span&gt;',
168170
'previous_mark' => '&laquo; ',
169171
'next_start' => '&lt;span class="next"&gt; ',
170172
'next_end' => ' &lt;/span&gt;',
173+
'next_inactive_start' => ' &lt;/span class="next-inactive"&gt;',
174+
'next_inactive_end' => ' &lt;/span&gt;',
171175
'next_mark' => ' &raquo;',
172176
'active_start' => '&lt;span class="active"&gt; ',
173177
'active_end' => ' &lt;/span&gt;',

0 commit comments

Comments
 (0)