git-svn-id: http://xe-core.googlecode.com/svn/trunk@329 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-03-08 05:54:13 +00:00
parent 79ac997400
commit 1a62c23c70
5 changed files with 42 additions and 9 deletions

View file

@ -33,7 +33,7 @@
require_once("./classes/template/TemplateHandler.class.php");
$oTemplate = new TemplateHandler();
$output = $oTemplate->compile($oModule->layout_path, $oModule->layout_file);
$output = $oTemplate->compile($oModule->getLayoutPath(), $oModule->getLayoutFile());
} else {
$output = $content;
}