mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 00:02:21 +09:00
게시판 모듈에 블로그를 위한 기능 추가. xe_board 스킨에 블로그 스킨 추가 및 설정 표시. xe_board의 html/css 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3539 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
022ca81a06
commit
11adfbd902
53 changed files with 454 additions and 310 deletions
|
|
@ -17,8 +17,6 @@
|
|||
*
|
||||
* 단, 수정하는 경우 또는 파일업로드를 한 자동저장본의 경우는 getNextSequence() 값으로 저장된 editor_seqnece가
|
||||
* 설정된다.
|
||||
*
|
||||
* editor_sequence <= 30 일경우에는 무조건 가상의 번호로 판별함
|
||||
**/
|
||||
|
||||
/**
|
||||
|
|
@ -190,7 +188,7 @@
|
|||
Context::set('editor_path', $tpl_path);
|
||||
|
||||
// tpl 파일을 compile한 결과를 return
|
||||
$oTemplate = &TemplateHandler::getInstance();
|
||||
$oTemplate = new TemplateHandler();
|
||||
return $oTemplate->compile($tpl_path, $tpl_file);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue