File: /home/iestorre/www2/25aniv/exposicion/Villamanrique90-92.php
<?
include('../cabecera.php');
echo $cadenaError;
print '<form method="post">
<table width="100%">
<tr>
<td colspan="2"><h1>FOTOS</h1></td>
</tr>
<TR>
<td colspan="2" >
<div align="justify" >
<p><font color="#2f6dff" size="+1">Villamanrique. Febrero 1990:<br><br>
<img src="';
print '../img/Fotos/Villamanrique/Villamanrique-Feb90-3.jpg" width="600" height="400"><br><br></p>
<p><font color="#2f6dff" size="+1">Villamanrique. Febrero 1990:<br><br>
<img src="';
print '../img/Fotos/Villamanrique/Villamanrique-Feb90-4.jpg" width="600" height="400"><br><br></p>
<p><font color="#2f6dff" size="+1">Villamanrique. Marzo 1992:<br><br>
<img src="';
print '../img/Fotos/Villamanrique/Villamanrique-Mar92-1.jpg" width="600" height="400"><br><br></p>
</td>
</TR>
<tr>
<td colspan="2" align="right"><a href="indexAdministrador.php">
<img src="';
// print getenv("DOCUMENT_ROOT");
print '../img/flecha2.gif" width="42" height="25"></td>
</tr>
</table>
</form>';
include('../pie.php');
?>