corrections du parcours de connexion, en lien avec le commit précédent
This commit is contained in:
parent
2c9d15d959
commit
6259d76399
2 changed files with 2 additions and 9 deletions
|
@ -14,14 +14,7 @@
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<div class="mb-3">
|
<div class="mb-3">
|
||||||
Vous êtes connecté·e en tant que <a class="boutons" href="[(#URL_PAGE{modifier_auteur})]"><?php echo $GLOBALS['visiteur_session']['nom'] ?></a>.
|
Vous êtes connecté·e en tant que <a class="boutons" href="[(#URL_PAGE{modifier_auteur})]"><?php echo $GLOBALS['visiteur_session']['nom'] ?></a>.<a href="[(#URL_LOGOUT{#SELF})]"><i class="fa fa-sign-out ml-3" aria-hidden="true"></i> Déconnexion</a>
|
||||||
Vous avez accès à l'ensemble du site public et à l'espace membre.
|
|
||||||
|
|
||||||
<div>
|
|
||||||
<a href="#URL_PAGE{modifier_auteur}"><i class="fa fa-user" aria-hidden="true"></i> Voir mon profil</a>
|
|
||||||
<a href="[(#URL_LOGOUT{#SELF})]"><i class="fa fa-sign-out ml-3" aria-hidden="true"></i> Déconnexion</a>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
<INCLURE{fond=structure,env,type-page=espace_membre,id_forum=#CONFIG{balint/id_rub_forum}} />
|
<INCLURE{fond=structure,env,type-page=espace_membre,rub_forum=#CONFIG{balint/id_rub_forum}} />
|
Loading…
Add table
Reference in a new issue