Forum OpenACS Development: Response to templated ad_context_bar

Collapse
Posted by David Walker on
Let's see if my template ideas are in line.
I imagined a master template that is used throughout the whole site by default unless overridden.
I imagined a way to set a template so that an entire area of the site would use that one.

i.e
  • http://mysite/ - master template
  • http://mysite/whatever - inherits master template
  • http://mysite/whatever/whatever - inherits master template
  • http://mysite/my_bowling_league_bboard/ - has special bowling league template set
  • http://mysite/my_bowling_league_bboard/news/ - inherits special bowling league template
  • http://mysite/news/ - inherits master template