<tr> <td style="width:100%; height:417px"> <p> <?php if ($_GET['opcion'] == 'recuperar') { include "recuperar_acceso.php"; } else { if ($_SESSION['session']) { include "inicio.php"; } else { include "acceso.php"; } } ?> </p> </td> </tr> </table> </td> </tr> <tr> <td colspan="2" class="pie"><?php Plantilla::PlantillaPie(); ?> </td> </tr> </table> </body> </html>