mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-30 17:58:59 +00:00
Add titles to rest of the admin pages
This commit is contained in:
@@ -182,6 +182,7 @@ class SiteController extends BasePageController
|
||||
$this->smarty->assign(
|
||||
[
|
||||
'title' => $title,
|
||||
'meta_title' => $title,
|
||||
'content' => $content,
|
||||
]
|
||||
);
|
||||
@@ -223,6 +224,7 @@ class SiteController extends BasePageController
|
||||
$this->smarty->assign(
|
||||
[
|
||||
'title' => $title,
|
||||
'meta_title' => $title,
|
||||
'content' => $content,
|
||||
]
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user