From 44320350381e357e26b292c0398f29ae1e8fd102 Mon Sep 17 00:00:00 2001 From: Devops Date: Sat, 13 May 2017 22:32:07 +0100 Subject: [PATCH] www/dbq/dbq.php --- www/dbq/dbq.php | 5 +++++ 1 file changed, 5 insertions(+) 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(); } -- 2.47.3