mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 07:09:56 +09:00
최신 위젯중 제목을 getTitleText()로 출력하는 부분을 getTitle()로 변경
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3066 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
b88e52214f
commit
617bbb9b9a
4 changed files with 4 additions and 4 deletions
|
|
@ -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')-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue