diff --git a/public/test_boot.php b/public/test_boot.php new file mode 100644 index 0000000..dc8311d --- /dev/null +++ b/public/test_boot.php @@ -0,0 +1,10 @@ +"; +echo "Lang: " . htmlspecialchars($GLOBALS['lang']) . "\n"; +echo "Available:\n"; +print_r($GLOBALS['availableLangs']); + +echo "\nTitle landing: " . i18n_get('pages.landing.meta.title', 'NO TITLE'); +echo "\n";