X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=class%2Fl10n.class.php;h=033bd714ba44776a9358b2c9e9abaf75bbe38c39;hp=9b78f9170f85f6ae3cc89ea71ea6832eb42ac0e2;hb=09047d19fab2afd788d7ea6e493811393bf4c1a3;hpb=6c84ba1ec45ab854c37b6f65c5b4d84ab1c7aad4 diff --git a/class/l10n.class.php b/class/l10n.class.php index 9b78f91..033bd71 100644 --- a/class/l10n.class.php +++ b/class/l10n.class.php @@ -5,7 +5,7 @@ * Copyright (c) 2003-2005 The SquirrelMail Project Team * Licensed under the GNU GPL. For full terms see the file COPYING. * - * This contains internal squirrelmail functions needed to handle + * This contains internal SquirrelMail functions needed to handle * translations when php gettext extension is missing or some functions * are not available. * @@ -14,6 +14,9 @@ * @subpackage i18n */ +/** @ignore */ +if (! defined('SM_PATH')) define('SM_PATH','../'); + /** Load all php-gettext classes */ include_once(SM_PATH . 'class/l10n/streams.class.php'); include_once(SM_PATH . 'class/l10n/gettext.class.php');