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
4fd248a6
Commit
4fd248a6
authored
Nov 14, 2014
by
Root
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add Gala 2014 theme
parent
596dd8ed
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
8 deletions
+8
-8
include/interface.inc.php
include/interface.inc.php
+2
-2
themes/default3/css/site3.css
themes/default3/css/site3.css
+6
-6
themes/default3/images/global-top.png
themes/default3/images/global-top.png
+0
-0
No files found.
include/interface.inc.php
View file @
4fd248a6
...
...
@@ -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/
default3
/css/site3.css?"
.
filemtime
(
$fstopdir
.
"themes/
default3
/css/site3.css"
)
.
"
\"
title=
\"
AE2-
NEW3
\"
/>
\n
"
;
$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
"
;
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/
default3
/css/site3.css?"
.
filemtime
(
$fstopdir
.
"themes/
default3
/css/site3.css"
)
.
"
\"
title=
\"
AE2-NEW3
\"
/>
\n
"
;
$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
"
;
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
"
;
}
...
...
themes/default3/css/site3.css
View file @
4fd248a6
...
...
@@ -58,12 +58,12 @@
}
body
{
background
:
#CCCCCC
;
background-image
:
url("../images/global-top.png")
;
margin
:
0
;
padding
:
0
;
background-repeat
:
no-repeat
;
background-position
:
-50px
0px
;
background
:
#CCCCCC
;
background-image
:
url("../images/global-top.png")
,
url("../images/fond.png")
;
margin
:
0
;
padding
:
0
;
background-repeat
:
no-
repeat
,
repeat
;
background-position
:
-50px
0px
;
}
html
,
body
{
...
...
themes/default3/images/global-top.png
View replaced file @
596dd8ed
View file @
4fd248a6
42.3 KB
|
W:
|
H:
475 KB
|
W:
|
H:
2-up
Swipe
Onion skin
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