Fix page bind

This commit is contained in:
/usr/bin/vim
2026-02-16 22:24:34 +03:00
parent 8724108e3c
commit a755a8e5c4

View File

@@ -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;
} }
} }