|
@@ 2925-2927 (lines=3) @@
|
| 2922 |
|
return $css; |
| 2923 |
|
} |
| 2924 |
|
} else { |
| 2925 |
|
if ((@filemtime($f) > @filemtime($css)) |
| 2926 |
|
and (_VAR_MODE != 'recalcul') |
| 2927 |
|
) { |
| 2928 |
|
return $f; |
| 2929 |
|
} |
| 2930 |
|
if (!lire_fichier($css, $contenu)) { |
|
@@ 3007-3009 (lines=3) @@
|
| 3004 |
|
. preg_replace(",(.*?)(_rtl|_ltr)?$,", "\\1-urlabs-" . substr(md5("$css-urlabs"), 0, 4) . "\\2", $f) |
| 3005 |
|
. '.css'; |
| 3006 |
|
|
| 3007 |
|
if ((@filemtime($f) > @filemtime($css)) and (_VAR_MODE != 'recalcul')) { |
| 3008 |
|
return $f; |
| 3009 |
|
} |
| 3010 |
|
|
| 3011 |
|
if ($url_absolue_css == $css) { |
| 3012 |
|
if (strncmp($GLOBALS['meta']['adresse_site'], $css, $l = strlen($GLOBALS['meta']['adresse_site'])) != 0 |