as i suggested to you at the beginning your project PhpGedView you made the flags to change lanuguages, i saw it on your homepage. in the final version 2.65 which i loaded down are no flags.
why?
Jrgen Bach
www.bach-stammbaum.de/gedviewwII
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Flags are enabled by default in some themes while in other themes the drop down box is the default. To change this you have to edit the theme and put a 1 as a parameter to the print_lang_form() function.
If you are using the standard theme you can do this by editing phpgedview/themes/standard/header.html and changing print_lang_form(); to print_lang_form(1);
--John
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hi john`
as i suggested to you at the beginning your project PhpGedView you made the flags to change lanuguages, i saw it on your homepage. in the final version 2.65 which i loaded down are no flags.
why?
Jrgen Bach
www.bach-stammbaum.de/gedviewwII
Flags are enabled by default in some themes while in other themes the drop down box is the default. To change this you have to edit the theme and put a 1 as a parameter to the print_lang_form() function.
If you are using the standard theme you can do this by editing phpgedview/themes/standard/header.html and changing print_lang_form(); to print_lang_form(1);
--John