Browse Source

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

Karson 6 years ago
parent
commit
01521805cd
1 changed files with 1 additions and 1 deletions
  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" /}