Daniel James
860cb21970
Custom html_encode to use UTF-8.
...
PHP 5.4 uses UTF-8 by default, but PHP 5.3 uses ISO-8859-1 so character
encoding is going wrong there. So replace htmlentities with a function
that uses the correct encoding.
2014-07-20 23:36:24 +01:00
Daniel James
fb62d61697
Rename the style directory.
...
Rookie mistake, the website is getting a little messed up by cached css files.
Rename the style directory to work round this.
[SVN r61808]
2010-05-06 10:46:50 +00:00
Daniel James
1b1d6c85aa
Upgrade to css hover 3 and only use it for IE 7 as it causes IE 6 to crash and
...
isn't needed on IE 8.
[SVN r53323]
2009-05-27 19:50:45 +00:00
Daniel James
652791055c
Introduce a general purpose error function, and use it to add 404 errors for feed based pages when the entry isn't in the feed.
...
[SVN r48230]
2008-08-19 22:14:13 +00:00