Fix blog menu order
This commit is contained in:
parent
66e510c9ab
commit
15f6f8f774
1 changed files with 2 additions and 2 deletions
|
@ -449,7 +449,7 @@ class Page
|
|||
$register = Navigation::Register->value;
|
||||
|
||||
$pages = array(
|
||||
$pages[$blog] = array(
|
||||
$blog => array(
|
||||
'text' => __('Blog'),
|
||||
'alignment' => 'left',
|
||||
'items' => array(
|
||||
|
@ -460,7 +460,7 @@ class Page
|
|||
),
|
||||
),
|
||||
),
|
||||
$system => array(
|
||||
$system => array(
|
||||
'text' => __('System'),
|
||||
'icon' => 'wrench',
|
||||
'alignment' => 'right',
|
||||
|
|
Loading…
Reference in a new issue