<?
-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)) {
<title>
Prueba de Tabla.
</title>
-<? for ($i = 0; $i < count($tablas); $i++) echo '<link rel="StyleSheet" href="' . str_replace('/MECON/css/html/tabla/', '/~llucar/meconlib/www/css/html/tabla/', $tablas[$i]->getCSS()) . '"/>' ?>
+<?# for ($i = 0; $i < count($tablas); $i++) echo '<link rel="StyleSheet" href="' . str_replace('/MECON/css/html/tabla/', '/~llucar/meconlib/www/css/html/tabla/', $tablas[$i]->getCSS()) . '"/>' ?>
+<? for ($i = 0; $i < count($tablas); $i++) echo '<link rel="StyleSheet" href="' . $tablas[$i]->getCSS() . '"/>' . "\n" ?>
</head>
<body bgcolor="#FFFFFF" color="#000000" align="center">
<table width="760" align="center">