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

@@ -15957,4 +15957,6 @@ contents). (Zeev)</li>
</ul>
<!-- }}} --></section>
<?php site_footer(); ?>
<?php
site_footer(['sidebar' => changelog_sidebar(5)]);