[phpBB Debug] PHP Warning: in file [ROOT]/includes/crs/crs_misc_functions.php on line 37: mime_content_type(): Empty filename or path
[phpBB Debug] PHP Warning: in file [ROOT]/includes/crs/crs_misc_functions.php on line 37: mime_content_type(): Empty filename or path
Zen Cart 源代码 config.ultimate_seo.php

Zen Cart 源代码 config.ultimate_seo.php




下载文件

文件名: config.ultimate_seo.php
文件类型: PHP文件
文件大小: 463 Bytes
MD5: cc2aa07bb688945c4a13ac81020e3cc7

config.ultimate_seo.php - 关闭高亮
  1. <?php
  2. /**
  3.  * autoloader components to instantiate the seo-url class
  4.  */
  5.  
  6. $autoLoadConfig[0][] = array('autoType'=>'class',
  7.                              'loadFile'=>'seo.url.php');
  8.  
  9. // must be 120 since 110 is where the language components are established for the session
  10. $autoLoadConfig[120][] = array('autoType'=>'classInstantiate',
  11.                                'className'=>'SEO_URL',
  12.                                'objectName'=>'seo_urls');
  13.  
  14. ?>