Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Lionel Ferrafiat
RIE-2017-ProjetTutore-G1
Commits
04ff3279
Commit
04ff3279
authored
Dec 13, 2018
by
System Administrator
Browse files
changement condition header
parent
c60b532f
Changes
1
Hide whitespace changes
Inline
Side-by-side
SiteWeb/html/header.php
View file @
04ff3279
...
...
@@ -11,7 +11,7 @@
<div
class=
"collapse navbar-collapse"
id=
"navbarCollapse"
>
<ul
class=
"navbar-nav mr-auto"
>
<?php
if
(
isset
(
$_SESSION
[
'login'
])){
if
(
!
empty
(
$_SESSION
[
'login'
])){
echo
'<li class="nav-item">
<a class="nav-link" href="accueil.php">Accueil<span class="sr-only">(current)</span></a>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment