Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Antoine
ae2
Commits
353c2a61
Commit
353c2a61
authored
Jul 04, 2013
by
Bate
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changement de wwwtopdir
parent
37468ee8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
include/interface.inc.php
include/interface.inc.php
+5
-5
No files found.
include/interface.inc.php
View file @
353c2a61
...
...
@@ -288,19 +288,19 @@ else
{
$this
->
buffer
.
=
"<title>"
.
htmlentities
(
$this
->
title
,
ENT_COMPAT
,
"UTF-8"
)
.
"</title>
\n
"
;
if
(
isset
(
$this
->
css
))
$this
->
buffer
.
=
"<link rel=
\"
stylesheet
\"
type=
\"
text/css
\"
href=
\"
"
.
$wwwtopdir
.
$this
->
css
.
"?"
.
filemtime
(
$
www
topdir
.
$this
->
css
)
.
"
\"
title=
\"
AE2-NEW2
\"
/>
\n
"
;
$this
->
buffer
.
=
"<link rel=
\"
stylesheet
\"
type=
\"
text/css
\"
href=
\"
"
.
$wwwtopdir
.
$this
->
css
.
"?"
.
filemtime
(
$
fs
topdir
.
$this
->
css
)
.
"
\"
title=
\"
AE2-NEW2
\"
/>
\n
"
;
else
{
if
(
!
defined
(
"MOBILE"
))
$this
->
buffer
.
=
"<link rel=
\"
stylesheet
\"
type=
\"
text/css
\"
href=
\"
"
.
$wwwtopdir
.
"themes/default3/css/site3.css?"
.
filemtime
(
$
www
topdir
.
"themes/default3/css/site3.css"
)
.
"
\"
title=
\"
AE2-NEW3
\"
/>
\n
"
;
$this
->
buffer
.
=
"<link rel=
\"
stylesheet
\"
type=
\"
text/css
\"
href=
\"
"
.
$wwwtopdir
.
"themes/default3/css/site3.css?"
.
filemtime
(
$
fs
topdir
.
"themes/default3/css/site3.css"
)
.
"
\"
title=
\"
AE2-NEW3
\"
/>
\n
"
;
else
$this
->
buffer
.
=
"<link rel=
\"
stylesheet
\"
type=
\"
text/css
\"
href=
\"
"
.
$wwwtopdir
.
"themes/mobile/css/site.css?"
.
filemtime
(
$
www
topdir
.
"themes/mobile/css/site.css"
)
.
"
\"
title=
\"
AE2-MOBILE
\"
/>
\n
"
;
$this
->
buffer
.
=
"<link rel=
\"
stylesheet
\"
type=
\"
text/css
\"
href=
\"
"
.
$wwwtopdir
.
"themes/mobile/css/site.css?"
.
filemtime
(
$
fs
topdir
.
"themes/mobile/css/site.css"
)
.
"
\"
title=
\"
AE2-MOBILE
\"
/>
\n
"
;
}
}
foreach
(
$this
->
extracss
as
$url
)
if
(
file_exists
(
htmlentities
(
$wwwtopdir
.
$url
,
ENT_COMPAT
,
"UTF-8"
)))
$this
->
buffer
.
=
"<link rel=
\"
stylesheet
\"
type=
\"
text/css
\"
href=
\"
"
.
htmlentities
(
$wwwtopdir
.
$url
,
ENT_COMPAT
,
"UTF-8"
)
.
"?"
.
filemtime
(
htmlentities
(
$
www
topdir
.
$url
,
ENT_COMPAT
,
"UTF-8"
))
.
"
\"
/>
\n
"
;
filemtime
(
htmlentities
(
$
fs
topdir
.
$url
,
ENT_COMPAT
,
"UTF-8"
))
.
"
\"
/>
\n
"
;
foreach
(
$this
->
alternate
as
$row
)
{
...
...
@@ -329,7 +329,7 @@ if(!defined("MOBILE")) {
}
foreach
(
$this
->
extrajs
as
$url
)
$this
->
buffer
.
=
"<script type=
\"
text/javascript
\"
src=
\"
"
.
htmlentities
(
$wwwtopdir
.
$url
,
ENT_QUOTES
,
"UTF-8"
)
.
"?"
.
filemtime
(
htmlentities
(
$
www
topdir
.
$url
,
ENT_QUOTES
,
"UTF-8"
))
.
"
\"
></script>
\n
"
;
$this
->
buffer
.
=
"<script type=
\"
text/javascript
\"
src=
\"
"
.
htmlentities
(
$wwwtopdir
.
$url
,
ENT_QUOTES
,
"UTF-8"
)
.
"?"
.
filemtime
(
htmlentities
(
$
fs
topdir
.
$url
,
ENT_QUOTES
,
"UTF-8"
))
.
"
\"
></script>
\n
"
;
$this
->
buffer
.
=
"</head>
\n
"
;
...
...
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