Thread: Where is from
View Single Post
  #3 (permalink)  
Old 09-08-2008, 02:09 AM
Fred@eisfi Fred@eisfi is offline
Newbie
 
Join Date: Jul 2008
Posts: 6
Credits: 0
Rep Power: 0
Fred@eisfi is on a distinguished road
Default Re: Where is from

Thanks Jordan, but ...
Could give me more details about lines ?
I read PhP like Chinese

I read on this file
Code:
// Basic Language
 ***************************************************************/
if (file_exists ( 'components/com_ionfiles/language/' . $mosConfig_lang . '.php' )) {
	include_once ('components/com_ionfiles/language/' . $mosConfig_lang . '.php');
} else {
	include_once ('components/com_ionfiles/language/english.php');
}
If I interprate what I read:
Code:
. $mosConfig_lang . '.php' ))
This could be a variable.
How can I check if it is set on my system. Is there a command line ?

But the french.php is on the right directory ... without effect.

About your "signature" I found a paragraph:
Code:
// CodeCall Link
I don't know how to move it ...on another place.

Also about the text "Product" quoted on my first message, please, have a look on the link to the image. I beleive this text is from my MySQL database?
But how can I change it, move ou remove it ? I don't found where it's from in the php file.

Thanks for your help.
__________________
Fred at eisfi dot net
Reply With Quote