site_config.php 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <?php return array (
  2. 'email_type' => '1',
  3. 'email_safe' => '',
  4. 'mail_address' => '',
  5. 'smtp' => '',
  6. 'smtp_user' => '',
  7. 'smtp_pwd' => '',
  8. 'smtp_port' => '',
  9. 'order_by' => 'new',
  10. 'name' => '中网B2C商城',
  11. 'url' => 'http://www.k1net.cn',
  12. 'master' => '',
  13. 'qq' => '',
  14. 'email' => '',
  15. 'mobile' => '',
  16. 'phone' => '',
  17. 'address' => '',
  18. 'site_footer_code' => '<div class="footer" style="text-align:center"><p class="links"><a href="">关于我们</a>|<a href="">常见问题</a>|<a href="">安全交易</a>|<a href="">购买流程</a>|<a href="">如何付款</a>|<a href="">联系我们</a>|<a href="">合作提案</a></p><p class="copyright">Powered by <a href="http://www.aircheng.com">iWebShop</a></p>Copyright © 2005-2014 <a class="copyys" target="_blank" href="http://www.miibeian.gov.cn/">鲁ICP备01000010号</a></div>',
  19. 'tax' => '10',
  20. 'stockup_time' => '1',
  21. 'index_seo_title' => '中网B2C商城系统',
  22. 'index_seo_keywords' => '开源商城系统,开源网店系统,开源电子商务,商城系统源码,多用户商城源码',
  23. 'index_seo_description' => '中网B2C商城系统',
  24. 'goods_no_pre' => 'SD',
  25. 'commission' => '',
  26. 'store_num_warning' => '1',
  27. 'reg_option' => '0',
  28. 'guide_name' =>
  29. array (
  30. 0 => '产品官网',
  31. 1 => '食品酒类',
  32. 2 => '化妆品',
  33. 3 => '商家管理',
  34. 4 => '后台管理',
  35. ),
  36. 'guide_link' =>
  37. array (
  38. 0 => 'http://www.k1net.cn/',
  39. 1 => 'http://www.k1net.cn/',
  40. 2 => 'http://www.k1net.cn/',
  41. 3 => 'seller/index',
  42. 4 => 'systemadmin/index',
  43. ),
  44. )?>