undo that
darcs-hash:20080528172149-84dde-5ccf267e5b97ad403cf87f4339258f3dda051728.gz
This commit is contained in:
parent
92613fbcd7
commit
1a2a62ede0
|
@ -133,7 +133,7 @@ function common_show_header($pagetitle, $callable=NULL, $data=NULL) {
|
||||||
|
|
||||||
function common_show_footer() {
|
function common_show_footer() {
|
||||||
global $xw, $config;
|
global $xw, $config;
|
||||||
common_element_start('div', 'footer greenBg');
|
common_element_start('div', 'footer');
|
||||||
common_foot_menu();
|
common_foot_menu();
|
||||||
common_license_block();
|
common_license_block();
|
||||||
common_element_end('div');
|
common_element_end('div');
|
||||||
|
@ -152,7 +152,7 @@ function common_text($txt) {
|
||||||
|
|
||||||
function common_license_block() {
|
function common_license_block() {
|
||||||
global $config, $xw;
|
global $config, $xw;
|
||||||
common_element_start('p', 'license');
|
common_element_start('p', 'license greenBg');
|
||||||
common_element_start('span', 'floatLeft width25');
|
common_element_start('span', 'floatLeft width25');
|
||||||
common_element_start('a', array('class' => 'license',
|
common_element_start('a', array('class' => 'license',
|
||||||
'rel' => 'license',
|
'rel' => 'license',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user