]> git.nbdom.net Git - nb.git/commitdiff
www/dbq/dbq.php
authorDevops <sys@15gifts.com>
Sat, 13 May 2017 21:32:07 +0000 (22:32 +0100)
committerDevops <sys@15gifts.com>
Sat, 13 May 2017 21:32:07 +0000 (22:32 +0100)
www/dbq/dbq.php

index fc8f802232a58381d20d0580f4999aee73a314fb..2e400ec07c229bae5f47d75119c70d206ba6579b 100644 (file)
@@ -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();
     }