first
This commit is contained in:
21
modules/search/for-searching/_desktop/example2.php
Normal file
21
modules/search/for-searching/_desktop/example2.php
Normal file
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
if($_iscallpage):
|
||||
?>
|
||||
|
||||
|
||||
<div id="rb-search-search-example2">
|
||||
<ol>
|
||||
<li>검색결과 예제입니다.</li>
|
||||
<li>검색결과 예제입니다.</li>
|
||||
<li>검색결과 예제입니다.</li>
|
||||
<li>검색결과 예제입니다.</li>
|
||||
<li>검색결과 예제입니다.</li>
|
||||
</ol>
|
||||
</div>
|
||||
|
||||
|
||||
<?php
|
||||
endif;
|
||||
$_ResultArray['num'][$_key] = 5;
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user