Code Duplication    Length = 3-3 lines in 2 locations

ecrire/inc/filtres.php 2 locations

@@ 2918-2920 (lines=3) @@
2915
			return $css;
2916
		}
2917
	} else {
2918
		if ((@filemtime($f) > @filemtime($css))
2919
			and (_VAR_MODE != 'recalcul')
2920
		) {
2921
			return $f;
2922
		}
2923
		if (!lire_fichier($css, $contenu)) {
@@ 3006-3008 (lines=3) @@
3003
		. preg_replace(",(.*?)(_rtl|_ltr)?$,", "\\1-urlabs-" . substr(md5("$css-urlabs"), 0, 4) . "\\2", $f)
3004
		. '.css';
3005
3006
	if ((@filemtime($f) > @filemtime($css)) and (_VAR_MODE != 'recalcul')) {
3007
		return $f;
3008
	}
3009
3010
	if ($url_absolue_css == $css) {
3011
		if (strncmp($GLOBALS['meta']['adresse_site'], $css, $l = strlen($GLOBALS['meta']['adresse_site'])) != 0