I posted this a month ago but didn't get a definitive answer. I've been experimenting but so far without success. Here is the original post:We have to show the Date Last Modified on a our Standard Operating Procedures. I'd like to be able to do this inside a piece of boilerplate text that can be inserted from an external file.
For example, the echo directive works very well but it must be in the page. When I use an include with the echo directive embedded in the included item, it returns the Date Last Modified of the included item, not the page in which it is included.
Is there a way to have an included item check the Date Last Modified of the page into which it included?
Cheers