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
domainepublic
alternc
Commits
8d59c845
Commit
8d59c845
authored
Mar 27, 2014
by
Alan Garcia
Browse files
Favicon devient configurable
parent
93a41234
Changes
1
Hide whitespace changes
Inline
Side-by-side
bureau/admin/head.php
View file @
8d59c845
...
...
@@ -37,14 +37,17 @@ if (!isset($charset) || ! $charset) $charset="UTF-8";
if
(
file_exists
(
"styles/style-custom.css"
)
)
{
echo
'<link rel="stylesheet" href="styles/style-custom.css" type="text/css" />'
;
}
$favicon
=
variable_get
(
'favicon'
,
'favicon.ico'
,
'You can specify a favicon, for example /images/my_logo.ico'
,
array
(
array
(
'desc'
=>
'URL'
,
'type'
=>
'string'
)));
?>
<link
rel=
"stylesheet"
href=
"styles/style-empty.css"
type=
"text/css"
title=
"Default - Desktop TNG"
/>
<link
rel=
"alternate stylesheet"
href=
"styles/style-bluedesktop10.css"
type=
"text/css"
title=
"Blue Desktop 1.0"
/>
<link
rel=
"alternate stylesheet"
href=
"styles/style-hw.css"
type=
"text/css"
title=
"Halloween"
/>
<link
rel=
"Shortcut Icon"
href=
"favicon
.ico
"
type=
"image/ico"
/>
<link
rel=
"icon"
href=
"favicon
.ico
"
type=
"image/ico"
/>
<link
rel=
"Shortcut Icon"
href=
"
<?php
echo
$
favicon
;
?>
"
type=
"image/ico"
/>
<link
rel=
"icon"
href=
"
<?php
echo
$
favicon
;
?>
"
type=
"image/ico"
/>
<script
src=
"js/alternc.js"
type=
"text/javascript"
></script>
<script
src=
"js/jquery.min_embedded.js"
type=
"text/javascript"
></script>
...
...
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