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

This commit is contained in:
zero 2007-03-26 09:35:26 +00:00
parent d45cbb04a7
commit 4c0653db24
2 changed files with 2 additions and 6 deletions

View file

@ -11,11 +11,7 @@
* @brief 컴포넌트의 xml및 관련 정보들을 설정
**/
function setInfo($info) {
$this->component_name = $info->component_name;
$this->version = $info->version;
$this->title = $info->title;
$this->author = $info->author;
$this->description = $info->description;
Context::set('component_info', $info);
if($info->extra_vars) {
foreach($info->extra_vars as $key => $val) {

View file

@ -3,7 +3,7 @@
<!--%import("../lang")-->
<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">
<!--@foreach($emoticon_list as $emoticon)-->