17 lines
469 B
PHP
17 lines
469 B
PHP
![]() |
<?php
|
||
|
|
||
|
return [
|
||
|
'Pid' => '上级导航',
|
||
|
'Typedata' => '导航类型',
|
||
|
'Typedata article' => '文章',
|
||
|
'Typedata images' => '图文',
|
||
|
'Typedata page' => '单页',
|
||
|
'Seotitle' => 'SEO标题',
|
||
|
'Keywords' => '关键字',
|
||
|
'Description' => '描述',
|
||
|
'Diyname' => '自定义名称',
|
||
|
'Content' => '内容',
|
||
|
'Weigh' => '排序',
|
||
|
'Status' => '状态'
|
||
|
];
|