[add] Logout

Also made general fixes to the css
This commit is contained in:
2018-08-12 10:03:25 -06:00
parent de84da4482
commit d4fadf08bc
6 changed files with 48 additions and 33 deletions

View File

@@ -47,7 +47,7 @@ if(!isset($_SESSION['userName'])){
</ul>
<ul class="nav navbar-nav navbar-right">
<li>
<a href="../logout.php"><span class="fa fa-fw fa-power-off"></span> Cerrar Sesión</a>
<a href="#" onclick="logout();"><span class="fa fa-fw fa-power-off"></span> Cerrar Sesión</a>
</li>
</ul>
@@ -239,4 +239,5 @@ if(!isset($_SESSION['userName'])){
</body>
<script src="../js/getBaseUrl.js"></script>
<link href="../css/panel.css" rel="stylesheet">
<script src="../js/landing.js"></script>
<link href="../css/landing.css" rel="stylesheet">