mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Fix #1448 unnecessary count() in misol_town integration_search skin
This commit is contained in:
parent
df9f156ff3
commit
8a452f151b
5 changed files with 5 additions and 5 deletions
|
|
@ -8,7 +8,7 @@
|
|||
<h1 class="subTitle"><span><i class="xi-comments" title="{$lang->comment}"></i> {$lang->comment} <span>({number_format($output->total_count)})</span></span></h1>
|
||||
</div>
|
||||
|
||||
<!--@if(!count($output->data))-->
|
||||
<!--@if(!$output->data)-->
|
||||
<span class="noResult">{$lang->msg_no_result}</span>
|
||||
<!--@else-->
|
||||
<ul class="misolSearch_list">
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
</div>
|
||||
|
||||
<!--// 리스트 영역 -->
|
||||
<!--@if(!count($output->data))-->
|
||||
<!--@if(!$output->data)-->
|
||||
<span class="noResult">
|
||||
{$lang->msg_no_result}
|
||||
<!--@if($last_division)-->
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
</div>
|
||||
|
||||
<!--// 리스트 영역 -->
|
||||
<!--@if(!count($output->data))-->
|
||||
<!--@if(!$output->data)-->
|
||||
<span class="noResult">
|
||||
{$lang->msg_no_result}
|
||||
</span>
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
</div>
|
||||
|
||||
<!--// 리스트 영역 -->
|
||||
<!--@if(!count($output->data))-->
|
||||
<!--@if(!$output->data)-->
|
||||
<span class="noResult">
|
||||
{$lang->msg_no_result}
|
||||
</span>
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
</div>
|
||||
|
||||
<!--// 리스트 영역 -->
|
||||
<!--@if(!count($output->data))-->
|
||||
<!--@if(!$output->data)-->
|
||||
<span class="noResult">
|
||||
{$lang->msg_no_result}
|
||||
</span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue