From 1a90066e2335e4e52c105147aedf6202577c3fed Mon Sep 17 00:00:00 2001 From: devjin Date: Wed, 10 Oct 2012 08:48:43 +0000 Subject: [PATCH] issue 2367 git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11655 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/layout/layout.view.php | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/layout/layout.view.php b/modules/layout/layout.view.php index e1c903353..654a416d0 100644 --- a/modules/layout/layout.view.php +++ b/modules/layout/layout.view.php @@ -142,6 +142,7 @@ // Convert widgets and others $oContext = &Context::getInstance(); Context::set('layout_tpl', $layout_tpl); + $this->setTemplatePath($this->module_path.'tpl'); $this->setTemplateFile('layout_preview'); } /**