correction bug / netoyage du code
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<div class="col-3 mb-4">
|
||||
<br>
|
||||
<?php
|
||||
if ($_SESSION['typeU'] != 'comptable') {
|
||||
if ($typeU != 'comptable') {
|
||||
echo '<h3>Gérer mes fiches de frais</h3>';
|
||||
} else { ?>
|
||||
|
||||
|
@@ -1,6 +1,4 @@
|
||||
<h4>BONJOUR VOUS ETES
|
||||
<?= strtoupper($_SESSION['uType']) ?>
|
||||
</h4>
|
||||
<h4 class="d-block mx-auto my-2 text-align-center">BONJOUR <?= strtoupper($_SESSION['uPrenom']) ?> NOUS SOMMES LE <?= date('d-m-Y') ?></h4>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
|
Reference in New Issue
Block a user