mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 15:19:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@130 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
969c831a18
commit
2525fe0838
19 changed files with 29 additions and 39 deletions
|
|
@ -2,15 +2,15 @@
|
|||
|
||||
<!-- 엮인글 정보 출력 -->
|
||||
<div>
|
||||
{$lang->trackback} : {count($trackback_list)}
|
||||
{$lang->trackback} : {count($document->trackback_list)}
|
||||
</div>
|
||||
|
||||
<!-- 엮인글 출력 -->
|
||||
<div>
|
||||
<!-- 엮인글 목록 -->
|
||||
|
||||
<!--@if($trackback_list)-->
|
||||
<!--@foreach($trackback_list as $key => $val)-->
|
||||
<!--@if($document->trackback_list)-->
|
||||
<!--@foreach($document->trackback_list as $key => $val)-->
|
||||
<a name="trackback_{$key}"></a>
|
||||
<div style="margin-left:{$val->depth*15}px" >
|
||||
<table>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue