]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
whole footer has greenBg
authorEvan Prodromou <evan@prodromou.name>
Wed, 28 May 2008 17:20:41 +0000 (13:20 -0400)
committerEvan Prodromou <evan@prodromou.name>
Wed, 28 May 2008 17:20:41 +0000 (13:20 -0400)
darcs-hash:20080528172041-84dde-afe59aa8a36d72bca5294c9919186b1ab3db268f.gz

lib/util.php

index 448c049c04827ad98ab88b7aba2578da338856d7..0d0634603305335a7650405d7c908901c9ad1851 100644 (file)
@@ -133,7 +133,7 @@ function common_show_header($pagetitle, $callable=NULL, $data=NULL) {
 
 function common_show_footer() {
        global $xw, $config;
-       common_element_start('div', 'footer');
+       common_element_start('div', 'footer greenBg');
        common_foot_menu();
        common_license_block();
        common_element_end('div');
@@ -152,7 +152,7 @@ function common_text($txt) {
 
 function common_license_block() {
        global $config, $xw;
-       common_element_start('p', 'license greenBg');
+       common_element_start('p', 'license');
        common_element_start('span', 'floatLeft width25');
        common_element_start('a', array('class' => 'license',
                                                                        'rel' => 'license',