Hello
I have done a script outside of coppermine and i need to call the lang files, when i put the line
require('include/init.inc.php');
It says "not in coppermine"
How can i include lang files ?
Thanks
define('IN_COPPERMINE', true)'
before you include.
Thank you very much !! :)