diff options
author | Lars Dɪᴇᴄᴋᴏᴡ <daxim@cpan.org> | 2008-12-01 21:51:19 +0100 |
---|---|---|
committer | Lars Dɪᴇᴄᴋᴏᴡ <daxim@cpan.org> | 2008-12-01 21:51:19 +0100 |
commit | 37bf16dd1b77c138dda3603f44422c1291f18e6b (patch) | |
tree | b441b33353f8065b127c858153b500841ee6b8e0 /lib/PAUSE/OpenID/View/XSLT.pm | |
parent | add heading, link to PAUSE (diff) | |
parent | Merge branch 'master' of git@git.useperl.at:PAUSE-OpenID (diff) | |
download | Simple-OpenID-37bf16dd1b77c138dda3603f44422c1291f18e6b.tar.gz Simple-OpenID-37bf16dd1b77c138dda3603f44422c1291f18e6b.tar.bz2 Simple-OpenID-37bf16dd1b77c138dda3603f44422c1291f18e6b.zip |
Merge branch 'master' of git@git.useperl.at:PAUSE-OpenID
Diffstat (limited to 'lib/PAUSE/OpenID/View/XSLT.pm')
-rw-r--r-- | lib/PAUSE/OpenID/View/XSLT.pm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/PAUSE/OpenID/View/XSLT.pm b/lib/PAUSE/OpenID/View/XSLT.pm index 4e2ab2a..423216f 100644 --- a/lib/PAUSE/OpenID/View/XSLT.pm +++ b/lib/PAUSE/OpenID/View/XSLT.pm @@ -8,8 +8,7 @@ use base 'Catalyst::View::XSLT'; __PACKAGE__->config( # relative paths to the directories with templates INCLUDE_PATH => [ - MyApp->path_to( 'root', 'xslt' ), - MyApp->path_to( 'templates', 'xsl' ), + PAUSE::OpenID->path_to( 'root', 'templates' ), ], TEMPLATE_EXTENSION => '.xsl', # default extension when getting template name from the current action DUMP_CONFIG => 1, # use for Debug. Will dump the final (merged) configuration for XSLT view |