mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-09 12:02:24 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@663 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
d45cbb04a7
commit
4c0653db24
2 changed files with 2 additions and 6 deletions
|
|
@ -11,11 +11,7 @@
|
||||||
* @brief 컴포넌트의 xml및 관련 정보들을 설정
|
* @brief 컴포넌트의 xml및 관련 정보들을 설정
|
||||||
**/
|
**/
|
||||||
function setInfo($info) {
|
function setInfo($info) {
|
||||||
$this->component_name = $info->component_name;
|
Context::set('component_info', $info);
|
||||||
$this->version = $info->version;
|
|
||||||
$this->title = $info->title;
|
|
||||||
$this->author = $info->author;
|
|
||||||
$this->description = $info->description;
|
|
||||||
|
|
||||||
if($info->extra_vars) {
|
if($info->extra_vars) {
|
||||||
foreach($info->extra_vars as $key => $val) {
|
foreach($info->extra_vars as $key => $val) {
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
<!--%import("../lang")-->
|
<!--%import("../lang")-->
|
||||||
|
|
||||||
<div class="editor_window">
|
<div class="editor_window">
|
||||||
<div class="editor_title">{$lang->emoticon}</div>
|
<div class="editor_title">{$component_info->title} ver. {$component_info->version}</div>
|
||||||
|
|
||||||
<div class="editor_emoticon">
|
<div class="editor_emoticon">
|
||||||
<!--@foreach($emoticon_list as $emoticon)-->
|
<!--@foreach($emoticon_list as $emoticon)-->
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue