mirror of
https://github.com/danpros/htmly.git
synced 2026-04-17 11:16:00 +05:30
replaced hard coded 'Sub' 'pages' with new language key 'subpages'
This commit is contained in:
parent
cbcc10aa23
commit
45ddd7410a
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@
|
|||
<?php $subpages = find_subpage($static->slug);?>
|
||||
<?php if (!empty($subpages)):?>
|
||||
<div class="card-list">
|
||||
<h2 class="h4">Sub <?php echo i18n('pages');?></h2>
|
||||
<h2 class="h4"><?php echo i18n('subpages');?></h2>
|
||||
<?php foreach ($subpages as $sp):?>
|
||||
<div class="card my-3">
|
||||
<div class="card-body">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue