CVS: web/include header.php,1.5,1.6
Brought to you by:
iridium
From: Martin G. <gim...@us...> - 2002-03-26 21:58:28
|
Update of /cvsroot/phpweather/web/include In directory usw-pr-cvs1:/tmp/cvs-serv4800 Modified Files: header.php Log Message: We need a DOCTYPE. Index: header.php =================================================================== RCS file: /cvsroot/phpweather/web/include/header.php,v retrieving revision 1.5 retrieving revision 1.6 diff -u -3 -r1.5 -r1.6 --- header.php 18 Mar 2002 17:46:57 -0000 1.5 +++ header.php 26 Mar 2002 21:58:25 -0000 1.6 @@ -9,6 +9,7 @@ include(dirname(__FILE__) . '/navigation.php'); ?> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>PHP Weather: <?php echo $pages[$PHP_SELF]['title'] ?></title> |