mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Update Base and Browse controllers
This commit is contained in:
@@ -322,7 +322,7 @@ class BasePageController extends Controller
|
||||
public function pagerender(): void
|
||||
{
|
||||
$this->smarty->assign('page', $this);
|
||||
$this->page_template = $this->theme.'/basepage.tpl';
|
||||
$this->page_template = 'basepage.tpl';
|
||||
|
||||
$this->render();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user