Author: ilmari Date: 2007-06-09 19:36:40 +0100 (Sat, 09 Jun 2007) New Revision: 1047
Modified: trunk/lib/OpenGuides/Template.pm Log: Mention that the config object is passed to templates
Modified: trunk/lib/OpenGuides/Template.pm =================================================================== --- trunk/lib/OpenGuides/Template.pm 2007-06-09 18:23:34 UTC (rev 1046) +++ trunk/lib/OpenGuides/Template.pm 2007-06-09 18:36:40 UTC (rev 1047) @@ -56,11 +56,11 @@ Returns everything you need to send to STDOUT, including the Content-Type: header. Croaks unless C<template> is supplied.
-The variables supplied in C<vars> are passed through to the template -specified. Additional Template Toolkit variables are automatically -set and passed through as well, as described below. BNote: -variables set in C<vars> will over-ride any variables of the same name -in the config object or the user cookies. +The config object and variables supplied in C<vars> are passed through +to the template specified. Additional Template Toolkit variables are +automatically set and passed through as well, as described below. +BNote: variables set in C<vars> will over-ride any variables of the +same name in the config object or the user cookies.
=over