mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-31 02:08:57 +00:00
Add titles to rest of the admin pages
This commit is contained in:
@@ -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,
|
||||
]
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user