function common_show_footer() {
global $xw, $config;
- common_element_start('div', 'footer greenBg');
+ common_element_start('div', 'footer');
common_foot_menu();
common_license_block();
common_element_end('div');
function common_license_block() {
global $config, $xw;
- common_element_start('p', 'license');
+ common_element_start('p', 'license greenBg');
common_element_start('span', 'floatLeft width25');
common_element_start('a', array('class' => 'license',
'rel' => 'license',