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

This commit is contained in:
zero 2007-03-06 01:55:01 +00:00
parent d67ed7f81f
commit 0c844db533
4 changed files with 191 additions and 0 deletions

View file

@ -10,5 +10,8 @@
// 공지사항용 값
var $notice_list_order = -2100000000;
// 관리자페이지에서 사용할 검색 옵션
var $search_option = array('title','content','title_content','user_name','user_id'); ///< 검색 옵션
}
?>