X-Git-Url: https://git.llucax.com/mecon/meconlib.git/blobdiff_plain/9bb6a53d794ae8b9ccb2bd09651b96bee97c90c4..17eeb40fc086f03e96fcaf6bfe6581beb17be123:/lib/MECON/HTML/QuickForm.php 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