Skip to content

Commit

Permalink
Template changed to .latte [nette/sandbox@bdb9c41]
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikuláš Dítě committed Nov 14, 2010
1 parent eb057e3 commit bb839b8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NavigationPanel.php
Expand Up @@ -41,7 +41,7 @@ public function getTab()
function getPanel()
{
ob_start();
$template = new FileTemplate(dirname(__FILE__) . '/bar.navigation.panel.phtml');
$template = new FileTemplate(dirname(__FILE__) . '/bar.navigation.panel.latte');
$template->registerFilter(new LatteFilter());
$template->tree = $this->getPresenters();
$template->render();
Expand Down
File renamed without changes.

0 comments on commit bb839b8

Please sign in to comment.