Code Duplication    Length = 3-3 lines in 2 locations

ecrire/inc/filtres.php 2 locations

@@ 2941-2943 (lines=3) @@
2938
			return $css;
2939
		}
2940
	} else {
2941
		if ((@filemtime($f) > @filemtime($css))
2942
			and (_VAR_MODE != 'recalcul')
2943
		) {
2944
			return $f;
2945
		}
2946
		if (!lire_fichier($css, $contenu)) {
@@ 3029-3031 (lines=3) @@
3026
		. preg_replace(",(.*?)(_rtl|_ltr)?$,", "\\1-urlabs-" . substr(md5("$css-urlabs"), 0, 4) . "\\2", $f)
3027
		. '.css';
3028
3029
	if ((@filemtime($f) > @filemtime($css)) and (_VAR_MODE != 'recalcul')) {
3030
		return $f;
3031
	}
3032
3033
	if ($url_absolue_css == $css) {
3034
		if (strncmp($GLOBALS['meta']['adresse_site'], $css, $l = strlen($GLOBALS['meta']['adresse_site'])) != 0