Skip to content

Commit

Permalink
Merge pull request #408 from nanasess/fix-countable
Browse files Browse the repository at this point in the history
[WIP] count() 関数の警告を修正
  • Loading branch information
nanasess committed Nov 2, 2020
2 parents df1d224 + 11e8d2e commit b8881c3
Show file tree
Hide file tree
Showing 30 changed files with 44 additions and 44 deletions.
2 changes: 1 addition & 1 deletion data/Smarty/templates/admin/basis/tax.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
<li><a class="btn-action" href="javascript:;" onclick="eccube.fnFormModeSubmit('form1', 'edit', '', ''); return false;"><span class="btn-next">この内容で登録する</span></a></li>
</ul>
</div>
<!--{if count($arrTaxrule) > 0}-->
<!--{if !empty($arrTaxrule)}-->
<table class="list">
<col width="22%" />
<col width="23%" />
Expand Down
2 changes: 1 addition & 1 deletion data/Smarty/templates/admin/basis/zip_install.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
*/
*}-->

<!--{if $tpl_mode|strlen == 0 || $arrErr|@count >= 1}-->
<!--{if $tpl_mode|strlen == 0 || !empty($arrErr)}-->
<style type="text/css">
</style>
Expand Down
2 changes: 1 addition & 1 deletion data/Smarty/templates/admin/contents/index.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
</td>
<td><a href="#" onclick="eccube.fnFormModeSubmit('move','delete','news_id','<!--{$arrNews[data].news_id|h}-->'); return false;">削除</a></td>
<td>
<!--{if count($arrNews) != 1}-->
<!--{if !empty($arrNews) && count($arrNews) != 1}-->
<!--{assign var=news_id value="`$arrNews[data].news_id`"}-->
<!--{if $arrErr[$news_id] != ""}--><span class="attention"><!--{$arrErr[$news_id]}--></span><!--{/if}-->
<input type="text" name="pos-<!--{$arrNews[data].news_id|h}-->" size="3" class="box3" />番目へ<a href="?" onclick="eccube.fnFormModeSubmit('move', 'moveRankSet','news_id', '<!--{$arrNews[data].news_id|h}-->'); return false;">移動</a><br />
Expand Down
4 changes: 2 additions & 2 deletions data/Smarty/templates/admin/customer/index.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
</div>
</div>
</form>
<!--{if count($arrErr) == 0 and ($smarty.post.mode == 'search' or $smarty.post.mode == 'delete' or $smarty.post.mode == 'resend_mail')}-->
<!--{if empty($arrErr) and ($smarty.post.mode == 'search' or $smarty.post.mode == 'delete' or $smarty.post.mode == 'resend_mail')}-->

<!--★★検索結果一覧★★-->
<form name="form1" id="form1" method="post" action="?">
Expand All @@ -106,7 +106,7 @@
<a class="btn-normal" href="javascript:;" onclick="eccube.setModeAndSubmit('csv','',''); return false;">CSV ダウンロード</a>
<a class="btn-normal" href="javascript:;" onclick="location.href='../contents/csv.php?tpl_subno_csv=customer'">CSV 出力項目設定</a>
</div>
<!--{if count($arrData) > 0}-->
<!--{if !empty($arrData)}-->

<!--{include file=$tpl_pager}-->

Expand Down
2 changes: 1 addition & 1 deletion data/Smarty/templates/admin/design/css.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<th class="menu edit">編集</th>
<th class="action delete">削除</th>
</tr>
<!--{if count($arrCSSList) > 0}-->
<!--{if !empty($arrCSSList)}-->
<!--{foreach key=key item=item from=$arrCSSList}-->
<tr>
<td style="background:<!--{if $item.css_name == $css_name}--><!--{$smarty.const.SELECT_RGB}--><!--{else}-->#ffffff<!--{/if}-->;"><!--{$item.file_name|h}--></td>
Expand Down
2 changes: 1 addition & 1 deletion data/Smarty/templates/admin/mail/history.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" />
<input type="hidden" name="search_pageno" value="" />
<input type="hidden" name="mode" value="" />
<!--{if count($arrDataList) > 0}-->
<!--{if !empty($arrDataList)}-->
<!--{include file=$tpl_pager}-->
<div id="mail" class="contents-main">
<table class="list center">
Expand Down
4 changes: 2 additions & 2 deletions data/Smarty/templates/admin/mail/index.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
</div>
</form>

