mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-13 16:34:52 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@714 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
9be7431441
commit
ac867a2495
4 changed files with 10 additions and 6 deletions
|
|
@ -31,16 +31,19 @@
|
|||
$oDocumentModel = &getModel('document');
|
||||
$output = $oDocumentModel->getDocumentList($obj);
|
||||
|
||||
// 템플릿 파일을 지정
|
||||
$tpl_path = $this->plugin_path.'skins/default';
|
||||
$tpl_file = 'list';
|
||||
|
||||
// 템플릿 파일에서 사용할 변수들을 세팅
|
||||
if(count($mid_list)==1) Context::set('module_name', $mid_list[0]);
|
||||
Context::set('title', $title);
|
||||
Context::set('style', $args->style);
|
||||
Context::set('document_list', $output->data);
|
||||
|
||||
// 템플릿의 스킨 경로를 지정 (skin, colorset에 따른 값을 설정)
|
||||
$tpl_path = sprintf('%sskins/%s', $this->plugin_path, $args->skin);
|
||||
Context::set('colorset', $args->colorset);
|
||||
|
||||
// 템플릿 파일을 지정
|
||||
$tpl_file = 'list';
|
||||
|
||||
// 템플릿 컴파일
|
||||
$oTemplate = new TemplateHandler();
|
||||
return $oTemplate->compile($tpl_path, $tpl_file);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue