hy-farm/headimg/1589636602.jpg
2026-05-07 20:10:54 +08:00

24 lines
691 B
Plaintext

<?php
/**
* 商城板块初始化文件
*
*
*
* @copyright Copyright (c) 2007-2017 ShopNC Inc. (http://www.shopnc.net)
* @license http://www.shopnc.net
* @link http://www.shopnc.net
* @since File available since Release v1.1
*/
define('APP_ID','shop');
define('BASE_PATH',str_replace('\\','/',dirname(__FILE__)));
require __DIR__ . '/../shopnc.php';
define('APP_SITE_URL', SHOP_SITE_URL);
define('TPL_NAME',TPL_SHOP_NAME);
define('SHOP_RESOURCE_SITE_URL',SHOP_SITE_URL.DS.'resource');
define('SHOP_TEMPLATES_URL',SHOP_SITE_URL.'/templates/'.TPL_NAME);
define('BASE_TPL_PATH',BASE_PATH.'/templates/'.TPL_NAME);
Shopnc\Core::runApplication();