mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-22 20:59:55 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1828 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
5d31f4cba5
commit
3eaea3f33a
106 changed files with 351 additions and 253 deletions
|
|
@ -49,7 +49,8 @@
|
|||
|
||||
// 템플릿 컴파일
|
||||
$oTemplate = &TemplateHandler::getInstance();
|
||||
return $oTemplate->compile($tpl_path, $tpl_file);
|
||||
$output = $oTemplate->compile($tpl_path, $tpl_file);
|
||||
return $output;
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue