mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-24 13:49:56 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@5 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
3bf018c5fa
commit
299ee5fecb
6 changed files with 108 additions and 53 deletions
|
|
@ -52,12 +52,12 @@
|
|||
|
||||
// 초기화
|
||||
function init() {/*{{{*/
|
||||
// lang
|
||||
Context::loadLang($this->template_path.'lang/');
|
||||
}/*}}}*/
|
||||
|
||||
// disp 초기화
|
||||
function dispInit() {/*{{{*/
|
||||
// lang
|
||||
Context::loadLang($this->template_path.'lang/');
|
||||
|
||||
// 카테고리를 사용한다면 카테고리 목록을 구해옴
|
||||
if($this->module_info->use_category=='Y') {
|
||||
|
|
@ -77,9 +77,6 @@
|
|||
|
||||
// proc 초기화
|
||||
function procInit() {/*{{{*/
|
||||
// lang
|
||||
Context::loadLang($this->template_path.'lang/');
|
||||
|
||||
// 파일 업로드일 경우 $act값을 procUploadFile() 로 변경
|
||||
if(Context::isUploaded()) $this->act = 'procUploadFile';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue