Subversion Repositories eFlore/Projets.eflore-projets

Rev

Rev 146 | Rev 274 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 146 Rev 245
Line 129... Line 129...
129
 
129
 
130
		foreach ($chemins as $chemin) {
130
		foreach ($chemins as $chemin) {
131
			$chemin = $chemin.$classe.'.php';
131
			$chemin = $chemin.$classe.'.php';
132
			if (file_exists($chemin)) {
132
			if (file_exists($chemin)) {
-
 
133
				require_once $chemin;
133
				require_once $chemin;
134
				break;
134
			}
135
			}
135
		}
136
		}
Line 136... Line 137...
136
	}
137
	}