mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 08:12:17 +09:00
#495 addon모듈 XML 포맷 재정비
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4391 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
ef014baa03
commit
495dd1155a
16 changed files with 167 additions and 94 deletions
|
|
@ -73,7 +73,13 @@
|
|||
<!--@endif-->
|
||||
<!--@if($history->logs)-->
|
||||
<ul>
|
||||
<!--@foreach($history->logs as $log)--><li>{$log}</li><!--@endforeach-->
|
||||
<!--@foreach($history->logs as $log)-->
|
||||
<!--@if($log->link)-->
|
||||
<li><a href="{$log->link}">{$log->text}</a></li>
|
||||
<!--@else-->
|
||||
<li>{$log->text}</li>
|
||||
<!--@endif-->
|
||||
<!--@endforeach-->
|
||||
</ul>
|
||||
<!--@endif-->
|
||||
</td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue