commit 1193c869504353b8cf5ee0b6f7771e4a52f9ed94 parent 82d31279a0eee73535e73c0109d248b326d4b0ba Author: John Charron <rm_rf_windows@yahoo.fr> Date: Wed, 23 Feb 2011 09:45:39 +0100 _head.php removed (git rm ...) (jc) Diffstat:
| D | code/serveur/php/_head.php | | | 10 | ---------- |
| M | code/serveur/php/signup.php | | | 12 | +++++++++++- |
2 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/code/serveur/php/_head.php b/code/serveur/php/_head.php @@ -1,10 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" -"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr"> - <head> - <title>Titre</title> - <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> - <link rel="stylesheet" href="ressources/simple.css" /> - </head> - diff --git a/code/serveur/php/signup.php b/code/serveur/php/signup.php @@ -1,6 +1,16 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" +"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> + +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr"> + <head> + <title>Titre</title> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> + <link rel="stylesheet" href="ressources/simple.css" /> + </head> + <?php session_start(); -include("_head.php"); + $newpage = true; if(!isset($msg)){