]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/util.php
add doc action
[quix0rs-gnu-social.git] / lib / util.php
index ab25d74696f36d36faf33bedf955eee103a1246d..1b308d14ead940ca0e69539afa692146e1420128 100644 (file)
@@ -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',