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
0d6f8178
Commit
0d6f8178
authored
Jan 31, 2020
by
Fabrice Gangler
🎨
Browse files
FIX: update of the FEDER-Occitania link
- new link - add REL attribut : "nofollow noopener noreferrer" Refs:
#790
parent
2d164855
Pipeline
#7979
passed with stage
in 3 minutes and 37 seconds
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
src/Template/Element/Pages/footer.ctp
View file @
0d6f8178
...
@@ -51,9 +51,13 @@
...
@@ -51,9 +51,13 @@
<div>
<div>
<?=
$this
->
Html
->
link
(
<?=
$this
->
Html
->
link
(
$this
->
Html
->
image
(
"logos/Logo_FEDER.png"
,
$this
->
Html
->
image
(
"logos/Logo_FEDER.png"
,
[
"alt"
=>
"Fonds Européen de Développement Régional"
,
"id"
=>
"Feder-logo"
]),
[
"alt"
=>
"Site web du 'Fonds Européen de Développement Régional' de la région Occitanie"
,
"id"
=>
"Feder-logo"
]),
"http://www.europe-en-occitanie.eu/FEDER-FSE-IEJ/#FEDER-FSE-IEJ-LR"
,
"https://www.europe-en-occitanie.eu/Fonds-et-programmes-europeens-en-bref"
,
[
'escape'
=>
false
,
"target"
=>
"_blank"
])
?>
[
'escape'
=>
false
,
"target"
=>
"_blank"
,
'rel'
=>
'nofollow noopener noreferrer'
])
?>
</div>
</div>
</footer>
</footer>
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