'title + content' type add. (list_type="title_content")

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7967 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2010-12-09 12:50:12 +00:00
parent a7ca29401e
commit 6823d5cea4

View file

@ -35,7 +35,7 @@
<span class="date">{$item->getRegdate("Y-m-d")}</span> <span class="hour">{$item->getRegdate("H:i")}</span>
<!--@else if($v=='content')-->
<p class="summary">{$item->getContent()}</p>
<p class="summary"><a href="{$item->getLink()}">{$item->getContent()}</a></p>
<!--@end-->
<!--@end-->
</li>
@ -92,7 +92,7 @@
</tr>
<!--@if($v=='content')-->
<tr>
<td colspan="3" class="summary">{$item->getContent()}</td>
<td colspan="3" class="summary"><a href="{$item->getLink()}">{$item->getContent()}</a></td>
</tr>
<!--@end-->
{@$_idx++}