Code Duplication    Length = 3-3 lines in 2 locations

ecrire/inc/filtres.php 2 locations

@@ 2855-2857 (lines=3) @@
2852
			return $css;
2853
		}
2854
	} else {
2855
		if ((@filemtime($f) > @filemtime($css))
2856
			and (_VAR_MODE != 'recalcul')
2857
		) {
2858
			return $f;
2859
		}
2860
		if (!lire_fichier($css, $contenu)) {
@@ 2943-2945 (lines=3) @@
2940
		. preg_replace(",(.*?)(_rtl|_ltr)?$,", "\\1-urlabs-" . substr(md5("$css-urlabs"), 0, 4) . "\\2", $f)
2941
		. '.css';
2942
2943
	if ((@filemtime($f) > @filemtime($css)) and (_VAR_MODE != 'recalcul')) {
2944
		return $f;
2945
	}
2946
2947
	if ($url_absolue_css == $css) {
2948
		if (strncmp($GLOBALS['meta']['adresse_site'], $css, $l = strlen($GLOBALS['meta']['adresse_site'])) != 0