Quote Originally Posted by sunnycal View Post
Hello. I have figured out how to get rid of the repeating language bar by editing the languages_header.php.

PHP Code:
 if ($lang_header_status->RecordCount() != 0) {
    
$lang_search_headertrue;
  } 
I get rid of the if statement. And I turn off the template language header in the "layout control". Don't know if that is the best way to do it. Please advise. Thanks.
You don't need to do this at all. If you follow the instructions in the readme file you can fix it via the admin.

Thanks,

Anne