content 위젯의 댓글표시 구분자 오타 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6195 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2009-04-24 07:41:56 +00:00
parent d8d1854e71
commit f49adee3b5
4 changed files with 5 additions and 5 deletions

View file

@ -20,7 +20,7 @@
<!--@else if($v=='title')-->
<a href="{$item->getLink()}" class="title">{$item->getTitle($widget_info->subject_cut_size)}</a>
<!--@if($widget_info->show_trackback_count=='Y' && $item->getCommentCount())-->
<!--@if($widget_info->show_comment_count=='Y' && $item->getCommentCount())-->
<sup class="replyNum"><a href="{$item->getLink()}#comment">{$item->getCommentCount()}</a></sup>
<!--@end-->

View file

@ -27,7 +27,7 @@
<a href="{$item->getLink()}">{$item->getTitle($widget_info->subject_cut_size)}</a>
<!--@if($widget_info->show_trackback_count=='Y' && $item->getCommentCount())-->
<!--@if($widget_info->show_comment_count=='Y' && $item->getCommentCount())-->
<sup class="replyNum"><a href="{$item->getLink()}#comment">{$item->getCommentCount()}</a></sup>
<!--@end-->

View file

@ -32,7 +32,7 @@
<a href="{$item->getLink()}" class="title">{$item->getTitle($widget_info->subject_cut_size)}</a>
<!--@if($widget_info->show_trackback_count=='Y' && $item->getCommentCount())-->
<!--@if($widget_info->show_comment_count=='Y' && $item->getCommentCount())-->
<sup class="replyNum"><a href="{$item->getLink()}#comment">{$item->getCommentCount()}</a></sup>
<!--@end-->
@ -77,4 +77,4 @@
<li><button type="button" class="prev" title="{$lang->cmd_prev}" onclick="content_widget_prev(jQuery(this).parents('ul.widgetNavigator').prev('ul.widgetZineA'),{$widget_info->list_count})"><span>{$lang->cmd_prev}</span></button></li>
<li><button type="button" class="next" title="{$lang->cmd_next}" onclick="content_widget_next(jQuery(this).parents('ul.widgetNavigator').prev('ul.widgetZineA'),{$widget_info->list_count})"><span>{$lang->cmd_next}</span></button></li>
</ul>
<!--@end-->
<!--@end-->

View file

@ -17,7 +17,7 @@
<a href="{$item->getLink()}">{$item->getTitle($widget_info->subject_cut_size)}</a>
<!--@if($widget_info->show_trackback_count=='Y' && $item->getCommentCount())-->
<!--@if($widget_info->show_comment_count=='Y' && $item->getCommentCount())-->
<sup class="replyNum"><a href="{$item->getLink()}#comment">{$item->getCommentCount()}</a></sup>
<!--@end-->