Fix page bind
This commit is contained in:
@@ -200,8 +200,8 @@ class RepairsView extends View
|
||||
$this->design->assign('posts', $posts);
|
||||
|
||||
|
||||
// $this->page = $this->pages->get_page();
|
||||
$page = $this->pages->get_page('repairs');
|
||||
$this->page = $page;
|
||||
$this->design->assign('page', $this->page);
|
||||
// Метатеги
|
||||
if($this->page)
|
||||
|
||||
Reference in New Issue
Block a user