CSS and HTML override

I'd like to override the default style sheet to something a bit closer to the nifty hatta site look, but I don't want to have to modify the source to do so (yes, I'm lazy). I'd also like to be able to tweak the HTML header block to include a few scripts (related to Ability to add a table header).

I realize that this opens up a can of worms related to themes and, potentially, file attachments to pages. :(


Actually, you can easily provide your own CSS, like this site does, by just creating a page called style.css. See Config for details.

As for adding header tags, like JavaScript or additional <meta> and <link> tags, I suppose I could add a configuration variable for that, for setting in Script settings. It's not convenient, but you only do it once after all…

Added a html_head config variable. It's content is included, raw, in the HTML header of each and every page. Handle with care, you can make your HTML invalid with it!Radomir Dopieralski


Fixed Bugs