Add module title column to default PC skin

This commit is contained in:
Kijin Sung 2020-10-29 22:52:58 +09:00
parent b978b51656
commit 7ba83ef6f9

View file

@ -38,6 +38,9 @@
<block cond="$document_srl==$document->document_srl">&raquo;</block>
<block cond="$document_srl!=$document->document_srl">{$lang->notice}</block>
</td>
<td class="module_title" cond="$val->type=='module_title' && $val->idx==-1">
<a href="{getUrl('', 'mid', $document->get('mid'))}">{$document->get('module_title')}</a>
</td>
<td class="title" cond="$val->type=='title' && $val->idx==-1">
<a href="{getUrl('document_srl',$document->document_srl, 'listStyle', $listStyle, 'cpage','')}">
{$document->getTitle()}
@ -81,6 +84,9 @@
<block cond="$document_srl==$document->document_srl">&raquo;</block>
<block cond="$document_srl!=$document->document_srl">{$no}</block>
</td>
<td class="module_title" cond="$val->type=='module_title' && $val->idx==-1">
<a href="{getUrl('', 'mid', $document->get('mid'))}">{$document->get('module_title')}</a>
</td>
<td class="title" cond="$val->type=='title' && $val->idx==-1">
<a href="{getUrl('document_srl',$document->document_srl, 'listStyle', $listStyle, 'cpage','')}">{$document->getTitle()}</a>
<a cond="$document->getCommentCount()" href="{getUrl('document_srl', $document->document_srl)}#comment" class="replyNum" title="Replies">[{$document->getCommentCount()}]</a>