From 4af90a9a1c8c8007cea547383c0de28c62c4e34e Mon Sep 17 00:00:00 2001 From: raul Date: Fri, 13 Jun 2014 16:36:02 -0300 Subject: [i18n] add i18n support, WIP --- index.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'index.php') diff --git a/index.php b/index.php index 4b83baaa..e5782e6a 100644 --- a/index.php +++ b/index.php @@ -2,6 +2,9 @@ require_once 'config.php'; +require_once 'dictionary.php'; + + /** * Page class which all "modules" must be extending from */ -- cgit v1.2.3-55-g7522