* version 1.20 * GPL licenses: * http://www.gnu.org/licenses/gpl.html */ define( 'SHOP_ROOT_DIR', $root= dirname( __FILE__ ) ) ; define( 'GET_SHOP_VERSION', '1.20' ) ; require_once( SHOP_ROOT_DIR . '/config/config.php' ) ; require_once( SHOP_ROOT_DIR . '/class/template.php' ) ; require_once( SHOP_ROOT_DIR . '/inc/commonfunction.php' ) ; set_include_path( SHOP_ROOT_DIR . '/pear' . PATH_SEPARATOR . SHOP_ROOT_DIR . '/class/Smarty' . PATH_SEPARATOR . get_include_path() ); get_carrier() ; $Template = new Template ; require_once( SHOP_ROOT_DIR . '/inc/config.php' ) ; require_once( SHOP_ROOT_DIR . '/inc/dispay.php' ) ; ?>