Tey harcoding the path instead of using the {LANG} variable. It may be that you need to read the readme for the Helius forum side on how to add the additional usage of languages for that to work.
Try doing this too and see if that works.
in includes/page_header.php find this line:
|
Code:
|
$template->assign_vars(array( |
and add after it (if this line is absent):
|
Code:
|
'LANG' => $board_config['default_lang'], |
mikem