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