aboutsummaryrefslogtreecommitdiffstats
path: root/mod/directory.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-12-06 21:45:36 -0800
committerfriendica <info@friendica.com>2013-12-06 21:45:36 -0800
commit6d3aebb4838262e4eaebb9c5f39946cd97636b0e (patch)
treebc6538d8c4dc255b86bdbfc018729f47a4c781a5 /mod/directory.php
parentf45b06ffa004c6e6920214b64efe18e3cfe2d667 (diff)
downloadvolse-hubzilla-6d3aebb4838262e4eaebb9c5f39946cd97636b0e.tar.gz
volse-hubzilla-6d3aebb4838262e4eaebb9c5f39946cd97636b0e.tar.bz2
volse-hubzilla-6d3aebb4838262e4eaebb9c5f39946cd97636b0e.zip
add suggestions to a couple of other pages
Diffstat (limited to 'mod/directory.php')
-rw-r--r--mod/directory.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/directory.php b/mod/directory.php
index 1f22e9bf8..e6c003099 100644
--- a/mod/directory.php
+++ b/mod/directory.php
@@ -213,6 +213,8 @@ function directory_content(&$a) {
if($j['keywords']) {
$a->set_widget('dirtagblock',dir_tagblock(z_root() . '/directory',$j['keywords']));
}
+ $a->set_widget('suggest',suggest_widget());
+
// logger('mod_directory: entries: ' . print_r($entries,true), LOGGER_DATA);