much better solution: open includes/page_header.php, find this line: $template->assign_vars(array( and add after it: 'LANG' => $board_config['default_lang'], then you can use as many language-dependant images in your templates as you want using {LANG} and it will be much easier for users to install ...