Code Duplication    Length = 3-3 lines in 2 locations

ecrire/inc/filtres.php 2 locations

@@ 2965-2967 (lines=3) @@
2962
			return $css;
2963
		}
2964
	} else {
2965
		if ((@filemtime($f) > @filemtime($css))
2966
			and (_VAR_MODE != 'recalcul')
2967
		) {
2968
			return $f;
2969
		}
2970
		if (!lire_fichier($css, $contenu)) {
@@ 3053-3055 (lines=3) @@
3050
		. preg_replace(",(.*?)(_rtl|_ltr)?$,", "\\1-urlabs-" . substr(md5("$css-urlabs"), 0, 4) . "\\2", $f)
3051
		. '.css';
3052
3053
	if ((@filemtime($f) > @filemtime($css)) and (_VAR_MODE != 'recalcul')) {
3054
		return $f;
3055
	}
3056
3057
	if ($url_absolue_css == $css) {
3058
		if (strncmp($GLOBALS['meta']['adresse_site'], $css, $l = strlen($GLOBALS['meta']['adresse_site'])) != 0