Code Duplication    Length = 3-3 lines in 2 locations

ecrire/inc/filtres.php 2 locations

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