mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 19:21:40 +09:00
planet 위젯에서 링크를 해당 글날짜 플래닛으로 가도록 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5195 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
9bc92ee114
commit
4d0ab4ad95
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
<!--@foreach($planet_list as $no => $item)-->
|
||||
<div class="planetDocument <!--@if($colorset=='black')-->black<!--@end-->">
|
||||
<!--@if($planet->getMid() != $item->getPlanetMid())-->
|
||||
<h3 class="identity"><a href="{getUrl('','mid',$item->getPlanetMid())}"><img src="{$item->getPlanetPhotoSrc($widget_info->thumbnail_width,$widget_info->thumbnail_height)}" width="{$widget_info->thumbnail_width}" height="{$widget_info->thumbnail_height}" alt="{htmlspecialchars($item->nick_name)}" /></a></h3>
|
||||
<h3 class="identity"><a href="{getUrl('','mid',$item->getPlanetMid(),'date',$item->getRegdate())}"><img src="{$item->getPlanetPhotoSrc($widget_info->thumbnail_width,$widget_info->thumbnail_height)}" width="{$widget_info->thumbnail_width}" height="{$widget_info->thumbnail_height}" alt="{htmlspecialchars($item->nick_name)}" /></a></h3>
|
||||
<!--@end-->
|
||||
<div class="article">
|
||||
<span class="tooltipLT"></span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue