mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
document view에서 비추천 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4141 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
0958542826
commit
872e0890e2
1 changed files with 2 additions and 2 deletions
|
|
@ -35,9 +35,9 @@
|
|||
|
||||
<div class="readedCount" title="{$lang->readed_count}">{$oDocument->get('readed_count')}</div>
|
||||
|
||||
<!--@if($oDocument->get('voted_count')!=0)-->
|
||||
<!--@if($oDocument->get('voted_count')!=0 || $oDocument->get('blamed_count')!=0)-->
|
||||
<div class="votedCount" title="{$lang->voted_count}">
|
||||
<strong>{$oDocument->get('voted_count')}</strong>
|
||||
<strong>{$oDocument->get('voted_count')} / {$oDocument->get('blamed_count')}</strong>
|
||||
</div>
|
||||
<!--@end-->
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue