1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Print the sidebar for these years too :)

Thanks to xenok@eternityincurakai.com
This commit is contained in:
Hannes Magnusson
2013-12-25 11:40:09 -08:00
parent 824b15e6e8
commit 200b3254d6
2 changed files with 4 additions and 2 deletions

View File

@@ -92,4 +92,5 @@ site_header("News Archive - 1998", array("generate_modified" => true));
Report or check on bugs in the PHP 3 Bug Database.
</p>
<?php site_footer(); ?>
<?php site_footer(array('elephpants' => true, 'sidebar' => $SIDEBAR_DATA));

View File

@@ -118,4 +118,5 @@ site_header("News Archive - 1999", array("generate_modified" => true));
information!
</p>
<?php site_footer(); ?>
<?php site_footer(array('elephpants' => true, 'sidebar' => $SIDEBAR_DATA));