From 0f18c6120b81101579de08e16fd3dd378a015a07 Mon Sep 17 00:00:00 2001 From: kink Date: Sun, 12 Feb 2006 17:05:12 +0000 Subject: [PATCH] must have functions/i18n.php available to use $squirrelmail_language further down. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10732 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/style.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/style.php b/src/style.php index 5d75f008..58c2ad64 100644 --- a/src/style.php +++ b/src/style.php @@ -23,6 +23,7 @@ define('SM_PATH','../'); require_once(SM_PATH . 'functions/global.php'); require_once(SM_PATH . 'functions/strings.php'); require_once(SM_PATH . 'config/config.php'); +require_once(SM_PATH . 'functions/i18n.php'); /* safety check for older config.php */ if (!isset($fontsets) || !is_array($fontsets)) { -- 2.25.1