issue 2281 added skin_info.html

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.3.2@11111 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
devjin 2012-08-29 04:54:40 +00:00
parent 5c90ee1e1d
commit 4fedfd7e99
4 changed files with 60 additions and 2 deletions

View file

@ -86,6 +86,8 @@
}
Context::set('oDocument', $oDocument);
Context::set('module_info', $this->module_info);
if ($this->module_info->skin)
$this->setTemplatePath(sprintf($this->module_path.'skins/%s', $this->module_info->skin));
else