]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
better footer
authorEvan Prodromou <evan@prodromou.name>
Tue, 10 Jun 2008 19:55:02 +0000 (15:55 -0400)
committerEvan Prodromou <evan@prodromou.name>
Tue, 10 Jun 2008 19:55:02 +0000 (15:55 -0400)
darcs-hash:20080610195502-84dde-7f88fbfc5accd6d91467ddec1356e193728ba059.gz

lib/util.php

index e0f4a4e9960e94772cbb4dd4b8ee1dab72724644..059def4c3e982a15cc4fe3343a2af30eceabc259 100644 (file)
@@ -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');