diff options
Diffstat (limited to 'application/views/scripts/suggest/index.phtml')
-rw-r--r-- | application/views/scripts/suggest/index.phtml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/application/views/scripts/suggest/index.phtml b/application/views/scripts/suggest/index.phtml new file mode 100644 index 0000000..5f804e1 --- /dev/null +++ b/application/views/scripts/suggest/index.phtml @@ -0,0 +1,3 @@ +<?php foreach ($suggestions as $suggest): ?> +<li><?= $suggest ?></li> +<?php endforeach ?> |