-
Ok, let's try something...
Open the file main.php (/include/main.php), find the function GetHead(...) and add the following line to the beginning of the function:
header('Content-Type: text/html; charset=UTF-8');
So your function will look something like this:
function GetHead($generate=false,$tmpl="-") {
global $config, $wbMessageBuffer;
header('Content-Type: text/html;...
2009-11-21 19:04:35 UTC in gp|Easy CMS
-
Hmm, I'm a bit stumped.
Let's make sure it's the pages are being sent with UTF-8 encoding. To do this in Firefox, click "CTRL + I" (that's the control key then capital "i") when looking at the problem page. You'll get a window that pops up with some information about the current page. What is the value for "Encoding" ? Then in the Meta tag area, is there a tag for "Content-Type" and if so...
2009-11-21 18:23:17 UTC in gp|Easy CMS
-
That's good news about 1 and 2.
Number 3, I have been unable to reproduce. I'm curious, which browser are you using? Can you show me an example?
Number 4 can be changed in your config.php file (located at /data/_site/config.php). Change the value of $config['path_info'] to true instead of false to enable pretty urls. Note, if your installation of PHP doesn't support path_info, it will not...
2009-11-21 01:55:38 UTC in gp|Easy CMS
-
oyejorge made 1 file-release changes.
2009-11-16 22:09:01 UTC in gp|Easy CMS
-
oyejorge made 1 file-release changes.
2009-11-16 22:06:01 UTC in gp|Easy CMS
-
oyejorge made 1 file-release changes.
2009-11-16 22:04:01 UTC in gp|Easy CMS
-
oyejorge committed revision 45 to the gp|Easy CMS SVN repository, changing 2 files.
2009-11-16 22:03:38 UTC in gp|Easy CMS
-
oyejorge made 1 file-release changes.
2009-11-16 22:03:01 UTC in gp|Easy CMS
-
oyejorge made 1 file-release changes.
2009-11-16 22:00:01 UTC in gp|Easy CMS
-
oyejorge made 1 file-release changes.
2009-11-16 21:59:02 UTC in gp|Easy CMS