From 83d25fa24b17b6993cbfcdc078380bf5334be602 Mon Sep 17 00:00:00 2001 From: akulikov Date: Mon, 29 Dec 2008 12:42:57 +0000 Subject: [PATCH] News are coming git-svn-id: svn+ssh://code.netmonsters.ru/svn/majestic/trunk@38 4cb57b5f-5bbd-dd11-951b-001d605cbbc5 --- classes/Action.class.php | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/classes/Action.class.php b/classes/Action.class.php index 13a0f1f..115aabb 100644 --- a/classes/Action.class.php +++ b/classes/Action.class.php @@ -1,16 +1,16 @@ 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'); }