From: kink Date: Sun, 12 Feb 2006 17:05:12 +0000 (+0000) Subject: must have functions/i18n.php available to use $squirrelmail_language further X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=0f18c6120b81101579de08e16fd3dd378a015a07;p=squirrelmail.git 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 --- 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)) {