summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-05-28 13:21:49 -0400
committerEvan Prodromou <evan@prodromou.name>2008-05-28 13:21:49 -0400
commit1a2a62ede0cb13b39ce60d213fd3aec5e1ad54aa (patch)
treeae5ee0f009ae98f5a3a3e2ccfbce12f3c22cc48c /lib
parent92613fbcd7c81d8e94cb3c8b6fdc48a46c542fdf (diff)
undo that
darcs-hash:20080528172149-84dde-5ccf267e5b97ad403cf87f4339258f3dda051728.gz
Diffstat (limited to 'lib')
-rw-r--r--lib/util.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/util.php b/lib/util.php
index 0d0634603..448c049c0 100644
--- a/lib/util.php
+++ b/lib/util.php
@@ -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 greenBg');
+ common_element_start('div', 'footer');
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');
+ common_element_start('p', 'license greenBg');
common_element_start('span', 'floatLeft width25');
common_element_start('a', array('class' => 'license',
'rel' => 'license',