Skip to content
Snippets Groups Projects
Commit 942d55cd authored by Patrick Barroca's avatar Patrick Barroca :grin:
Browse files

Merge branch 'hotline#67053_changer_l_ordre_des_menus_en_front' into 'stable'

hotline #67053 : change admin menu order

See merge request !2448
parents eb819a05 4c080b81
Branches
Tags
2 merge requests!2464Master,!2448hotline #67053 : change admin menu order
Pipeline #3203 passed with stage
in 26 minutes and 55 seconds
- ticket #67053 : Administration : modification de l'ordre du menu d'administration en front
\ No newline at end of file
......@@ -48,10 +48,10 @@ class ZendAfi_View_Helper_Admin_FrontNav extends ZendAfi_View_Helper_BaseHelper
protected function _getEntries() {
$entries = [$this->_myAccount(),
$this->_adminLinks(),
$entries = [$this->_adminLinks(),
$this->_adminActions(),
$this->_devTools()];
$this->_devTools(),
$this->_myAccount(),];
return $this->_lify($entries);
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment