Add page title to admin/user related pages

This commit is contained in:
DariusIII
2018-06-19 14:38:10 +02:00
parent 3cc54d2259
commit efb07e3243
2 changed files with 3 additions and 0 deletions
@@ -69,6 +69,7 @@ class UserController extends BasePageController
$this->smarty->assign(
[
'title' => $title,
'meta_title' => $title,
'content' => $content,
]
);
@@ -211,6 +212,7 @@ class UserController extends BasePageController
$this->smarty->assign(
[
'title' => $title,
'meta_title' => $title,
'content' => $content,
]
);