mirror of
https://grond.iut-fbleau.fr/stiti/SAE_2.02
synced 2024-11-09 21:11:40 +01:00
Ajout de la possibilité de se déconnecter
This commit is contained in:
parent
308e48052a
commit
0fe46ae2fb
@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<?=link_tag('assets/css/header_not_logged_dark.css')?>
|
<?=link_tag('assets/css/header_dark.css')?>
|
||||||
<?=link_tag('assets/img/Logo_ONZEUR.png')?>
|
<?=link_tag('assets/img/Logo_ONZEUR.png')?>
|
||||||
<?=link_tag(array(
|
<?=link_tag(array(
|
||||||
'href'=>'assets/img/Logo_ONZEUR.png',
|
'href'=>'assets/img/Logo_ONZEUR.png',
|
||||||
|
@ -21,6 +21,7 @@
|
|||||||
<a href="<?php echo site_url('musiques'); ?>" class="btn-musiques">Musiques</a>
|
<a href="<?php echo site_url('musiques'); ?>" class="btn-musiques">Musiques</a>
|
||||||
<a href="#PlaylistBIENTOT" class="btn-playlist">Mes Playlists</a>
|
<a href="#PlaylistBIENTOT" class="btn-playlist">Mes Playlists</a>
|
||||||
<a href="<?php echo site_url('utilisateur/dashboard'); ?>" class="btn-MonCompte">Mon compte</a>
|
<a href="<?php echo site_url('utilisateur/dashboard'); ?>" class="btn-MonCompte">Mon compte</a>
|
||||||
|
<a href="<?php echo site_url('utilisateur/deconnexion'); ?>" class="btn-deconnexion">Déconnexion</a>
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
<div class="menu-toggle">
|
<div class="menu-toggle">
|
||||||
|
@ -39,6 +39,11 @@ body {
|
|||||||
.btn-inscription {
|
.btn-inscription {
|
||||||
background-color: rgb(181, 15, 232);
|
background-color: rgb(181, 15, 232);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.btn-deconnexion {
|
||||||
|
background-color: rgb(181, 15, 232);
|
||||||
|
}
|
||||||
|
|
||||||
.nav-buttons a:hover {
|
.nav-buttons a:hover {
|
||||||
box-shadow: 0 0 10px rgba(255, 255, 255, 0.7);
|
box-shadow: 0 0 10px rgba(255, 255, 255, 0.7);
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user