diff options
Diffstat (limited to 'src/pages/index.php')
-rw-r--r-- | src/pages/index.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pages/index.php b/src/pages/index.php index 4ee5cf4..7733bf2 100644 --- a/src/pages/index.php +++ b/src/pages/index.php @@ -1,5 +1,6 @@ <?php +require_once dirname(__DIR__) . '/i18n.php'; require_once dirname(__DIR__) . '/layout.php'; |