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