// fix added toolbar in AdminTranslationsController

This commit is contained in:
lLefevre
2011-11-22 15:54:14 +00:00
parent 785704d934
commit 2c417729d9
8 changed files with 519 additions and 478 deletions
+2 -2
View File
@@ -42,9 +42,9 @@ class HelperViewCore extends Helper
parent::__construct();
}
public function generateView()
public function generateView($tpl = false)
{
$this->tpl = $this->createTemplate($this->base_tpl);
$this->tpl = $this->createTemplate(!$tpl ? $this->base_tpl : $tpl);
$this->tpl->assign(array(
'title' => $this->title,