From: Devops Date: Sat, 13 May 2017 21:32:07 +0000 (+0100) Subject: www/dbq/dbq.php X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=44320350381e357e26b292c0398f29ae1e8fd102;p=nb.git www/dbq/dbq.php --- diff --git a/www/dbq/dbq.php b/www/dbq/dbq.php index fc8f8022..2e400ec0 100644 --- a/www/dbq/dbq.php +++ b/www/dbq/dbq.php @@ -160,6 +160,11 @@ class DbQ extends nb { $this->page->title = join($this->sep_title,$title); $this->page->nav = $nav; + $this->page->body_class = '' + .' db-'.$this->params['db'] + .' table-'.$this->params['table'] + .' action-'.$this->params['action'] + ; $this->page->begin(); }