Skip to content
Extraits de code Groupes Projets
Valider e7fe6696 rédigé par vbochet's avatar vbochet Validation de Eliah REBSTOCK
Parcourir les fichiers

Revert "Suppression d'un fichier inutile."

This reverts commit 3e5b7110.
parent 9f859389
Aucune branche associée trouvée
Aucune étiquette associée trouvée
2 requêtes de fusion!21Merge de Dev dans Master,!2Dev phoenix
<!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>
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter