X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=lib%2FMaypole%2FConfig.pm;fp=lib%2FMaypole%2FConfig.pm;h=a2660d78c9f999176ecb667f3b610da19ac83aec;hb=5ca6a1765a44c39b23e7bab0e2ba636dbc6b57a8;hp=cc9a9f59250b9a9faa74f4689b3629e7991c3b65;hpb=8fbe91d3208f182f78e2cd316f2c0c7a5c76edb8;p=maypole.git diff --git a/lib/Maypole/Config.pm b/lib/Maypole/Config.pm index cc9a9f5..a2660d7 100644 --- a/lib/Maypole/Config.pm +++ b/lib/Maypole/Config.pm @@ -9,8 +9,9 @@ our $VERSION = "1." . sprintf "%04d", q$Rev$ =~ /: (\d+)/; # Public accessors. __PACKAGE__->mk_accessors( - qw( view view_options uri_base template_root model loader display_tables - ok_tables rows_per_page dsn user pass opts application_name) + qw( view view_options uri_base template_root template_extension model + loader display_tables ok_tables rows_per_page dsn user pass opts + application_name) ); # Should only be modified by model. @@ -46,6 +47,10 @@ Optional. Contains a list of all tables, if supported by model. +=head3 template_extension + +Optional template file extension. + =head3 template_root This is where your application can find its templates.