I have some HTML that is generated regularly, a kind of news recap. Currently, I have added the HTML plugin, manually dump the HTML whenever it changes. This is obviously way too much work
What I'd really like is to have a big fat Include() in that plugin. Perhaps I could copy the plugin and modify it so that it does this include instead of the database SELECT? Before I start hacking and kludging, has anyone already done this?
thx, r