Update Base and Browse controllers

This commit is contained in:
DariusIII
2018-04-01 23:38:27 +02:00
parent eb9082e7a2
commit dcdfa699f7
3 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -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();
}