최신 위젯중 제목을 getTitleText()로 출력하는 부분을 getTitle()로 변경

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3066 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-11-26 02:58:18 +00:00
parent b88e52214f
commit 617bbb9b9a
4 changed files with 4 additions and 4 deletions

View file

@ -38,7 +38,7 @@
<span class="regdate">[{$v->getRegdate("m-d")}]</span>
<!--@end-->
<a href="{$v->getPermanentUrl()}#{$v->getCommentCount()}">{$v->getTitleText($widget_info->subject_cut_size)}</a> {$v->printExtraImages($widget_info->duration_new)}
<a href="{$v->getPermanentUrl()}#{$v->getCommentCount()}">{$v->getTitle($widget_info->subject_cut_size)}</a> {$v->printExtraImages($widget_info->duration_new)}
<!--@if($v->getCommentCount())--><span class="comment_cnt">*{$v->getCommentCount()}</span><!--@end-->
<!--@if($widget_info->display_author == 'Y')-->