Changeset 1047

Show
Ignore:
Timestamp:
06/09/07 19:36:40 (18 months ago)
Author:
ilmari
Message:

Mention that the config object is passed to templates

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/lib/OpenGuides/Template.pm

    r1008 r1047  
    5757Content-Type: header. Croaks unless C<template> is supplied. 
    5858 
    59 The variables supplied in C<vars> are passed through to the template 
    60 specified.  Additional Template Toolkit variables are automatically 
    61 set and passed through as well, as described below.  B<Note:> 
    62 variables set in C<vars> will over-ride any variables of the same name 
    63 in the config object or the user cookies. 
     59The config object and variables supplied in C<vars> are passed through 
     60to the template specified.  Additional Template Toolkit variables are 
     61automatically set and passed through as well, as described below. 
     62B<Note:> variables set in C<vars> will over-ride any variables of the 
     63same name in the config object or the user cookies. 
    6464 
    6565=over