Improved User Welcome

This commit is contained in:
Deon George
2013-05-28 21:35:54 +10:00
parent ab895eab93
commit c970081cc1
9 changed files with 75 additions and 13 deletions

View File

@@ -42,12 +42,11 @@ abstract class Kohana extends Kohana_Core {
'',
);
foreach ($prefixes as $p) {
foreach ($prefixes as $p)
if ($x = parent::find_file($dir,$p.$file,$ext,$array))
return $x;
}
break;
// We found a site path.
// We found a path.
return $x;
}