Example #1
0
 public function isInCategory($id)
 {
     return in_array(Page::toID($id), $this->data['categories']);
 }