Code Duplication    Length = 3-3 lines in 2 locations

ecrire/inc/filtres.php 2 locations

@@ 2826-2828 (lines=3) @@
2823
			return $css;
2824
		}
2825
	} else {
2826
		if ((@filemtime($f) > @filemtime($css))
2827
			and (_VAR_MODE != 'recalcul')
2828
		) {
2829
			return $f;
2830
		}
2831
		if (!lire_fichier($css, $contenu)) {
@@ 2914-2916 (lines=3) @@
2911
		. preg_replace(",(.*?)(_rtl|_ltr)?$,", "\\1-urlabs-" . substr(md5("$css-urlabs"), 0, 4) . "\\2", $f)
2912
		. '.css';
2913
2914
	if ((@filemtime($f) > @filemtime($css)) and (_VAR_MODE != 'recalcul')) {
2915
		return $f;
2916
	}
2917
2918
	if ($url_absolue_css == $css) {
2919
		if (strncmp($GLOBALS['meta']['adresse_site'], $css, $l = strlen($GLOBALS['meta']['adresse_site'])) != 0