Hopefully last fix for layout issue

This commit is contained in:
Jeremy Bush 2010-08-09 09:00:17 -05:00
parent 22929c5dae
commit da27e50cb4

View file

@ -19,7 +19,7 @@ class View_Kohana_Layout extends Kostache
);
// Make the layout view the child class's template
$this->_template = file_get_contents(Kohana::find_file('templates', $this->_layout, 'mustache'));
$this->_template = $this->_layout;
return parent::render($template, $view, $partials);
}