From: Nicolas Boisselier Date: Thu, 14 Dec 2017 21:19:42 +0000 (+0000) Subject: www/dbq/dbq.php X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=e126d843c9651b7cfe9038dcb047ecc87abf9f51;p=nb.git www/dbq/dbq.php --- diff --git a/www/dbq/dbq.php b/www/dbq/dbq.php index d4fd5088..535d2e4c 100644 --- a/www/dbq/dbq.php +++ b/www/dbq/dbq.php @@ -499,7 +499,6 @@ class DbQ extends nb { public function title_nav() { $params = $this->params; - $ext = $this->ext; $title = []; if (!empty($this->title)) $title['title'] = $this->title; @@ -525,7 +524,7 @@ class DbQ extends nb { $nav[] = [ $this->prettyText($v), [ - 'href' => "$path" . urlencode($v) . "." . $ext, + 'href' => "$path" . urlencode($v) . "." . $this->ext, 'class' => $k, ], ];