View Single Post
Old January 16th, 2005, 03:20 PM   #2 (permalink)
Mister-E
Junior Member
Verified Customer
 
Join Date: Jan 2005
Location: Canada
Posts: 2
Send a message via ICQ to Mister-E
Ok ... maybe this is the place:

... in index.php

PHP Code:
if ( $User['username'] != "" && $User['username'] != "Unregistered" ) $childnav = "{$Globals['pp_lang']['welcomeuser']} {$User['username']}!";
else $childnav = "{$Globals['pp_lang']['welcome']} {$Globals['galleryname']}!";

... I'm thinking this is the right area..? Can I simply change the last line here?

else $childnav = "{$Globals['pp_lang']['welcome']}!";

... and then I would have to modify the language tables as well, I'm guessing..? Hmmm ... this may be a larger project than I'd first thought, as I'd need a translation for the phrase into each language used ... correct?
Mister-E is offline   Reply With Quote