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;
|
$register = Navigation::Register->value;
|
||||||
|
|
||||||
$pages = array(
|
$pages = array(
|
||||||
$pages[$blog] = array(
|
$blog => array(
|
||||||
'text' => __('Blog'),
|
'text' => __('Blog'),
|
||||||
'alignment' => 'left',
|
'alignment' => 'left',
|
||||||
'items' => array(
|
'items' => array(
|
||||||
|
@ -460,7 +460,7 @@ class Page
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
$system => array(
|
$system => array(
|
||||||
'text' => __('System'),
|
'text' => __('System'),
|
||||||
'icon' => 'wrench',
|
'icon' => 'wrench',
|
||||||
'alignment' => 'right',
|
'alignment' => 'right',
|
||||||
|
|
Loading…
Reference in a new issue