mirror of
https://github.com/typecho/typecho.git
synced 2025-03-22 10:59:41 +01:00
fixed #76
This commit is contained in:
parent
48491a7387
commit
4fdddab33d
@ -32,7 +32,7 @@ class Typecho_Widget_Helper_PageNavigator_Box extends Typecho_Widget_Helper_Page
|
||||
* @param string $currentClass 当前激活元素class
|
||||
* @return void
|
||||
*/
|
||||
public function render($prevWord = 'PREV', $nextWord = 'NEXT', $splitPage = 3, $splitWord = '...', $currentClass)
|
||||
public function render($prevWord = 'PREV', $nextWord = 'NEXT', $splitPage = 3, $splitWord = '...', $currentClass = 'current')
|
||||
{
|
||||
if ($this->_total < 1) {
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user