From 4594cfd8a0ea3ab395d4a02c49c0cf8987e8ba61 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Fri, 2 Dec 2005 21:43:41 +0000 Subject: [PATCH] Load the localization module --- includes/init.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/includes/init.php b/includes/init.php index 2a16c7f..d0f6e39 100644 --- a/includes/init.php +++ b/includes/init.php @@ -50,6 +50,10 @@ $viewsvn->sourcepath = $viewsvn->fetch_sourcepath($issopath); $viewsvn->load('functions', 'funct', true); $viewsvn->exec_sanitize_data(); +// ################################################################### +// localization stystem +$viewsvn->load('localize', 'lang', true); + // ################################################################### // handle template system $viewsvn->load('template_fs', 'template', true); -- 2.22.5