]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
add class to body element
authorEvan Prodromou <evan@prodromou.name>
Mon, 8 Dec 2008 05:50:23 +0000 (00:50 -0500)
committerEvan Prodromou <evan@prodromou.name>
Mon, 8 Dec 2008 05:50:23 +0000 (00:50 -0500)
darcs-hash:20081208055023-84dde-5ae95497ae63584f7b86e63eb62ed13607ee1ee8.gz

lib/util.php

index 1b0fc1ec827e6d3a628ccda25c85e653bb2b9d74..ab683d1a2a0f6d4a4709df3fd5213871d0d254f4 100644 (file)
@@ -163,6 +163,7 @@ define('PAGE_TYPE_PREFS', 'text/html,application/xhtml+xml,application/xml;q=0.3
 function common_show_header($pagetitle, $callable=NULL, $data=NULL, $headercall=NULL) {
 
        global $config, $xw;
+    global $action; /* XXX: kind of cheating here. */
 
        common_start_html();
 
@@ -209,7 +210,7 @@ function common_show_header($pagetitle, $callable=NULL, $data=NULL, $headercall=
                }
        }
        common_element_end('head');
-       common_element_start('body');
+       common_element_start('body', $action);
        common_element_start('div', array('id' => 'wrap'));
        common_element_start('div', array('id' => 'header'));
        common_nav_menu();