Hy everybody, i have a question? I need to know if i can change the setting when i create a folder in the zope. Because i create a folder and automaticly that create a file index.php3 with some data. I want to know if i can change the data or setting the data that this index.php3 have into. <dtml-var standard_html_header> <h2><dtml-var title_or_id></h2> <p> This is the <dtml-var id> Document. </p> <dtml-var standard_html_footer> Thank you very much,
Lionel Tafel wrote: I want to know if i can change the data or setting the data that this index.php3 have into.
I think you mean index_html, with has nothing to do with php! yurch! ;(
<dtml-var standard_html_header> <h2><dtml-var title_or_id></h2> <p> This is the <dtml-var id> Document. </p> <dtml-var standard_html_footer>
You could just edit the document/method. If you want to change the default index_html you'll need to change the Zope source code :/ cheers, Chris PS: I agree with Chris about the HTML and 'urgent', neither of which are appeciated by anyone who could solve your problem ;-)
participants (2)
-
chrisw -
Lionel Tafel