mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 23:59:57 +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
|
|
@ -31,7 +31,7 @@
|
|||
<div class="titleBox">
|
||||
|
||||
<span class="title">
|
||||
<a href="{$oDocument->getPermanentUrl()}#{$oDocument->getCommentCount()}">{$oDocument->getTitleText($widget_info->subject_cut_size)}</a>
|
||||
<a href="{$oDocument->getPermanentUrl()}#{$oDocument->getCommentCount()}">{$oDocument->getTitle($widget_info->subject_cut_size)}</a>
|
||||
<!--@if($oDocument->getCommentCount())--><strong>[{$oDocument->getCommentCount()}]</strong><!--@end-->
|
||||
</span>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue