Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Comptoir
Comptoir-srv
Commits
62fe3044
Commit
62fe3044
authored
Jun 17, 2020
by
Fabrice Gangler
🎨
Browse files
FIX: change order of links in main menu
Refs:
#938
parent
4d8305cd
Pipeline
#10100
passed with stage
in 5 minutes and 31 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/Template/Element/Navigation/navbarFixedTop.ctp
View file @
62fe3044
...
...
@@ -62,17 +62,6 @@
<?php
// ===== main navigation bar ============================================================== ?>
<
ul
class
=
"nav navbar-nav navbar-left nav-pull-down"
id
=
"navbar-mainMenu"
>
<?
php
$txtMapping
=
__d
(
"ElementNavigation"
,
"navbar.mapping"
)
;
?>
<?php
if
(
$this
->
isHere
(
"Taxonomys"
,
'mapping'
))
:
?>
<li
class=
"current"
>
<span
class=
" text-center"
>
<?=
__d
(
"ElementNavigation"
,
"navbar.mapping"
)
?>
</span>
</li>
<?php
else
:
?>
<li>
<?=
$this
->
Html
->
link
(
$txtMapping
,
$mappingBaseUrl
,
[
"id"
=>
"mappingPage"
])
?>
</li>
<?php
endif
;
?>
<?
php
if
(
$this
->
isHere
(
"Softwares"
))
:
?>
<li
class=
"current"
>
...
...
@@ -121,6 +110,17 @@
<?php
endif
;
?>
</li>
<?php
$txtMapping
=
__d
(
"ElementNavigation"
,
"navbar.mapping"
)
;
?>
<?php
if
(
$this
->
isHere
(
"Taxonomys"
,
'mapping'
))
:
?>
<li
class=
"current"
>
<span
class=
" text-center"
>
<?=
__d
(
"ElementNavigation"
,
"navbar.mapping"
)
?>
</span>
</li>
<?php
else
:
?>
<li>
<?=
$this
->
Html
->
link
(
$txtMapping
,
$mappingBaseUrl
,
[
"id"
=>
"mappingPage"
])
?>
</li>
<?php
endif
;
?>
<?php
if
(
$this
->
isHere
(
"tags"
))
:
?>
<li
class=
"current"
>
<span
class=
" text-center"
>
<?=
__d
(
"ElementNavigation"
,
"Tags"
)
?>
</span>
...
...
Write
Preview
Supports
Markdown
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