Changeset 1082 for trunk/lib/OpenGuides/Template.pm
- Timestamp:
- 06/16/07 21:32:05 (18 months ago)
- Files:
-
- 1 modified
-
trunk/lib/OpenGuides/Template.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/OpenGuides/Template.pm
r1080 r1082 94 94 95 95 =item * C<licence_info_url> 96 97 =item * C<prefs> (the preferences from the user cookie) 96 98 97 99 =back … … 150 152 my $tt_vars = { 151 153 config => $config, 154 prefs => \%cookie_data, 152 155 site_name => $config->site_name, 153 156 cgi_url => $script_name,
