LoginLogoff
Project loginlogoff
Loading...
Searching...
No Matches
Layout.php
Go to the documentation of this file.
1<!DOCTYPE html>
2<html lang="es">
3<head>
4 <meta charset="UTF-8">
5 <meta name="viewport" content="width=device-width, initial-scale=1.0">
6 <title>Álvaro García</title>
7 <link rel="stylesheet" href="webroot/css/estilos.css"/>
8 <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
9</head>
10<body>
11 <header>
12 <h2>LOGIN LOGOFF</h2>
13 </header>
14 <main>
15 <?php require_once $view[$_SESSION['paginaEnCurso']];?>
16 </main>
17 <footer>
18 <p><a target="_blank" href="https://alvarogargon.ieslossauces.es/">Álvaro García González</a></p>
19 <a target="_blank" href="https://github.com/alvaro-gargon/AGGDWESLoginLogoffTema6"><i class="fa fa-github fa-2x"></i></a>
20 <section>
21 <h4>Documentacion con:</h3>
22 <a target="_blank" href="doc/phpDocumentor/index.html">phpDocumentor</a>
23 |
24 <a target="_blank" href="doc/doxygen/html/index.html">Doxygen</a>
25 </section>
26 <p>Última actualización <time datetime="2026-01-14">14/01/2026</time></p>
27 </footer>
28</body>
29</html>
$view
Definition confAPP.php:27