20 lines
870 B
PHP
20 lines
870 B
PHP
<?php
|
|
// +----------------------------------------------------------------------
|
|
// | SentCMS [ WE CAN DO IT JUST THINK IT ]
|
|
// +----------------------------------------------------------------------
|
|
// | Copyright (c) 2013 http://www.tensent.cn All rights reserved.
|
|
// +----------------------------------------------------------------------
|
|
// | Author: molong <molong@tensent.cn> <http://www.tensent.cn>
|
|
// +----------------------------------------------------------------------
|
|
|
|
return array(
|
|
|
|
'view_replace_str' => array(
|
|
'__ADDONS__' => BASE_PATH . '/addons',
|
|
'__PUBLIC__' => BASE_PATH . '/public',
|
|
'__STATIC__' => BASE_PATH . '/application/index/static',
|
|
'__IMG__' => BASE_PATH . '/application/index/static/images',
|
|
'__CSS__' => BASE_PATH . '/application/index/static/css',
|
|
'__JS__' => BASE_PATH . '/application/index/static/js',
|
|
)
|
|
); |