]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/favorform.php
Merge ../csarven into uiredesign
[quix0rs-gnu-social.git] / lib / favorform.php
index c67e186974e1241a905d8984e726f4d4bac5c932..4f4fd72a9dc4321dc76fc33d8df0fe5a3dac13d4 100644 (file)
@@ -127,4 +127,15 @@ class FavorForm extends Form
         $this->out->submit('favor-submit-' . $this->notice->id,
                            _('Make a favorite'));
     }
+    
+    /**
+     * Class of the form.
+     *
+     * @return string the form's class
+     */
+    
+    function formClass()
+    {
+       return 'favor';
+    }
 }
\ No newline at end of file