Fix blog menu order

This commit is contained in:
grandeljay 2022-06-08 07:46:16 +02:00
parent 66e510c9ab
commit 15f6f8f774

View file

@ -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',