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