<?php
return array(
//'配置项'=>'配置值'
'TMPL_PARSE_STRING' =>array(
'__CSS__' => '/thinkphp/Public/qian/css',
'__IMG__' => '/thinkphp/Public/qian/images',
'__JS__' => '/thinkphp/Public/qian/js',
'__TP__' => '/thinkphp/Uploads',
),
'URL_HTML_SUFFIX'=>'html'
);