X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Futil.php;h=1b308d14ead940ca0e69539afa692146e1420128;hb=0cabc70341727a2e017674278a33ddc970e3e2ce;hp=448c049c04827ad98ab88b7aba2578da338856d7;hpb=bdb83be1790c089b8c236cc57c1448c787a7ecef;p=quix0rs-gnu-social.git diff --git a/lib/util.php b/lib/util.php index 448c049c04..1b308d14ea 100644 --- a/lib/util.php +++ b/lib/util.php @@ -150,6 +150,11 @@ 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 greenBg');