mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-19 11:19:56 +09:00
smartphone 애드온에서 문서번호로 링크될경우 내용이 안 나오는 문제 수정 및 플래닛 스마트 모듈에서 내용 출력부분 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6306 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
c1dee8afa0
commit
d524c052d4
4 changed files with 11 additions and 10 deletions
|
|
@ -3,11 +3,12 @@
|
|||
|
||||
<!--@foreach($content_list as $no => $item)-->
|
||||
<li class="item noArrow">
|
||||
<a href="{getUrl('','mid',$item->getPlanetMid(),'smartphone','true')}"><img src="{$item->getPlanetPhotoSrc(40,40)}" width="40" height="40" alt="" align="left" class="thumbnail"/></a>
|
||||
|
||||
<span class="title">
|
||||
{$item->getContent(false)}
|
||||
ps. {htmlspecialchars($item->getPostScript())}</p>
|
||||
<a href="{getUrl('','mid',$item->getPlanetMid(),'smartphone','true')}">
|
||||
<img src="{$item->getPlanetPhotoSrc(40,40)}" width="40" height="40" alt="" align="left" class="thumbnail"/>
|
||||
{preg_replace('/<([^>]+)>/is','',$item->getContent(false,false,false,false))}
|
||||
<!--@if($item->getPostScript())--><br/>ps. {htmlspecialchars($item->getPostScript())}</p><!--@end-->
|
||||
</a>
|
||||
</span>
|
||||
<span class="info">
|
||||
{$item->get('regdate')}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue