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
@@ -26,6 +26,7 @@ class ContentController extends BasePageController
$this->smarty->assign(
[
'title' => $title,
'meta_title' => $title,
'content' => $content,
]
);
@@ -111,6 +112,7 @@ class ContentController extends BasePageController
$this->smarty->assign(
[
'title' => $title,
'meta_title' => $title,
'content' => $content,
]
);