24 lines
485 B
PHP
24 lines
485 B
PHP
<?php
|
|
const admin_top = [
|
|
"login_url" =>"/admin",
|
|
"root"=> "root",
|
|
'go_catalog'=>'访问前台',
|
|
"sign_out"=> " 退出登录",
|
|
"mg_product"=>"商品管理",
|
|
"mg_customers"=>"客户管理",
|
|
"VIP"=>"VIP",
|
|
"plugins_market"=>"插件市场",
|
|
"sw_language"=>"简体中文",
|
|
"en_language"=>"English",
|
|
];
|
|
const admin_assert = [
|
|
"vip_assert"=>"登录购买VIP服务",
|
|
"plugins_assert"=>"/admin/marketing",
|
|
"en_assert"=>"Admin Panel",
|
|
];
|
|
|
|
|
|
|
|
|
|
|