Update example.php

Add a helpful PHP comment
This commit is contained in:
Brian Huisman 2023-04-20 11:30:17 -04:00 committed by GitHub
parent c1b4349b21
commit cab7d75c1d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,9 @@ require 'orcinus/search.php';
<body>
<h1>Orcinus Site Search - Online example</h1>
<?php $_ORCINUS->render(); ?>
<?php
// Place this command where your search results should appear
$_ORCINUS->render(); ?>
<!-- Script files below are only required for Typeahead -->
<script src="orcinus/js/jquery-3.6.4.min.js"></script>