| 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. |
| | 59 | The config object and variables supplied in C<vars> are passed through |
| | 60 | to the template specified. Additional Template Toolkit variables are |
| | 61 | automatically set and passed through as well, as described below. |
| | 62 | B<Note:> variables set in C<vars> will over-ride any variables of the |
| | 63 | same name in the config object or the user cookies. |