X-Git-Url: https://git.llucax.com/mecon/meconlib.git/blobdiff_plain/027ef22e617aa6a506f8641c43c71730b73ebbbe..c3b42bba0c46c9510b6ca095dfab862ff97170e6:/test/HTML/tabla_estilos.php?ds=inline diff --git a/test/HTML/tabla_estilos.php b/test/HTML/tabla_estilos.php index 1668d30..0d4bc92 100644 --- a/test/HTML/tabla_estilos.php +++ b/test/HTML/tabla_estilos.php @@ -1,8 +1,10 @@ -require_once '../../lib/MECON/HTML/Tabla.php'; +#require_once '../../lib/MECON/HTML/Tabla.php'; +require_once 'MECON/HTML/Tabla.php'; $tablas = array(); $estilos = array(); +#$dir = dir('../../lib/MECON/HTML/Tabla'); $dir = dir('../../lib/MECON/HTML/Tabla'); while (($f = $dir->read()) !== false) { if (preg_match('/^estilo_(.*)\.php$/', $f, $m)) { @@ -18,7 +20,8 @@ while (($f = $dir->read()) !== false) {