Add titles to rest of the admin pages

This commit is contained in:
DariusIII
2018-06-19 14:50:29 +02:00
parent efb07e3243
commit a93c7623b5
25 changed files with 56 additions and 78 deletions
@@ -25,6 +25,7 @@ class MenuController extends BasePageController
$this->smarty->assign(
[
'title' => $title,
'meta_title' => $title,
'content' => $content,
]
);
@@ -86,6 +87,7 @@ class MenuController extends BasePageController
$this->smarty->assign(
[
'title' => $title,
'meta_title' => $title,
'content' => $content,
]
);