first commit
This commit is contained in:
12
extend/conf/tpl/tpl.php
Normal file
12
extend/conf/tpl/tpl.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
return array (
|
||||
'1'=>array(
|
||||
'name'=>'用户注册',
|
||||
'path'=>'extend/conf/tpl/register.tpl'
|
||||
),
|
||||
'2'=>array(
|
||||
'name'=>'找回密码',
|
||||
'path'=>'extend/conf/tpl/forgot.tpl'
|
||||
),
|
||||
// TODO...
|
||||
);
|
||||
Reference in New Issue
Block a user