[feladat @ 119]
authorpeter
Sun, 03 Feb 2008 16:50:06 +0000
changeset 72 a5cf0384e9b4
parent 71 e1b918eaf69a
child 73 8a239565e9b3
[feladat @ 119] Modified install.php to have the same footer as the rest of the files.
install.php
--- 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">&nbsp;</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>&nbsp;Copyright &copy;2002 The
-PowerAdmin Team</FONT></BODY></HTML><?php } ?>
+<?php
+}
+include_once('inc/footer.inc.php');
+?>