From 224898fb1fd3046fcb82461610d5dd3ff0d0b01f Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 17 Feb 2011 21:35:06 -0600 Subject: use OX::View::TT --- lib/Narwhal.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/Narwhal.pm') 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', ( -- cgit v1.2.3-54-g00ecf