- add current character name as document.title

- improved document.title blink on new rally point with inactive tab, #279
This commit is contained in:
Exodus4D
2016-08-06 16:30:02 +02:00
parent a87459895a
commit ec6ed66a6b
9 changed files with 111 additions and 35 deletions

View File

@@ -31,7 +31,7 @@ class AppController extends Controller {
*/
public function init(\Base $f3) {
// page title
$f3->set('pageTitle', 'Login');
$f3->set('pageTitle', 'Pathfinder');
// main page content
$f3->set('pageContent', $f3->get('PATHFINDER.VIEW.LOGIN'));