Skip to content

Commit

Permalink
Template -> FileTemplate (Nette 2.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelkouril committed Feb 24, 2011
1 parent e40b9cf commit ff52ee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/nette/app/classes/MyTexy.php
Expand Up @@ -55,7 +55,7 @@ public function __construct()
*/
private function createTemplate()
{
$template = new Template;
$template = new FileTemplate;
$template->registerFilter(new LatteFilter);
return $template;
}
Expand Down

0 comments on commit ff52ee7

Please sign in to comment.