*/
function toHtml() // ~X2C
{
- $TABLA = new Tabla('width="100%" align="center"');
-
+ $TABLA = new Tabla('width="100%" align="center" bgcolor="#FFFFFF"');
$row = array ('<img src="./images/copete.jpg">');
$TABLA->agregarFila($row);
$TABLA->align(0,0,"center");
} // -X2C Class :Copete
-?>
\ No newline at end of file
+?>
*/
function _obtenerConfSecciones() // ~X2C
{
- $this->_confSecciones = include './conf/confSecciones.php';
+ $this->_confSecciones = include 'confSecciones.php';
var_dump($this->_confSecciones);
}
// -X2C