Files
dev.ttsby.com/modules/search/for-searching/_desktop/example3.php
2023-04-17 11:06:08 +09:00

16 lines
251 B
PHP

<?php
if($_iscallpage):
?>
<div id="rb-search-search-example3">
$_ResultArray['num'][$_key] 가 0 이므로 이 내용은 검색결과 페이지 출력되지 않습니다.
</div>
<?php
endif;
$_ResultArray['num'][$_key] = 0;
?>