summaryrefslogtreecommitdiffstats
path: root/usr/local/www/wizard.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/wizard.php')
-rwxr-xr-xusr/local/www/wizard.php11
1 files changed, 3 insertions, 8 deletions
diff --git a/usr/local/www/wizard.php b/usr/local/www/wizard.php
index c5cefbc..02afa97 100755
--- a/usr/local/www/wizard.php
+++ b/usr/local/www/wizard.php
@@ -131,15 +131,10 @@ if($pkg['step'][$stepid]['stepbeforeformdisplay'] <> "") {
eval($pkg['step'][$stepid]['stepbeforeformdisplay']);
}
-?>
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
-<title><?=gentitle_pkg($title);?></title>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<link href="gui.css" rel="stylesheet" type="text/css">
-</head>
+$pgtitle = $title;
+include("head.inc");
+?>
<body link="#0000CC" vlink="#0000CC" alink="#0000CC" onLoad="enablechange();">
<?php if($pkg['step'][$stepid]['fields']['field'] <> "") { ?>
<script language="JavaScript">
OpenPOWER on IntegriCloud