Hi all,
I'm sure this has been posted somewhere but i can't find the blasted thing...
I want to use
but obviously actinic parses the php itself so i have to upload for the date to update which pretty much defeats the object of doing it!
I think there's a way of enclosing it in another function but i can't work it out.
Thanks
I'm sure this has been posted somewhere but i can't find the blasted thing...
I want to use
Code:
<actinic:block php="true">echo date("F");</actinic:block>
I think there's a way of enclosing it in another function but i can't work it out.
Thanks
Comment