From 87ec98d88ce8afc790fc08d84d5c73636433e82f Mon Sep 17 00:00:00 2001 From: vbochet <vbochet@gmail.com> Date: Sat, 2 Apr 2016 11:45:34 +0200 Subject: [PATCH] Suppression d'un fichier inutile. --- app/view/connexion/display.html | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 app/view/connexion/display.html diff --git a/app/view/connexion/display.html b/app/view/connexion/display.html deleted file mode 100644 index 19619cc..0000000 --- a/app/view/connexion/display.html +++ /dev/null @@ -1,20 +0,0 @@ -<!DOCTYPE html> -<html> -<head> - <meta charset="utf-8"/> - <title>Exemple de profil</title> - <base href="http://localhost/projet-web-2016/www/"/> -</head> -<body> - <header> - <h1>Affichage d'un profil</h1> - </header> - <h2>Voici le profil de quelqu'un</h2> - <h3>Il s'agit du profil de <?php echo $this->profil->pseudo; ?></h3> - <p>Et on dit "Bonjour <?php echo $this->profil->pseudo; ?> ! :o)</p> - <p>Il a été appelé avec le slug : <?php echo $this->profil->slug; ?></p> - <footer> - <p>Le pied de page</p> - </footer> -</body> -</html> -- GitLab