mirror of
https://github.com/danpros/htmly.git
synced 2026-04-17 11:16:00 +05:30
Update 'On this page' text to use i18n function
This commit is contained in:
parent
d685ee78a3
commit
f5e2d4a0af
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue