"aldi.inc", // '^de\.' => "german.inc" // ); /* * Do not edit anything below this line */ // Load group specifig config files if ((isset($group)) && (isset($group_config))) { foreach ($group_config as $key => $value) { if (ereg($key, $group)) { include $value; break; } } } // load the english language definitions first because some of the other // definitions are incomplete include ("lang/english.lang"); include ($file_language); ?>