浏览代码

!142 login模板中的lang属性使用配置的参数
Merge pull request !142 from smtop/master

Karson 6 年之前
父节点
当前提交
01521805cd
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      application/admin/view/index/login.html

+ 1 - 1
application/admin/view/index/login.html

@@ -1,5 +1,5 @@
 <!DOCTYPE html>
-<html lang="en">
+<html lang="{$config.language}">
     <head>
         {include file="common/meta" /}