[feladat @ 119]
Modified install.php to have the same footer as the rest of the files.
--- a/install.php Sat Feb 02 15:39:04 2008 +0000
+++ b/install.php Sun Feb 03 16:50:06 2008 +0000
@@ -219,7 +219,7 @@
<TR><TD CLASS="tdbg"> </TD><TD CLASS="tdbg"><INPUT TYPE="submit" CLASS="button" NAME="submit" VALUE="<?php echo _('Make Account'); ?>"></TD></TR>
</TABLE>
</FORM>
-
-<BR><BR>
-<FONT CLASS="footer"><B>PowerAdmin v1.0</B> Copyright ©2002 The
-PowerAdmin Team</FONT></BODY></HTML><?php } ?>
+<?php
+}
+include_once('inc/footer.inc.php');
+?>