<!--{if count($arrErr) == 0 and ($smarty.post.mode == 'search' or $smarty.post.mode == 'delete' or $smarty.post.mode == 'back')}-->
<!--{if empty($arrErr) and ($smarty.post.mode == 'search' or $smarty.post.mode == 'delete' or $smarty.post.mode == 'back')}-->

<form name="form1" id="form1" method="post" action="?">
<input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" />
Expand All @@ -90,7 +90,7 @@
<!--{/if}-->
</div>

<!--{if count($arrResults) > 0}-->
<!--{if !empty($arrResults)}-->
<!--{include file=$tpl_pager}-->

<!--検索結果表示テーブル-->
Expand Down
2 changes: 1 addition & 1 deletion data/Smarty/templates/admin/mail/template.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<div class="btn">
<a class="btn-action" href="./template_input.php"><span class="btn-next">テンプレートを新規入力</span></a>
</div>
<!--{if count($arrTemplates) > 0}-->
<!--{if !empty($arrTemplates)}-->
<div id="mail" class="contents-main">
<table class="list center">
<col width="15%" />
Expand Down
2 changes: 1 addition & 1 deletion data/Smarty/templates/admin/order/disp.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@
<!--{assign var=key value="shipping_id"}-->
<!--{if $tpl_shipping_quantity > 1}-->

<!--{if count($arrShipping.shipment_product_class_id) > 0}-->
<!--{if !empty($arrShipping.shipment_product_class_id)}-->
<table class="list" id="order-edit-products">
<tr>
<th class="id">商品コード</th>
Expand Down
10 changes: 5 additions & 5 deletions data/Smarty/templates/admin/order/edit.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@
<br />
<!--{if $tpl_shipping_quantity <= 1}-->
<a class="btn-normal" href="javascript:;" name="change" onclick="eccube.openWindow('<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->order/product_select.php?no=<!--{$product_index}-->&amp;order_id=<!--{$arrForm.order_id.value|h}-->&amp;shipping_id=<!--{$top_shipping_id}-->', 'search', '615', '500', {menubar:'no'}); return false;">変更</a>
<!--{if count($arrForm.quantity.value) > 1}-->
<!--{if !empty($arrForm.quantity.value) && count($arrForm.quantity.value) > 1}-->
<a class="btn-normal" href="javascript:;" name="delete" onclick="eccube.setValue('delete_no', <!--{$product_index}-->, 'form1'); eccube.setValue('select_shipping_id', '<!--{$top_shipping_id}-->', 'form1'); eccube.setModeAndSubmit('delete_product','anchor_key','order_products'); return false;">削除</a>
<!--{/if}-->
<!--{/if}-->
Expand All @@ -427,7 +427,7 @@
<!--{assign var=tax_rate value="`$arrForm.tax_rate.value[$product_index]`"}-->
<!--{assign var=tax_rule value="`$arrForm.tax_rule.value[$product_index]`"}-->
<input type="hidden" name="tax_rule[<!--{$product_index}-->]" value="<!--{$arrForm.tax_rule.value[$product_index]|h}-->" id="tax_rule_<!--{$product_index}-->" />
<td class="right">
<!--{$price|sfCalcIncTax:$tax_rate:$tax_rule|n2s}--><br />
<!--{assign var=key value="tax_rate"}-->
Expand Down Expand Up @@ -535,7 +535,7 @@
<h2>届け先商品情報&nbsp;<a class="btn-normal" href="javascript:;" name="add_product" onclick="eccube.openWindow('<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->order/product_select.php?order_id=<!--{$arrForm.order_id.value|h}-->&shipping_id=<!--{$shipping_index}-->', 'search', '615', '500', {menubar:'no'}); return false;">商品の追加</a>
</h2>
<!--{if count($arrShipping.shipment_product_class_id) > 0}-->
<!--{if !empty($arrShipping.shipment_product_class_id)}-->
<table class="list order-edit-products">
<tr>
<th class="id">商品コード</th>
Expand Down Expand Up @@ -564,7 +564,7 @@
<!--{$arrShipping[$key1][$item_index]|h}-->/<!--{$arrShipping[$key2][$item_index]|default:"(なし)"|h}-->/<!--{$arrShipping[$key3][$item_index]|default:"(なし)"|h}-->
<br />
<a class="btn-normal" href="javascript:;" name="change" onclick="eccube.openWindow('<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->order/product_select.php?no=<!--{$item_index}-->&amp;order_id=<!--{$arrForm.order_id.value|h}-->&amp;shipping_id=<!--{$shipping_index}-->', 'search', '615', '500', {menubar:'no'}); return false;">変更</a>
<!--{if $arrShipping.shipment_product_class_id|@count > 1}-->
<!--{if !empty($arrShipping.shipment_product_class_id)}-->
<a class="btn-normal" href="javascript:;" name="delete" onclick="eccube.setValue('delete_no', <!--{$item_index}-->, 'form1'); eccube.setValue('select_shipping_id', <!--{$shipping_index}-->, 'form1'); eccube.setModeAndSubmit('delete_product','anchor_key','order_products'); return false;">削除</a>
<!--{/if}-->
</td>
Expand Down Expand Up @@ -793,7 +793,7 @@
<div class="btn-area">
<ul>
<!--{if count($arrSearchHidden) > 0}-->
<!--{if !empty($arrSearchHidden)}-->
<li><a class="btn-action" href="javascript:;" onclick="eccube.changeAction('<!--{$smarty.const.ADMIN_ORDER_URLPATH}-->'); eccube.setModeAndSubmit('search','',''); return false;"><span class="btn-prev">検索画面に戻る</span></a></li>
<!--{/if}-->
<li><a class="btn-action" href="javascript:;" onclick="return fnFormConfirm(); return false;"><span class="btn-next">この内容で登録する</span></a></li>
Expand Down
4 changes: 2 additions & 2 deletions data/Smarty/templates/admin/order/index.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@
<!--検索条件設定テーブルここまで-->
</form>
<!--{if count($arrErr) == 0 and ($smarty.post.mode == 'search' or $smarty.post.mode == 'delete')}-->
<!--{if empty($arrErr) and ($smarty.post.mode == 'search' or $smarty.post.mode == 'delete')}-->
<!--★★検索結果一覧★★-->
<form name="form1" id="form1" method="post" action="?">
Expand All @@ -341,7 +341,7 @@
<a class="btn-normal" href="javascript:;" onclick="fnSelectCheckSubmit('pdf.php'); return false;"><span>PDF一括出力</span></a>
<a class="btn-normal" href="javascript:;" onclick="fnSelectMailCheckSubmit('mail.php'); return false;"><span>メール一括通知</span></a>
</div>
<!--{if count($arrResults) > 0}-->
<!--{if !empty($arrResults)}-->
<!--{include file=$tpl_pager}-->
Expand Down
2 changes: 1 addition & 1 deletion data/Smarty/templates/admin/ownersstore/plugin.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@

