Re: [Zope] small <bobobase_modification_time> problem
8 Feb
2001
8 Feb
'01
7:57 p.m.
Damir Bartakovic writes:
I am using <bobobase_modification_time> in my standard_html_footer. It works fine if I am changing the index_html in which the standard_html_footer is included. But the index_html has also a variable "news"(dtml-method) included. If I am changing the news, the <bobobase_modification_time> doesn't change ;-(. So my Site changed, but not the modification time. Is there a way to solve this? You can use the "_.max" function to determine the highest modification time of all objects your are interested in; something like:
<dtml-var "_.max(bobobase_modification_time(), news.bobobase_modification_time(), standard_html_header.bobobase_modification_time(), )"> Dieter
9188
Age (days ago)
9188
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dieter Maurer