ADP Files
Created by Rocael Hernández Rizzardini, last modified by Gustaf Neumann 01 Jan 2007, at 12:27 PM
- Avoid putting in tcl code on ADP pages if possible
Although aolserver ADP supports this try to make use of OpenACS Templating or http://your.openacs/doc/acs-templating/.
- Pass the context_bar and title to the site master template
Jeff Davis has started to clean up the master template of each package and the site master template. Ex:
<property name="title">@title@</property>
<property name="context_bar">@context_bar@</property>
