summaryrefslogtreecommitdiffstats
path: root/lib/Narwhal.pm
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2011-02-17 21:35:06 -0600
committerJesse Luehrs <doy@tozt.net>2011-02-17 21:35:06 -0600
commit224898fb1fd3046fcb82461610d5dd3ff0d0b01f (patch)
tree13dd23aa2995612852bf065fd2db7d95bb6ddcf4 /lib/Narwhal.pm
parent3cab815f8bb574d3c2bf9e4f9d627a698674c000 (diff)
downloadnarwhal-224898fb1fd3046fcb82461610d5dd3ff0d0b01f.tar.gz
narwhal-224898fb1fd3046fcb82461610d5dd3ff0d0b01f.zip
use OX::View::TT
Diffstat (limited to 'lib/Narwhal.pm')
-rw-r--r--lib/Narwhal.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Narwhal.pm b/lib/Narwhal.pm
index 82ad0ab..333ba89 100644
--- a/lib/Narwhal.pm
+++ b/lib/Narwhal.pm
@@ -23,8 +23,8 @@ component WikiEdit => 'Narwhal::Component::Wiki::Edit', (
);
# turn these two into specialized classes later
-component TT => 'Template', (
- INCLUDE_PATH => depends_on('/Config/template_root'),
+component TT => 'OX::View::TT', (
+ template_root => depends_on('/Config/template_root'),
);
component Kioku => 'KiokuX::Model', (