diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-07-01 21:58:21 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-07-01 21:58:21 +0000 |
commit | 329b5bb7b34b763872d0e15d61c8be0192dd9bb3 (patch) | |
tree | 8f4abd74d507cf6d79254c74947dfa421f666df6 /usr/local | |
parent | 44b9b1360358767e9b30b6f1f7a6bbffb33cf090 (diff) | |
download | pfsense-329b5bb7b34b763872d0e15d61c8be0192dd9bb3.zip pfsense-329b5bb7b34b763872d0e15d61c8be0192dd9bb3.tar.gz |
Transfer more common code to head.inc
Diffstat (limited to 'usr/local')
-rwxr-xr-x | usr/local/www/head.inc | 4 | ||||
-rwxr-xr-x | usr/local/www/index.php | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/www/head.inc b/usr/local/www/head.inc index 8a6d9f6..9efd55d 100755 --- a/usr/local/www/head.inc +++ b/usr/local/www/head.inc @@ -1,3 +1,5 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> <head> <title><?=gentitle($pgtitle);?></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> @@ -5,4 +7,4 @@ <link rel="stylesheet" type="text/css" href="niftycssCode.css"> <link rel="stylesheet" type="text/css" href="niftycssprintCode.css" media="print"> <script type="text/javascript" src="niftyjsCode.js"></script> -</head>
\ No newline at end of file +</head> diff --git a/usr/local/www/index.php b/usr/local/www/index.php index 4891691..7cc3f8c 100755 --- a/usr/local/www/index.php +++ b/usr/local/www/index.php @@ -54,8 +54,6 @@ if(file_exists("/trigger_initial_wizard")) { unlink("/trigger_initial_wizard"); conf_mount_ro(); ?> -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<html> <?php include("head.inc"); ?> <body link="#0000CC" vlink="#0000CC" alink="#0000CC"> <form> |