Oauth Title Fix
This commit is contained in:
parent
862fc29bde
commit
2c5d861011
@ -8,7 +8,7 @@ class Oauth extends Template
|
||||
|
||||
$template = new Template('oauth');
|
||||
$template->prepare('baseDir', BASEDIR);
|
||||
$template->prepare('title', 'Home');
|
||||
$template->prepare('title', 'Simple Home - Oauth');
|
||||
|
||||
$template->prepare('lang', $lang);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user