Bonjour,
Je voudrais faire un include différent selon la page affichée.
Sur la version actuelle mon site, la page journal.php est comme ceci:
Donc bon, le title est pas du tout dans le <head> mais dans <body> :S
Par contre ma page journal.php peut avoir cette forme:
journal.php?id=xxxxx&arch=4545454 :S
Merci
Romain
Modifié par demonofparadise (25 Aug 2008 - 08:00)
Je voudrais faire un include différent selon la page affichée.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>include si page=journal.php => title=Journal - monsite.com
si page=domain.php => title=Domain - monsite.com
etc.
</title>
<meta name="description" content="
include si page=journal.php => description=bla bla bla journal
si page=domain.php => description=bla bla bla domain
etc.
" />
</head>
<body>
bla bla bla ma page
</body>
</html>
Sur la version actuelle mon site, la page journal.php est comme ceci:
<include header>
<title>Journal - monsite.com</title>
<include footer>
Donc bon, le title est pas du tout dans le <head> mais dans <body> :S
Par contre ma page journal.php peut avoir cette forme:
journal.php?id=xxxxx&arch=4545454 :S
Merci
Romain
Modifié par demonofparadise (25 Aug 2008 - 08:00)