summaryrefslogtreecommitdiffstats
path: root/application/views/scripts/suggest/index.phtml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--application/views/scripts/suggest/index.phtml3
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 ?>