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

@@ -10231,4 +10231,6 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change
</ul>
<!-- }}} --></section>
<?php site_footer(); ?>
<?php
site_footer(['sidebar' => changelog_sidebar(7)]);