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
21fcff35
Commit
21fcff35
authored
Jan 30, 2020
by
Fabrice Gangler
🎨
Browse files
FIX: disable meta msapplication-* tags
this is not correctly configured
parent
5cd1d457
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Template/Element/Pages/header.ctp
View file @
21fcff35
...
...
@@ -31,10 +31,11 @@
<?=
$this
->
Html
->
meta
(
'favicon.ico'
,
'img/favicon/CDL-Favicon.76_76.png'
,
[
'type'
=>
'icon'
,
'rel'
=>
'apple-touch-icon'
,
'sizes'
=>
'76x76'
]);
?>
<?=
$this
->
Html
->
meta
(
'favicon.ico'
,
'img/favicon/CDL-Favicon.152_152.png'
,
[
'type'
=>
'icon'
,
'rel'
=>
'apple-touch-icon'
,
'sizes'
=>
'152x152'
]);
?>
<?=
$this
->
Html
->
meta
(
'favicon.ico'
,
'img/favicon/CDL-Favicon.180_180.png'
,
[
'type'
=>
'icon'
,
'rel'
=>
'apple-touch-icon'
,
'sizes'
=>
'180x180'
]);
?>
<meta
name=
"msapplication-TileColor"
content=
"#FFFFFF"
>
<meta
name=
"msapplication-TileImage"
content=
"favicon/favicon-144.png"
>
<meta
name=
"msapplication-config"
content=
"favicon/browserconfig.xml"
>
<?php
// <meta name="msapplication-TileColor" content="#FFFFFF">
// <meta name="msapplication-TileImage" content="favicon/favicon-144.png">
// <meta name="msapplication-config" content="favicon/browserconfig.xml">
?>
<?=
$this
->
fetch
(
'title'
)
?
'<title>'
.
$this
->
fetch
(
'title'
)
.
'</title>'
:
'<title>'
.
__d
(
"Layout"
,
"Comptoir du libre"
)
.
'</title>'
?>
...
...
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