site.php 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. <?php
  2. return array (
  3. 'name' => '卫康官方网站',
  4. 'beian' => '',
  5. 'cdnurl' => '',
  6. 'version' => '1.0.1',
  7. 'timezone' => 'Asia/Shanghai',
  8. 'forbiddenip' => '',
  9. 'languages' =>
  10. array (
  11. 'backend' => 'zh-cn',
  12. 'frontend' => 'zh-cn',
  13. ),
  14. 'fixedpage' => 'company/index',
  15. 'categorytype' =>
  16. array (
  17. 'default' => '默认',
  18. 'page' => '单页',
  19. 'article' => '文章',
  20. 'test' => 'Test',
  21. ),
  22. 'configgroup' =>
  23. array (
  24. 'basic' => '基础配置',
  25. 'email' => '邮件配置',
  26. 'dictionary' => '字典配置',
  27. 'user' => '会员配置',
  28. 'example' => '示例分组',
  29. 'web' => '官网配置',
  30. ),
  31. 'mail_type' => '1',
  32. 'mail_smtp_host' => 'smtp.qq.com',
  33. 'mail_smtp_port' => '465',
  34. 'mail_smtp_user' => '10000',
  35. 'mail_smtp_pass' => 'password',
  36. 'mail_verify_type' => '2',
  37. 'mail_from' => '10000@qq.com',
  38. 'attachmentcategory' =>
  39. array (
  40. 'category1' => '分类一',
  41. 'category2' => '分类二',
  42. 'custom' => '自定义',
  43. ),
  44. 'record_number' => '鲁ICP备88888888',
  45. 'sales_hotline' => '400-001-9222',
  46. 'web_address' => '山东省临沂市高新区科技大道与湖北路交汇卫康生物科技园',
  47. 'public_account' =>
  48. array (
  49. 0 => '/assets/web/images/common/code1.jpg',
  50. 1 => '/assets/web/images/common/code3.jpg',
  51. 2 => '/assets/web/images/common/code2.jpg',
  52. ),
  53. );