[Zope] index_html, method or doc?
   
    Flynt
     
    rhess@bic.ch
       
    Wed, 27 Jun 2001 12:43:10 +0200
    
    
  
Jan Sew wrote:
> 
> hi all,
> 
> can somebody tell me what makes more sense: using dtml-methods or dtml-docs
> for the index_htmls?
> 
> cheers,
> 
> jan
Hi Jan
You have to use DTML methods for the index_html (usually you will want
to include some other methods like standard_html-header and
standard_html_footer in your index_html). Did you have a look into the
Zope Book ?
http://www.zope.org/Members/michel/ZB/
--- Flynt