Code: Select all
$frpos = strpos($_SERVER['HTTP_ACCEPT_LANGUAGE'], "fr");
$enpos = strpos($_SERVER['HTTP_ACCEPT_LANGUAGE'], "en");
if ($frpos === TRUE AND ($enpos === FALSE OR $enpos > $frpos)) {
$langdir = 'fr';
} else {
$langdir = 'en';
}Code: Select all
$frpos = strpos($_SERVER['HTTP_ACCEPT_LANGUAGE'], "fr");
$enpos = strpos($_SERVER['HTTP_ACCEPT_LANGUAGE'], "en");
if ($frpos === TRUE AND ($enpos === FALSE OR $enpos > $frpos)) {
$langdir = 'fr';
} else {
$langdir = 'en';
}

GeoTrail wrote:But I can't download the lib though.



yep, thats where it should be, normally without my js its at the top...GeoTrail wrote:I see a banner at the bottom of the page, but I have js enabled.
i didnt actually design the template.... but i will try and fix it.It's because of the font he used. He should have added a fixed table header height instead of a variable one and specified a font that won't vary so much

Code: Select all
overflow:hidden;
yes, but it works fine in FF, IE, Opera - all on windows.chromaX wrote:Table fields tend to adjust themselves to their content. The CSS attributeshould help, if it's designed to work with TD... else DIV's the name of the game.Code: Select all
overflow:hidden;

I'm learning French and you spoke of "proper french". What is such, specifically? TIAlexvictory wrote:ok, the website now is located at the http://droopyslib.us.to domain.
as said before, french version is proper french now (thanx to cederavic)
downloads all work
so I hope you all like it!
if you speak german, and are confident to translate at least the site, feel free to contact me, and for the work, i'll give u an @droopyslib.us.to address...
it would be good also if u can translate the help file also.
for the french, i'm still looking for someone to translate the help file, and maybe the installer/readme
maintenant j'irai annoncer ceci sur le forum français avec le Français misérable des google![]()

french not translated by google's translator or any other online translatorIntrigued wrote:you spoke of "proper french". What is such, specifically? TIA