Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
bibliossimo
opacce
Commits
4c080b81
Commit
4c080b81
authored
Dec 20, 2017
by
Patrick Barroca
😁
Browse files
hotline #67053 : change admin menu order
parent
eb819a05
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
VERSIONS_HOTLINE/67053
VERSIONS_HOTLINE/67053
+1
-0
library/ZendAfi/View/Helper/Admin/FrontNav.php
library/ZendAfi/View/Helper/Admin/FrontNav.php
+3
-3
No files found.
VERSIONS_HOTLINE/67053
0 → 100644
View file @
4c080b81
- ticket #67053 : Administration : modification de l'ordre du menu d'administration en front
\ No newline at end of file
library/ZendAfi/View/Helper/Admin/FrontNav.php
View file @
4c080b81
...
...
@@ -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
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment