/** * @param string $path the gantry path to the class to import * @return */ function gantry_import($path) { require_once realpath(dirname(__FILE__)) . '/core/gantryloader.class.php'; return GantryLoader::import($path); }
/** * @param string $path the gantry path to the class to import * @return */ function gantry_import($path) { return GantryLoader::import($path); }