X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Futil.php;h=1b308d14ead940ca0e69539afa692146e1420128;hb=0cabc70341727a2e017674278a33ddc970e3e2ce;hp=0d0634603305335a7650405d7c908901c9ad1851;hpb=92613fbcd7c81d8e94cb3c8b6fdc48a46c542fdf;p=quix0rs-gnu-social.git diff --git a/lib/util.php b/lib/util.php index 0d06346033..1b308d14ea 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'); @@ -150,9 +150,14 @@ function common_text($txt) { $xw->text($txt); } +function common_raw($xml) { + global $xw; + $xw->writeRaw($xml); +} + 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',