mirror of
https://github.com/typecho/typecho.git
synced 2025-04-21 02:01:52 +02:00
fix #257
This commit is contained in:
parent
9daa4237dc
commit
a7bcb93d75
@ -45,7 +45,7 @@ class Typecho_Widget_Helper_PageNavigator_Box extends Typecho_Widget_Helper_Page
|
||||
);
|
||||
|
||||
$template = array_merge($default, $template);
|
||||
extract($default);
|
||||
extract($template);
|
||||
|
||||
// 定义item
|
||||
$itemBegin = empty($itemTag) ? '' : ('<' . $itemTag . '>');
|
||||
|
Loading…
x
Reference in New Issue
Block a user