optimisation du code
This commit is contained in:
@@ -1,12 +1,3 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Dashboard - Onzeur</title>
|
||||
<link rel="stylesheet" href="<?php echo base_url('assets/css/dashboard'); ?>">
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<h2>Bienvenue, <?php echo $user->prenom; ?> 👋 !</h2>
|
||||
|
||||
@@ -95,5 +86,4 @@
|
||||
<p>Vous n'avez écrit aucun avis.</p>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</body>
|
Reference in New Issue
Block a user