1
Im having problems getting my local week and month nams in xoops.
this little script works fine on the server
setlocale (LC_ALL, 'no_NO.ISO8859-1');
echo strftime ("%A %e %B %Y", time());
but not in xoops.
Would someone help me out? i tied putting it in mainfile.php, in global.php but it keeps giving me the english version.
Its very strange. shouldent this override the setting in xoops?
......