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

This commit is contained in:
zero 2007-06-29 08:50:38 +00:00
parent 5d31f4cba5
commit 3eaea3f33a
106 changed files with 351 additions and 253 deletions

View file

@ -49,7 +49,8 @@
// 템플릿 컴파일
$oTemplate = &TemplateHandler::getInstance();
return $oTemplate->compile($tpl_path, $tpl_file);
$output = $oTemplate->compile($tpl_path, $tpl_file);
return $output;
}
}
?>

View file

@ -9,7 +9,7 @@
<var id="clock_width">
<name xml:lang="ko">가로길이</name>
<type>text</type>
<description xml:lang="ko">가로길이를 지정하실 수 있습니다. (기본 200)</description>
<description xml:lang="ko">가로길이를 지정하실 수 있습니다. (기본 200px)</description>
</var>
<var id="theme">
<name xml:lang="ko">테마</name>
@ -27,7 +27,7 @@
<var id="day">
<name xml:lang="ko">일자 표시</name>
<type>select</type>
<description xml:lang="ko">시계내에 일자를 표시하는 기능을 끄거나 실 수 있습니다.</description>
<description xml:lang="ko">시계내에 일자를 표시하는 기능을 끄거나 실 수 있습니다.</description>
<options>
<name xml:lang="ko">나타냄</name>
<value></value>