virtual site admin handling

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8795 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
devjin 2011-08-17 10:59:28 +00:00
parent b3eb4ac938
commit 01b40169c7
2 changed files with 46 additions and 4 deletions

View file

@ -21,8 +21,9 @@ class HTMLDisplayHandler {
$template_path = sprintf('./themes/%s/modules/%s/', $theme_skin[0], $theme_skin[1]);
else
$template_path = $oModule->getTemplatePath();
}else
}else{
$template_path = $oModule->getTemplatePath();
}
$tpl_file = $oModule->getTemplateFile();
$output = $oTemplate->compile($template_path, $tpl_file);