Opt: On force mise en cache par navigateur du style css du theme eldy.
This commit is contained in:
parent
4ee1ff9e0d
commit
ffed30c84b
@ -19,10 +19,20 @@
|
|||||||
* $Source$
|
* $Source$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
header('Content-type: text/css');
|
/**
|
||||||
|
\file htdocs/theme/eldy/eldy.css.php
|
||||||
|
\brief Fichier de style CSS du theme Eldy
|
||||||
|
\version $Revision$
|
||||||
|
*/
|
||||||
|
|
||||||
require("../../conf/conf.php");
|
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.
|
||||||
|
header('Cache-Control: max-age=3600, must-revalidate');
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
||||||
/* ============================================================================== */
|
/* ============================================================================== */
|
||||||
|
|||||||
@ -21,7 +21,7 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*!
|
/**
|
||||||
\file htdocs/theme/eldy/graph-color.php
|
\file htdocs/theme/eldy/graph-color.php
|
||||||
\brief Fichier de déclaration des couleurs pour les graphiques
|
\brief Fichier de déclaration des couleurs pour les graphiques
|
||||||
\version $Revision$
|
\version $Revision$
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user