
Zhris
Enthusiast
Jun 15, 2010, 8:41 PM
Views: 36522
|
Re: [xyon] HTML::Template not working inside handler
|
|
|
It doesn't look like you've actually "printed" the template. Shouldn't: $template->output(); be: print $template->output(); Using a relative path to your template is sufficient. Chris
(This post was edited by Zhris on Jun 26, 2010, 11:58 AM)
|