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

Add sidebar to ChangeLog rendering for navigating between versions

This commit is contained in:
Sara Golemon
2021-06-04 18:52:31 +00:00
parent ce2653877c
commit 99fe519e61
5 changed files with 24 additions and 5 deletions

View File

@@ -3881,4 +3881,6 @@ More information on this release on <a href="/releases.php#4.0.0">our Releases p
<li>First public beta of PHP 4.0</li>
</ul>
<?php site_footer(); ?>
<?php
site_footer(['sidebar' => changelog_sidebar(4)]);