Ejemplo n.º 1
0
 /**
  * @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);
 }
Ejemplo n.º 2
0
 /**
  * @param  string $path the gantry path to the class to import
  * @return 
  */
 function gantry_import($path) {
     return GantryLoader::import($path);
 }