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
941ee0a0
Commit
941ee0a0
authored
Nov 17, 2014
by
Skia
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove gala2014 theme
parent
58c7b39b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
include/interface.inc.php
include/interface.inc.php
+2
-2
No files found.
include/interface.inc.php
View file @
941ee0a0
...
...
@@ -280,7 +280,7 @@ class interfaceweb
if
(
!
defined
(
'NOTAE'
))
{
$this
->
buffer
.
=
"<title>"
.
htmlentities
(
$this
->
title
,
ENT_COMPAT
,
"UTF-8"
)
.
" - association des etudiants de l'utbm</title>
\n
"
;
if
(
!
defined
(
"MOBILE"
))
$this
->
buffer
.
=
"<link rel=
\"
stylesheet
\"
type=
\"
text/css
\"
href=
\"
"
.
$wwwtopdir
.
"themes/
gala2014
/css/site3.css?"
.
filemtime
(
$fstopdir
.
"themes/
gala2014
/css/site3.css"
)
.
"
\"
title=
\"
AE2-
GALA
\"
/>
\n
"
;
$this
->
buffer
.
=
"<link rel=
\"
stylesheet
\"
type=
\"
text/css
\"
href=
\"
"
.
$wwwtopdir
.
"themes/
default3
/css/site3.css?"
.
filemtime
(
$fstopdir
.
"themes/
default3
/css/site3.css"
)
.
"
\"
title=
\"
AE2-
DEFAULT
\"
/>
\n
"
;
else
$this
->
buffer
.
=
"<link rel=
\"
stylesheet
\"
type=
\"
text/css
\"
href=
\"
"
.
$wwwtopdir
.
"themes/mobile/css/site.css?"
.
filemtime
(
$fstopdir
.
"themes/mobile/css/site.css"
)
.
"
\"
title=
\"
AE2-MOBILE
\"
/>
\n
"
;
}
else
{
...
...
@@ -289,7 +289,7 @@ class interfaceweb
$this
->
buffer
.
=
"<link rel=
\"
stylesheet
\"
type=
\"
text/css
\"
href=
\"
"
.
$wwwtopdir
.
$this
->
css
.
"?"
.
filemtime
(
$fstopdir
.
$this
->
css
)
.
"
\"
title=
\"
AE2-NEW2
\"
/>
\n
"
;
else
{
if
(
!
defined
(
"MOBILE"
))
$this
->
buffer
.
=
"<link rel=
\"
stylesheet
\"
type=
\"
text/css
\"
href=
\"
"
.
$wwwtopdir
.
"themes/
gala2014
/css/site3.css?"
.
filemtime
(
$fstopdir
.
"themes/
gala2014
/css/site3.css"
)
.
"
\"
title=
\"
AE2-NEW3
\"
/>
\n
"
;
$this
->
buffer
.
=
"<link rel=
\"
stylesheet
\"
type=
\"
text/css
\"
href=
\"
"
.
$wwwtopdir
.
"themes/
default3
/css/site3.css?"
.
filemtime
(
$fstopdir
.
"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
(
$fstopdir
.
"themes/mobile/css/site.css"
)
.
"
\"
title=
\"
AE2-MOBILE
\"
/>
\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