* @copyright 2007-2014 PrestaShop SA * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) * International Registered Trademark & Property of PrestaShop SA */ // Include some alias functions require_once(_PS_CONFIG_DIR_.'alias.php'); require_once(_PS_CLASS_DIR_.'PrestaShopAutoload.php'); spl_autoload_register(array(PrestaShopAutoload::getInstance(), 'load'));