!142 login模板中的lang属性使用配置的参数

Merge pull request !142 from smtop/master
pull/142/MERGE
Karson 2019-09-25 22:58:37 +08:00 committed by Gitee
commit 01521805cd
1 changed files with 1 additions and 1 deletions

View File

@ -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" /}