X-Git-Url: https://git.llucax.com/mecon/meconlib.git/blobdiff_plain/f3702fd61e804753f9b3df8c5f19454721bb6681..8b10b92403fd7fa1b5aea3c6f8a3a9d40eccc601:/HTML/php/Tabla.php?ds=inline 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