diff options
Diffstat (limited to 'computers/index.php')
-rwxr-xr-x | computers/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/computers/index.php b/computers/index.php index 7ffadc3..8620191 100755 --- a/computers/index.php +++ b/computers/index.php @@ -215,7 +215,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 --> |