mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
잘못된 변수 사용으로 위젯 설명이 안 나오는 문제 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4166 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
ed24107323
commit
adc4ca1bfe
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<h3>{$lang->widget} <span class="gray">{$lang->cmd_management}</span></h3>
|
||||
|
||||
<!-- 설명 -->
|
||||
<div class="infoText">{nl2br($lang->about_addon)}</div>
|
||||
<div class="infoText">{nl2br($lang->about_widget)}</div>
|
||||
|
||||
<!-- 위젯의 목록 -->
|
||||
<table cellspacing="0" class="adminTable">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue