nik Wrote:Maybe it's just me, but it would be great if I could include a tag like (% evens %) in page-text, so that this Tag could be replaced with functions like <?php echo events_list() ?>.Until the author adds this functionality, perhaps you'd be interested in using DynPages for this particular problem? If you create a component with the name 'events' that houses the php code you that you want, you could then use the placeholder {% events %} in the page-text to successfully output it on the page.
I tried to manipulate this by JS, but recognized that it doens't help to include php-echos in the document after document was loaded successfully ^^
*note* the name of your component and the name in the placeholder are case-sensitive last I checked, so they'd need to be identical - its easiest just to keep everything lowercase.