7 lines
195 B
PHP
7 lines
195 B
PHP
<?php
|
|
return array(
|
|
//'配置项'=>'配置值'
|
|
//自定义success和error的提示页面模板
|
|
'TMPL_ACTION_SUCCESS'=>'Public:success',
|
|
'TMPL_ACTION_ERROR'=>'Public:error',
|
|
); |