Browse Source

Merge pull request #48 from SmallerPig/master

增加页面title显示当前项目的名称,同时打开多个项目时方便定位页面
star7th 9 years ago
parent
commit
c822e4c56c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Application/Home/View/Common/header.html

+ 1 - 1
Application/Home/View/Common/header.html

@@ -2,7 +2,7 @@
 <html lang="en">
   <head>
     <meta charset="utf-8">
-    <title>ShowDoc</title>
+    <title>{$item.item_name} ShowDoc</title>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="description" content="">
     <meta name="author" content="">