mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-02 19:28:55 +00:00
Add titles to rest of the admin pages
This commit is contained in:
@@ -27,6 +27,7 @@ class MusicController extends BasePageController
|
||||
$this->smarty->assign(
|
||||
[
|
||||
'title' => $title,
|
||||
'meta_title' => $title,
|
||||
'content' => $content,
|
||||
]
|
||||
);
|
||||
@@ -90,6 +91,7 @@ class MusicController extends BasePageController
|
||||
$this->smarty->assign(
|
||||
[
|
||||
'title' => $title,
|
||||
'meta_title' => $title,
|
||||
'content' => $content,
|
||||
]
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user