mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
'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:
parent
a7ca29401e
commit
6823d5cea4
1 changed files with 2 additions and 2 deletions
|
|
@ -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++}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue