]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/form.php
move schema.type.php to typeschema.php like other files
[quix0rs-gnu-social.git] / lib / form.php
index 868c986b93b457097ba29c4316db682d23e9c956..f6501dc6daf699b0b190f748c459d34a064638f9 100644 (file)
@@ -181,4 +181,14 @@ class Form extends Widget
     {
         return 'form';
     }
+
+    function li()
+    {
+        $this->out->elementStart('li');
+    }
+
+    function unli()
+    {
+        $this->out->elementEnd('li');
+    }
 }