]> git.decadent.org.uk Git - maypole.git/blobdiff - lib/Maypole/View/TT.pm
Fixes to XHTML & CSS compability.
[maypole.git] / lib / Maypole / View / TT.pm
index 9142f3ebe51bdbda78ffbde8f2a37e5de11f9f50..21e2485b794a7d3a3fe6f5b694b4aa58a7b1de14 100644 (file)
@@ -25,7 +25,7 @@ Maypole::View::TT - A Template Toolkit view class for Maypole
 
 =head1 SYNOPSIS
 
-    BeerDB->config->{view} = "Maypole::View::TT"; # The default anyway
+    BeerDB->config->view("Maypole::View::TT"); # The default anyway
 
 =head1 DESCRIPTION
 
@@ -35,6 +35,16 @@ Please see the Maypole manual, and in particular, the C<View> chapter,
 for the template variables available and for a refresher on how template
 components are resolved.
 
+=over 4
+
+=item template
+
+
+Processes the template and sets the output. See L<Maypole::View::Base>
+
+=back
+
+
 =head1 AUTHOR
 
 Simon Cozens