cozy_simple 게시판 스킨의 잘못된 기본 컬러셋 수정 (white에서 red로)

git-svn-id: http://xe-core.googlecode.com/svn/trunk@2170 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-08-04 06:38:54 +00:00
parent c47db285b2
commit 123c7483b5
3 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@
<!-- 컬러셋 체크 -->
<!--@if(!$module_info->colorset)-->
{@$module_info->colorset = "white"}
{@$module_info->colorset = "red"}
<!--@end-->
<!-- CSS 파일 로드 (컬러셋에 따라서) -->

View file

@ -3,7 +3,7 @@
<!-- 컬러셋 체크 -->
<!--@if(!$module_info->colorset)-->
{@$module_info->colorset = "white"}
{@$module_info->colorset = "red"}
<!--@end-->
<!-- CSS 파일 로드 (컬러셋에 따라서) -->

View file

@ -3,7 +3,7 @@
<!-- 컬러셋 체크 -->
<!--@if(!$module_info->colorset)-->
{@$module_info->colorset = "white"}
{@$module_info->colorset = "red"}
<!--@end-->
<!-- CSS 파일 로드 (컬러셋에 따라서) -->