ソースを参照

!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>
 <!DOCTYPE html>
-<html lang="en">
+<html lang="{$config.language}">
     <head>
     <head>
         {include file="common/meta" /}
         {include file="common/meta" /}