1
0
mirror of https://tildegit.org/sbgodin/HtmGem.git synced 2023-08-25 13:53:12 +02:00

Adds icons in the 404 page

This commit is contained in:
Christophe HENRY 2021-03-18 21:16:30 +01:00
parent d280ceff94
commit 365c855c00

View File

@ -38,8 +38,7 @@ if (!file_exists($filePath)) {
**$url** **$url**
=> $url Recharger 🔄 => .. 🔄 🔄
=> /
EOF; EOF;
$t = new \htmgem\GemTextTranslate_html($page404); $t = new \htmgem\GemTextTranslate_html($page404);
echo $t->getFullHtml(); echo $t->getFullHtml();