[Zope] Site with theme [newbie]
   
    Dieter Maurer
     
    dieter@handshake.de
       
    Mon, 9 Apr 2001 22:03:39 +0200 (CEST)
    
    
  
Philippe Jadin writes:
 > ...
 > /index_html
 > /template.html
 > /en
 >    /web
 > ...
 > www.domain.com/theme1/en/web would display the content of "en/web" with the
 > template.html file in theme1
 > ...
 > But it doesn't work... There is something in acquisition that I don't
 > understand. Either I get the content of my root folder (yes, this is a
 > subsite in a subfolder), or I get the same content wherever I go.
You are right:
  You do not understand "containment before context".
Suggested reading: either
  *  Jim Fulton's acquisition algebra (--> Zope.org)
  *  the Name lookup section of
    URL:http://www.dieter.handshake.de/pyprojects/zope/book/chap3.html
  
Dieter