<!--▼プラグイン一覧ここから-->
<h2>プラグイン一覧</h2>
<!--{if count($plugins) > 0}-->
<!--{if !empty($plugins)}-->
<span class="attention"><!--{$arrErr.plugin_error}--></span>
<table class="system-plugin" width="900">
<col width="10%" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<div id="system" class="contents-main">
<!--▼プラグイン一覧ここから-->
<h2>フックポイント別プラグイン一覧</h2>
<!--{if count($arrHookPoint) > 0}-->
<!--{if !empty($arrHookPoint)}-->

<span class="attention"><!--{$arrErr.plugin_error}--></span>
<table class="system-plugin" width="900">
Expand Down
2 changes: 1 addition & 1 deletion data/Smarty/templates/admin/products/category.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
</div>

<h2><!--{* jQuery で挿入される *}--></h2>
<!--{if count($arrList) > 0}-->
<!--{if !empty($arrList)}-->

<table class="list" id="categoryTable">
<col width="5%" />
Expand Down
4 changes: 2 additions & 2 deletions data/Smarty/templates/admin/products/index.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ function lfnDispChange(){
</form>
<!--{if count($arrErr) == 0 and ($smarty.post.mode == 'search' or $smarty.post.mode == 'delete')}-->
<!--{if empty($arrErr) and ($smarty.post.mode == 'search' or $smarty.post.mode == 'delete')}-->
<!--★★検索結果一覧★★-->
<form name="form1" id="form1" method="post" action="?">
Expand All @@ -199,7 +199,7 @@ function lfnDispChange(){
<a class="btn-tool" href="javascript:;" onclick="eccube.setModeAndSubmit('csv','',''); return false;">CSV ダウンロード</a>
<a class="btn-tool" href="../contents/csv.php?tpl_subno_csv=product">CSV 出力項目設定</a>
</div>
<!--{if count($arrProducts) > 0}-->
<!--{if !empty($arrProducts)}-->
<!--{include file=$tpl_pager}-->
Expand Down
2 changes: 1 addition & 1 deletion data/Smarty/templates/admin/products/maker.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<li><a class="btn-action" href="javascript:;" onclick="eccube.fnFormModeSubmit('form1', 'edit', '', ''); return false;"><span class="btn-next">この内容で登録する</span></a></li>
</ul>
</div>
<!--{if count($arrMaker) > 0}-->
<!--{if !empty($arrMaker)}-->
<table class="list">
<col width="10%" />
<col width="50%" />
Expand Down
4 changes: 2 additions & 2 deletions data/Smarty/templates/admin/products/product.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@
</div>
<!--{if $smarty.const.OPTION_RECOMMEND == 1}-->
<!--{if count($arrRecommend) > 0}-->
<!--{if !empty($arrRecommend)}-->
<div id="recommend_select" style="">
<!--{else}-->
<div id="recommend_select" style="display:none">
Expand Down Expand Up @@ -475,7 +475,7 @@
<!--{/if}-->
<div class="btn-area">
<!--{if count($arrSearchHidden) > 0}-->
<!--{if !empty($arrSearchHidden)}-->
<!--▼検索結果へ戻る-->
<ul>
<li><a class="btn-action" href="javascript:;" onclick="eccube.changeAction('<!--{$smarty.const.ADMIN_PRODUCTS_URLPATH}-->'); eccube.setModeAndSubmit('search','',''); return false;"><span class="btn-prev">検索画面に戻る</span></a></li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

<div id="products" class="contents-main">

<!--{if count($arrForm.check.value) > 0}-->
<!--{if !empty($arrForm.check.value)}-->
<!--{assign var=key1 value="class_id1"}-->
<!--{assign var=key2 value="class_id2"}-->
<!--{assign var=class_id1 value=$arrForm[$key1].value|h}-->
Expand Down Expand Up @@ -112,7 +112,7 @@
<div class="btn-area">
<ul>
<li><a class="btn-action" href="javascript:;" onclick="eccube.fnFormModeSubmit('form1', 'confirm_return','',''); return false"><span class="btn-prev">前へ戻る</span></a></li>
<!--{if count($arrForm.check.value) > 0}-->
<!--{if !empty($arrForm.check.value)}-->
<li><a class="btn-action" href="javascript:;" onclick="eccube.fnFormModeSubmit('form1', 'complete','',''); return false;"><span class="btn-next">この内容で登録する</span></a></li>
<!--{/if}-->
</ul>
Expand Down
4 changes: 2 additions & 2 deletions data/Smarty/templates/admin/products/product_rank.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<!--▼画面右-->
<div id="products-rank-right">
<h2><!--{* jQuery で挿入される *}--></h2>
<!--{if count($arrProductsList) > 0}-->
<!--{if !empty($arrProductsList)}-->

<p class="remark"><span class="attention"><!--{$tpl_linemax}-->件</span>が該当しました。</p>
<div class="pager">
Expand Down Expand Up @@ -94,7 +94,7 @@
<!--{$rank}-->
<!--{if $arrProductsList[cnt].status == "2"}--><br />(非公開)<!--{/if}-->
</td>
<td align="center">
s <td align="center">
<!--{* 移動 *}-->
<!--{if !(count($arrProductsList) == 1 && $rank == 1)}-->
<input type="text" name="pos-<!--{$arrProductsList[cnt].product_id}-->" size="3" class="box3" />番目へ<a href="?" onclick="eccube.setModeAndSubmit('move','product_id', '<!--{$arrProductsList[cnt].product_id}-->'); return false;">移動</a><br />
Expand Down
2 changes: 1 addition & 1 deletion data/Smarty/templates/admin/products/review.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
</form>


<!--{if count($arrErr) == 0 and ($smarty.post.mode == 'search' or $smarty.post.mode == 'delete')}-->
<!--{if empty($arrErr) and ($smarty.post.mode == 'search' or $smarty.post.mode == 'delete')}-->

<!--★★検索結果一覧★★-->
<form name="form1" id="form1" method="post" action="?">
Expand Down
2 changes: 1 addition & 1 deletion data/Smarty/templates/admin/system/bkup.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<span class="attention"><!--{$arrErr.list_name}--></span><br />
<!--{/if}-->
<!--{* 一覧が存在する場合のみ表示する *}-->
<!--{if count($arrBkupList) > 0}-->
<!--{if !empty($arrBkupList)}-->
<table class="list">
<tr>
<th>バックアップ名</th>
Expand Down
2 changes: 1 addition & 1 deletion data/Smarty/templates/admin/system/log.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
}
</style>

<!--{if count($arrErr) >= 1}-->
<!--{if !empty($arrErr) && count($arrErr) >= 1}-->
<div class="attention">
<!--{foreach from=$arrErr item=err}-->
<!--{$err}-->
Expand Down
2 changes: 1 addition & 1 deletion data/Smarty/templates/admin/total/index.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@


<!--{* 検索結果一覧ここから *}-->
<!--{if count($arrResults) > 0}-->
<!--{if !empty($arrResults)}-->
<form name="form1" id="form1" method="post" action="?">
<input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" />
<input type="hidden" name="mode" value="search" />
Expand Down
4 changes: 2 additions & 2 deletions data/Smarty/templates/default/cart/index.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

<div class="totalmoney_area">
<!--{* カゴの中に商品がある場合にのみ表示 *}-->
<!--{if count($cartKeys) > 1}-->
<!--{if !empty($cartKeys) && count($cartKeys) > 1}-->
<span class="attentionSt"><!--{foreach from=$cartKeys item=key name=cartKey}--><!--{$arrProductType[$key]|h}--><!--{if !$smarty.foreach.cartKey.last}--><!--{/if}--><!--{/foreach}-->は同時購入できません。<br />
お手数ですが、個別に購入手続きをお願い致します。
</span>
Expand All @@ -55,7 +55,7 @@
<!--{/if}-->
</div>

<!--{if count($cartItems) > 0}-->
<!--{if !empty($cartItems)}-->
<!--{foreach from=$cartKeys item=key}-->
<div class="form_area">
<form name="form<!--{$key|h}-->" id="form<!--{$key|h}-->" method="post" action="?">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*}-->

