git-svn-id: http://xe-core.googlecode.com/svn/trunk@119 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-02-20 02:47:13 +00:00
parent a347783ce9
commit f0edc7f054
16 changed files with 156 additions and 66 deletions

View file

@ -14,14 +14,6 @@
var $page_count = 10; ///< 페이지의 수
var $category_list = NULL; ///< 카테고리 목록
var $grant_list = array(
'list',
'view',
'write_document',
'write_comment',
'fileupload',
); ///< 권한의 종류를 미리 설정
var $editor = 'default'; ///< 에디터 종류
}