<?php
- require_once './../php/Tabla.php';
+ require_once 'HTML/Tabla.php';
$TABLA = new Tabla ('width="500" align="right"');
$TABLA->colSpan(2, 6,2);
$TABLA->colSpan(2, 8,2);
- $TABLA->setCeldaTitulo($0);
+ $TABLA->setColTitulo(2);
+
$tohtml = $TABLA->toHtml();
print $tohtml;