Galleries\Controller\Galleries::gallery PHP Method

    public function gallery($id = null)
    {
        if (!$id && !$this->app->module("auth")->hasaccess("Galleries", 'create.gallery')) {
            return false;
        }
        return $this->render("galleries:views/gallery.php", compact('id'));
    }