better footer
darcs-hash:20080610195502-84dde-7f88fbfc5accd6d91467ddec1356e193728ba059.gz
This commit is contained in:
parent
c0a3df1c3b
commit
cd2e89e2b0
@ -184,10 +184,8 @@ function common_show_footer() {
|
|||||||
global $xw, $config;
|
global $xw, $config;
|
||||||
common_element_end('div'); # content div
|
common_element_end('div'); # content div
|
||||||
common_foot_menu();
|
common_foot_menu();
|
||||||
common_element_start('div', 'footer');
|
common_element_start('div', array('id' => 'footer'));
|
||||||
global $config, $xw;
|
common_element('img', array('id' => 'cc',
|
||||||
common_element('img', array('class' => 'license',
|
|
||||||
'id' => 'cc',
|
|
||||||
'src' => $config['license']['image'],
|
'src' => $config['license']['image'],
|
||||||
'alt' => $config['license']['title']));
|
'alt' => $config['license']['title']));
|
||||||
common_element_start('p');
|
common_element_start('p');
|
||||||
|
Loading…
Reference in New Issue
Block a user