|
From: Chris W. <la...@us...> - 2001-10-11 13:38:02
|
Update of /cvsroot/openinteract/OpenInteract/OpenInteract/Template In directory usw-pr-cvs1:/tmp/cvs-serv14880 Modified Files: Process.pm Log Message: updated docs Index: Process.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract/OpenInteract/Template/Process.pm,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** Process.pm 2001/10/11 03:13:45 1.14 --- Process.pm 2001/10/11 13:28:55 1.15 *************** *** 237,240 **** --- 237,242 ---- filesystem, or wherever) and generating the finished content for you. + Shorthand used below: TT == Template Toolkit. + =head1 INITIALIZATION *************** *** 291,297 **** For instance, say you have a template of all the BLOCKs you use to ! define common graphical elements. You can save this template as ! C<$WEBSITE_DIR/template/myblocks.tmpl> directory. Then to make it ! available to all templates processed by your site, you can do: # In conf/server.perl --- 293,300 ---- For instance, say you have a template of all the BLOCKs you use to ! define common graphical elements. (You can more easily do this with ! template widgets, but this is just an example.) You can save this ! template as C<$WEBSITE_DIR/template/myblocks.tmpl> directory. Then to ! make it available to all templates processed by your site, you can do: # In conf/server.perl |