[eluser]Bramme[/eluser]
[quote author="Colin Williams" date="1217459440"]
Quote:wouldn’t it be handy if we could pass it view files too?
Well, if you're views aren't dynamic (they don't require data being passed in), then there's really no reason to not just include them in the master template, like, not separate them out into their own files. I guess there could be a reason to share Views among different templates like that, though, in which case it makes since to separate them out. I will certainly consider it.[/quote]
Hmm, true, I could leave out the footer in my case, since it's just static HTML, however, I build my navigation with the help of an array I set in the construct, that way it's easy to create a css based navigation with hovers and an "active link" state.
Edit: I found a bug. If you set $config['compress_output'] to TRUE in your config file, Firefox throws an error: I get a warning it can't display the page because there's smth wrong with the compression. Conflicting caching maybe?
Well, maybe it's not a bug, maybe it's just a given fact, but then it should be documented