회원 모듈 사용자 부분 default스킨 컬러셋 추가

git-svn-id: http://xe-core.googlecode.com/svn/trunk@2060 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-07-27 10:57:21 +00:00
parent 846780b344
commit 15baa83f88
39 changed files with 220 additions and 106 deletions

View file

@ -64,6 +64,7 @@
if(!$config->image_name_max_height) $config->image_name_max_height = 20;
if(!$config->image_mark_max_width) $config->image_mark_max_width = 20;
if(!$config->image_mark_max_height) $config->image_mark_max_height = 20;
if(!$config->skin) $config->skin = "default";
Context::set('config',$config);
// 회원 관리 모듈의 스킨 목록을 구함