Code Duplication    Length = 3-3 lines in 2 locations

ecrire/inc/filtres.php 2 locations

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