[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: d26c24835042b281fd99a45e3061509f

config.ultimate_seo.php - 打开高亮
<?php
/**
 * autoloader components to instantiate the seo-url class
 */

$autoLoadConfig[0][] = array('autoType'=>'class',
                             'loadFile'=>'seo.url.php');

// must be 120 since 110 is where the language components are established for the session
$autoLoadConfig[120][] = array('autoType'=>'classInstantiate',
                               'className'=>'SEO_URL',
                               'objectName'=>'seo_urls');

?>