<!--{strip}-->
<!--{if count($arrBestProducts) > 0}-->
<!--{if !empty($arrBestProducts)}-->
<div class="block_outer clearfix">
<div id="recommend_area">
<h2><img src="<!--{$TPL_URLPATH}-->img/title/tit_bloc_recommend.png" alt="*" class="title_icon" /></h2>
Expand Down
2 changes: 1 addition & 1 deletion data/Smarty/templates/default/products/detail.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@
</div>
</div>

<!--{if count($arrReview) > 0}-->
<!--{if !empty($arrReview)}-->
<ul>
<!--{section name=cnt loop=$arrReview}-->
<li>
Expand Down
4 changes: 2 additions & 2 deletions data/Smarty/templates/sphone/cart/index.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@
<div class="form_area">

<!--{* カゴの中に商品がある場合にのみ表示 *}-->
<!--{if count($cartKeys) > 1}-->
<!--{if !empty($cartKeys) && count($cartKeys) > 1}-->
<p class="attentionSt">
<!--{foreach from=$cartKeys item=key name=cartKey}--><!--{$arrProductType[$key]}--><!--{if !$smarty.foreach.cartKey.last}--><!--{/if}--><!--{/foreach}-->は同時購入できません。お手数ですが、個別に購入手続きをお願い致します。</p>
<!--{/if}-->

