Add page template with metadata display and copyright translation
Add support for language translations in footer Add page template to template resolution logic
This commit is contained in:
parent
19bb105303
commit
d937ca6166
3 changed files with 122 additions and 64 deletions
|
|
@ -23,7 +23,7 @@
|
|||
<?= $content ?>
|
||||
</main>
|
||||
<footer>
|
||||
<p>© <?= date('Y') ?></p>
|
||||
<p>© <?= date('Y') ?> <?= htmlspecialchars($translations['footer_copyright'] ?? '') ?></p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue