Moved /contrib to /vendors

This commit is contained in:
Josh Sherman 2010-03-09 21:45:11 -05:00
parent 52ee04a9ee
commit 2e6603e8c4
212 changed files with 1 additions and 1 deletions

View file

@ -73,7 +73,7 @@ function __autoload($class)
// Loads Smarty
elseif ($class == 'Smarty')
{
return require_once 'contrib/smarty/libs/Smarty.class.php';
return require_once 'vendors/smarty/libs/Smarty.class.php';
}
// Loads a test class
elseif (preg_match('/Test$/', $class) && file_exists($test_file))

Some files were not shown because too many files have changed in this diff Show more