summaryrefslogtreecommitdiff
path: root/lib/util.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-06-10 15:55:02 -0400
committerEvan Prodromou <evan@prodromou.name>2008-06-10 15:55:02 -0400
commitcd2e89e2b074ae9e7fbc2e16557c2e5a1f66e2af (patch)
tree6cccf9048166cce5f7ed911432a8ddeb4c9b44e9 /lib/util.php
parentc0a3df1c3b33caf36237f096d093f2613542ecb1 (diff)
better footer
darcs-hash:20080610195502-84dde-7f88fbfc5accd6d91467ddec1356e193728ba059.gz
Diffstat (limited to 'lib/util.php')
-rw-r--r--lib/util.php6
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/util.php b/lib/util.php
index e0f4a4e99..059def4c3 100644
--- a/lib/util.php
+++ b/lib/util.php
@@ -184,10 +184,8 @@ function common_show_footer() {
global $xw, $config;
common_element_end('div'); # content div
common_foot_menu();
- common_element_start('div', 'footer');
- global $config, $xw;
- common_element('img', array('class' => 'license',
- 'id' => 'cc',
+ common_element_start('div', array('id' => 'footer'));
+ common_element('img', array('id' => 'cc',
'src' => $config['license']['image'],
'alt' => $config['license']['title']));
common_element_start('p');