Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dolibarr
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software_Artifact_Infrastructure_Repository
dolibarr
Commits
b7a5e77f
Commit
b7a5e77f
authored
15 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Patches
Plain Diff
Qual: All theme are php files
parent
1ed50b48
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
htdocs/theme/bluelagoon/bluelagoon.css.php
+17
-3
17 additions, 3 deletions
htdocs/theme/bluelagoon/bluelagoon.css.php
htdocs/theme/rodolphe/rodolphe.css.php
+22
-3
22 additions, 3 deletions
htdocs/theme/rodolphe/rodolphe.css.php
with
39 additions
and
6 deletions
htdocs/theme/bluelagoon/bluelagoon.css
→
htdocs/theme/bluelagoon/bluelagoon.css
.php
+
17
−
3
View file @
b7a5e77f
/* Copyright (C) 2002-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
<?php
* Copyright (C) 2004-2008 Laurent Destailleur <eldy@users.sourceforge.net>
/* Copyright (C) 2004-2009 Laurent Destailleur <eldy@users.sourceforge.net>
* Copyright (C) 2006 Rodolphe Quiedeville <rodolphe@quiedeville.org>
* Copyright (C) 2007 Regis Houssin <regis@dolibarr.fr>
*
*
* This program is free software; you can redistribute it and/or modify
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* it under the terms of the GNU General Public License as published by
...
@@ -22,6 +24,18 @@
...
@@ -22,6 +24,18 @@
* \version $Id$
* \version $Id$
*/
*/
require
(
"../../conf/conf.php"
);
// Define css type
header
(
'Content-type: text/css'
);
// Important: Avoid page request by browser and dynamic build at
// each Dolibarr page access.
if
(
empty
(
$conf
->
global
->
MAIN_FEATURES_LEVEL
)
||
$conf
->
global
->
MAIN_FEATURES_LEVEL
<
2
)
{
header
(
'Cache-Control: max-age=3600, public, must-revalidate'
);
}
?>
/***** Style du fond *****/
/***** Style du fond *****/
body {
body {
...
...
This diff is collapsed.
Click to expand it.
htdocs/theme/rodolphe/rodolphe.css
→
htdocs/theme/rodolphe/rodolphe.css
.php
+
22
−
3
View file @
b7a5e77f
/* Copyright (C) 2002-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
<?php
* Copyright (C) 2004-2006 Laurent Destailleur <eldy@users.sourceforge.net>
/* Copyright (C) 2004-2009 Laurent Destailleur <eldy@users.sourceforge.net>
* Copyright (C) 2006 Rodolphe Quiedeville <rodolphe@quiedeville.org>
* Copyright (C) 2007 Regis Houssin <regis@dolibarr.fr>
*
*
* This program is free software; you can redistribute it and/or modify
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* it under the terms of the GNU General Public License as published by
...
@@ -16,7 +18,24 @@
...
@@ -16,7 +18,24 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
*/
/* $Id$ */
/**
* \file htdocs/theme/rodolphe/rodoplhe.css.php
* \brief Fichier de style CSS du theme Rodolphe
* \version $Id$
*/
require
(
"../../conf/conf.php"
);
// Define css type
header
(
'Content-type: text/css'
);
// Important: Avoid page request by browser and dynamic build at
// each Dolibarr page access.
if
(
empty
(
$conf
->
global
->
MAIN_FEATURES_LEVEL
)
||
$conf
->
global
->
MAIN_FEATURES_LEVEL
<
2
)
{
header
(
'Cache-Control: max-age=3600, public, must-revalidate'
);
}
?>
/***** Style du fond *****/
/***** Style du fond *****/
body {
body {
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment