1
0
mirror of https://github.com/PurpleI2P/regi2p.git synced 2025-03-12 07:11:03 +00:00
regi2p/views/404.php
r4sas 4777b23615
add i18n extension, pluralize strings
Signed-off-by: r4sas <r4sas@i2pmail.org>
2023-06-02 23:58:32 +00:00

7 lines
114 B
PHP

<?php
require_once __DIR__ . '/../lib/twig.php';
$template = $twig->load('404.twig');
echo $template->render();