X-Git-Url: https://git.llucax.com/mecon/meconlib.git/blobdiff_plain/ab204ec4981b5edf4bc33e01db11d293946d0220..1ecdfa93a5bdc143c4eea7eb26d37749118b8469:/HTML/php/Tabla.php diff --git a/HTML/php/Tabla.php b/HTML/php/Tabla.php index 21acb3a..f1d6002 100644 --- a/HTML/php/Tabla.php +++ b/HTML/php/Tabla.php @@ -75,6 +75,9 @@ class Tabla extends HTML_Table { if (isset($tmp['width'])) { $this->_atribTabla['width'] = $tmp['width']; } + if (isset($tmp['bgcolor'])) { + $this->_atribTabla['bgcolor'] = $tmp['bgcolor']; + } } $this->HTML_Table($this->_atribTabla); //Modifico los atributos de todas las tablas