include("./recursos/datos.php"); include("./recursos/previsualizar.php"); ?>
dame_dato("PIEFOTO2",$id); echo("
".dame_dato("TITULO LIBRO",$id)."
"); ?>
echo("
Datos generales
"); echo("
Prólogo
"); echo("
Indice
");?>
Menu de publicaciones
echo("
"); echo("
"); echo("
"); echo("
"); $titulo=$id."i.txt"; $fichero='./libros/'.$titulo; $file=fopen($fichero,r); $linea=fgets($file); echo("
"); while(!feof($file)){ echo(parseIndice($linea)); $linea=fgets($file); } fclose($file); echo("
"); echo("
"); ?>