X-Git-Url: https://git.llucax.com/mecon/meconlib.git/blobdiff_plain/9bb6a53d794ae8b9ccb2bd09651b96bee97c90c4..eadc9e63372dde805c0a1b0ad7db6aaa113995cf:/lib/MECON/HTML/QuickForm.php?ds=sidebyside diff --git a/lib/MECON/HTML/QuickForm.php b/lib/MECON/HTML/QuickForm.php index 352e46a..c5b52ca 100644 --- a/lib/MECON/HTML/QuickForm.php +++ b/lib/MECON/HTML/QuickForm.php @@ -76,6 +76,10 @@ class MECON_HTML_QuickForm extends MECON_HTML_QuickFormSimple { $this->renderer->updateAttributes($opts); } + function getCSS() { + return $this->renderer->getCSS(); + } + } ?> \ No newline at end of file