mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-11 21:12:15 +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>
|
<h1 class="subTitle"><span><i class="xi-comments" title="{$lang->comment}"></i> {$lang->comment} <span>({number_format($output->total_count)})</span></span></h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!--@if(!count($output->data))-->
|
<!--@if(!$output->data)-->
|
||||||
<span class="noResult">{$lang->msg_no_result}</span>
|
<span class="noResult">{$lang->msg_no_result}</span>
|
||||||
<!--@else-->
|
<!--@else-->
|
||||||
<ul class="misolSearch_list">
|
<ul class="misolSearch_list">
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!--// 리스트 영역 -->
|
<!--// 리스트 영역 -->
|
||||||
<!--@if(!count($output->data))-->
|
<!--@if(!$output->data)-->
|
||||||
<span class="noResult">
|
<span class="noResult">
|
||||||
{$lang->msg_no_result}
|
{$lang->msg_no_result}
|
||||||
<!--@if($last_division)-->
|
<!--@if($last_division)-->
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!--// 리스트 영역 -->
|
<!--// 리스트 영역 -->
|
||||||
<!--@if(!count($output->data))-->
|
<!--@if(!$output->data)-->
|
||||||
<span class="noResult">
|
<span class="noResult">
|
||||||
{$lang->msg_no_result}
|
{$lang->msg_no_result}
|
||||||
</span>
|
</span>
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!--// 리스트 영역 -->
|
<!--// 리스트 영역 -->
|
||||||
<!--@if(!count($output->data))-->
|
<!--@if(!$output->data)-->
|
||||||
<span class="noResult">
|
<span class="noResult">
|
||||||
{$lang->msg_no_result}
|
{$lang->msg_no_result}
|
||||||
</span>
|
</span>
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!--// 리스트 영역 -->
|
<!--// 리스트 영역 -->
|
||||||
<!--@if(!count($output->data))-->
|
<!--@if(!$output->data)-->
|
||||||
<span class="noResult">
|
<span class="noResult">
|
||||||
{$lang->msg_no_result}
|
{$lang->msg_no_result}
|
||||||
</span>
|
</span>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue