X-Git-Url: https://git.llucax.com/mecon/meconlib.git/blobdiff_plain/c49c4882cf7f68c039797ec1fe9d2fb036597965..d32af4c6a95ab6ed27a78e2fee1244e2b3bd4009:/lib/MECON/Marco.php diff --git a/lib/MECON/Marco.php b/lib/MECON/Marco.php index 0852c56..26d7aae 100644 --- a/lib/MECON/Marco.php +++ b/lib/MECON/Marco.php @@ -170,9 +170,6 @@ Si es un objeto debe tener un metodo toHtml y opcionalmente puede tener un getCS */ function addBody($body) // ~X2C { - if ((is_object($body)) && (method_exists($body, 'getcss'))) { - $this->addStyleSheet($body->getCSS()); - } $this->addBodyContent($body); } // -X2C