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
@@ -32,6 +32,7 @@ class GroupController extends BasePageController
$this->smarty->assign(
[
'title' => $title,
'meta_title' => $title,
'content' => $content,
]
);
@@ -69,6 +70,7 @@ class GroupController extends BasePageController
$this->smarty->assign(
[
'title' => $title,
'meta_title' => $title,
'content' => $content,
]
);
@@ -141,6 +143,7 @@ class GroupController extends BasePageController
$this->smarty->assign(
[
'title' => $title,
'meta_title' => $title,
'content' => $content,
]
);
@@ -176,6 +179,7 @@ class GroupController extends BasePageController
$this->smarty->assign(
[
'title' => $title,
'meta_title' => $title,
'content' => $content,
]
);
@@ -211,6 +215,7 @@ class GroupController extends BasePageController
$this->smarty->assign(
[
'title' => $title,
'meta_title' => $title,
'content' => $content,
]
);