|
@@ 2931-2933 (lines=3) @@
|
| 2928 |
|
return $css; |
| 2929 |
|
} |
| 2930 |
|
} else { |
| 2931 |
|
if ((@filemtime($f) > @filemtime($css)) |
| 2932 |
|
and (_VAR_MODE != 'recalcul') |
| 2933 |
|
) { |
| 2934 |
|
return $f; |
| 2935 |
|
} |
| 2936 |
|
if (!lire_fichier($css, $contenu)) { |
|
@@ 3019-3021 (lines=3) @@
|
| 3016 |
|
. preg_replace(",(.*?)(_rtl|_ltr)?$,", "\\1-urlabs-" . substr(md5("$css-urlabs"), 0, 4) . "\\2", $f) |
| 3017 |
|
. '.css'; |
| 3018 |
|
|
| 3019 |
|
if ((@filemtime($f) > @filemtime($css)) and (_VAR_MODE != 'recalcul')) { |
| 3020 |
|
return $f; |
| 3021 |
|
} |
| 3022 |
|
|
| 3023 |
|
if ($url_absolue_css == $css) { |
| 3024 |
|
if (strncmp($GLOBALS['meta']['adresse_site'], $css, $l = strlen($GLOBALS['meta']['adresse_site'])) != 0 |