forked from rebillar/site-accueil-insa
lil tweak
This commit is contained in:
parent
929dcb7a10
commit
8223a30a4e
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ if(isset($_POST['send'])) {
|
|||
echo "<a href='?ville=".$admin['id']."'><font color='green'>GDA</font></a>";
|
||||
break;
|
||||
case 1:
|
||||
echo "<a href='?bur=".$admin['id']."'><font color='#3498DB'>Ville</font></a>";
|
||||
echo "<a href='?bur=".$admin['id']."'><font color='#3498DB'>Ville/Photo</font></a>";
|
||||
break;
|
||||
case 2:
|
||||
echo "<a href='?adm=".$admin['id']."'><font color='orange'>Bureau</font></a>";
|
||||
|
|
Loading…
Reference in a new issue