Update 'On this page' text to use i18n function

This commit is contained in:
sb0001 2026-01-08 23:37:24 +01:00 committed by GitHub
commit f5e2d4a0af
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,7 @@
<?php if (!defined('HTMLY')) die('HTMLy'); ?>
<nav class="docs-toc d-none d-xl-block col-xl-3" aria-label="Secondary navigation">
<div class="page-links">
<p class="h3">On this page</p>
<p class="h3"><?php echo i18n('onthispage');?></p>
<nav id="toc"></nav>
<p class="link-to-top"><a href="#main-top-link"><span aria-hidden="true">↑︎</span><?php echo i18n('backtotop');?></a></p>
</div>