File tree 6 files changed +8
-1
lines changed
6 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -2464,3 +2464,6 @@ msgstr "{%displayNone}"
2464
2464
2465
2465
#~ msgid "system-date-format"
2466
2466
#~ msgstr "dd/mm/yy"
2467
+
2468
+ msgid "Login to Administration page"
2469
+ msgstr ""
Original file line number Diff line number Diff line change @@ -2511,3 +2511,6 @@ msgstr "さん"
2511
2511
2512
2512
#~ msgid "Midway"
2513
2513
#~ msgstr "ミッドウェー島"
2514
+
2515
+ msgid "Login to Administration page"
2516
+ msgstr "管理画面へログイン"
Original file line number Diff line number Diff line change @@ -137,6 +137,7 @@ public function login()
137
137
}
138
138
139
139
$ request = Request::getInstance ();
140
+ $ this ->set ('html_title ' , __ ('Login to Administration page ' ));
140
141
141
142
// 初期表示時
142
143
if (!$ request ->get ('user ' )) {
Original file line number Diff line number Diff line change 3
3
< html lang ="<?php echo \Fc2blog\Config::get('LANG'); ?> ">
4
4
< head >
5
5
< meta charset ="utf-8 ">
6
- < title > < ?php echo \Fc2blog\Web\Session::get('blog_id'); ?> </ title >
6
+ < title > < ?php if(isset($html_title)) { echo h($html_title);} else {echo h( \Fc2blog\Web\Session::get('blog_id'));} ?> </ title >
7
7
< link rel ="icon " href ="https://static.fc2.com/share/image/favicon.ico ">
8
8
< link rel ="stylesheet " href ="/css/normalize.css " type ="text/css " media ="all ">
9
9
< link rel ="stylesheet " href ="/css/admin-fc2.css " type ="text/css " media ="all ">
You can’t perform that action at this time.
0 commit comments