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:
@@ -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));
|
||||
|
||||
|
||||
@@ -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));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user