lang = $lang; // does not actually modify session because we do not use cookies here // send basic headers only, we do not need full html page here @header('Content-Type: text/plain; charset=utf-8'); if (strpos('_hlp', $identifier) === false) { echo 'Old 1.9 style help files need to be converted to standard strings with "_hlp" suffix: '.$component.'/'.$identifier.''; die; } echo get_string($identifier, $component);