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; $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',