aboutsummaryrefslogtreecommitdiff
path: root/guestbook
diff options
context:
space:
mode:
Diffstat (limited to 'guestbook')
-rwxr-xr-xguestbook/index.php6
-rwxr-xr-xguestbook/submit.php6
2 files changed, 6 insertions, 6 deletions
diff --git a/guestbook/index.php b/guestbook/index.php
index c608664..b3ca930 100755
--- a/guestbook/index.php
+++ b/guestbook/index.php
@@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Global -->
- <?php require('../inc/head.html'); ?>
+ <?php require('../inc/header.inc.php'); ?>
<!-- Page-specific -->
<title>Guestbook</title>
@@ -14,7 +14,7 @@
</head>
<body>
<div class="page">
-<?php require('../inc/nav.php') ?>
+<?php require('../inc/nav.inc.php') ?>
<div id="pagebody">
<div id="content">
@@ -64,7 +64,7 @@
</div> <!-- content -->
<div id="footer" class="pagefooter">
- <?php $file = __FILE__;require('../inc/footer.php'); ?>
+ <?php $file = __FILE__;require('../inc/footer.inc.php'); ?>
</div> <!-- footer -->
</div> <!-- pagebody -->
</div> <!-- page -->
diff --git a/guestbook/submit.php b/guestbook/submit.php
index ffaf4a6..6c377b3 100755
--- a/guestbook/submit.php
+++ b/guestbook/submit.php
@@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Global -->
- <?php require('../inc/head.html'); ?>
+ <?php require('../inc/header.inc.php'); ?>
<!-- Page-specific -->
<title>Guestbook</title>
@@ -12,7 +12,7 @@
</head>
<body>
<div class="page">
-<?php require('../inc/nav.php') ?>
+<?php require('../inc/nav.inc.php') ?>
<div id="pagebody">
<div id="content">
@@ -49,7 +49,7 @@
</div> <!-- content -->
<div id="footer" class="pagefooter">
- <?php $file = __FILE__;require('../inc/footer.php'); ?>
+ <?php $file = __FILE__;require('../inc/footer.inc.php'); ?>
</div> <!-- footer -->
</div> <!-- pagebody -->
</div> <!-- page -->