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:
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.