aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CatDap/View
diff options
context:
space:
mode:
authorBuchan Milne <buchan@mageia.org>2010-11-02 20:29:21 +0000
committerBuchan Milne <buchan@mageia.org>2010-11-02 20:29:21 +0000
commit7fa312026a6caba28550339fc29edfd790e78fda (patch)
treec054f6b854a3c6f6cba566b02b3fdd95b91a124c /lib/CatDap/View
parent11665d7a97e320fb38fd076da3ad7c62f36a1362 (diff)
downloadidentity-7fa312026a6caba28550339fc29edfd790e78fda.tar
identity-7fa312026a6caba28550339fc29edfd790e78fda.tar.gz
identity-7fa312026a6caba28550339fc29edfd790e78fda.tar.bz2
identity-7fa312026a6caba28550339fc29edfd790e78fda.tar.xz
identity-7fa312026a6caba28550339fc29edfd790e78fda.zip
Add some CSS themeing, and refactor some template stuff using preprocess
Add missing tempaltes
Diffstat (limited to 'lib/CatDap/View')
-rw-r--r--lib/CatDap/View/TT.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/CatDap/View/TT.pm b/lib/CatDap/View/TT.pm
index 0cd6acb..f63d775 100644
--- a/lib/CatDap/View/TT.pm
+++ b/lib/CatDap/View/TT.pm
@@ -8,6 +8,8 @@ use base 'Catalyst::View::TT';
__PACKAGE__->config(
TEMPLATE_EXTENSION => '.tt',
render_die => 1,
+ WRAPPER => 'template/wrapper',
+ PRE_PROCESS => 'template/pre',
);
=head1 NAME