Browse Source

News are coming

git-svn-id: svn+ssh://code.netmonsters.ru/svn/majestic/trunk@38 4cb57b5f-5bbd-dd11-951b-001d605cbbc5
master
akulikov 16 years ago
parent
commit
83d25fa24b
  1. 3
      classes/Action.class.php

3
classes/Action.class.php

@ -44,8 +44,9 @@ abstract class Action
*/
public function display()
{
$this->templater = Load::templater(ACTION_TPL_PATH.'/'.$this->template_dir);
$this->templater = Load::templater();
$this->prepare();
$this->templater->setPath(ACTION_TPL_PATH.'/'.$this->template_dir);
return $this->templater->fetch($this->template.'.tpl');
}

Loading…
Cancel
Save