<!--{if count($cartItems) > 0}-->
<!--{if !empty($cartItems)}-->

<!--{foreach from=$cartKeys item=key}-->

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
</div>

<div class="popup_cart">
<!--{if count($arrCartList) > 0}-->
<!--{if !empty($arrCartList)}-->
<h2><a rel="external" href="<!--{$smarty.const.CART_URL|h}-->">カートの中</a></h2>
<!--{foreach from=$arrCartList item=key}-->
<div class="product_type">
Expand Down
2 changes: 1 addition & 1 deletion data/Smarty/templates/sphone/frontparts/bloc/recommend.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*}-->

<!-- ▼おすすめ商品 -->
<!--{if count($arrBestProducts) > 0}-->
<!--{if !empty($arrBestProducts)}-->
<section id="recommend_area" class="mainImageInit">
<h2>おすすめ商品</h2>
<ul>
Expand Down
4 changes: 2 additions & 2 deletions data/Smarty/templates/sphone/products/detail.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
slidesToShow: 1,
adaptiveHeight: true
});
$('#whobought_area ul').slick({
dots: false,
infinite: true,
Expand Down Expand Up @@ -380,7 +380,7 @@
</div>
</div>
<!--{if count($arrReview) > 0}-->
<!--{if !empty($arrReview)}-->
<ul>
<!--{section name=cnt loop=$arrReview}-->
<li>
Expand Down

0 comments on commit b8881c3

Please sign in to comment.