diff options
Diffstat (limited to 'guestbook/index.php')
-rwxr-xr-x | guestbook/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guestbook/index.php b/guestbook/index.php index 9cf3fdb..21e5385 100755 --- a/guestbook/index.php +++ b/guestbook/index.php @@ -63,7 +63,7 @@ </div> <!-- content --> <div id="footer" class="pagefooter"> - <!-- Created <span class="date">Sat 26 Mar 2011 03:11:41 PM CET</span> --> + <?php $file = __FILE__;require('../inc/footer.php'); ?> </div> <!-- footer --> </div> <!-- pagebody --> </div> <!-- page --> |