diff options
author | friendica <info@friendica.com> | 2013-10-13 19:49:40 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-10-13 19:49:40 -0700 |
commit | bae7f4e07868563637594edb81933fc5f3ed49cf (patch) | |
tree | 103bfa0a1b1d7189e79508e1c83f9c6ce6169d03 /mod | |
parent | 0e0e0d018b5cd14ed8d1578c15b3fc57ba4bfa12 (diff) | |
download | volse-hubzilla-bae7f4e07868563637594edb81933fc5f3ed49cf.tar.gz volse-hubzilla-bae7f4e07868563637594edb81933fc5f3ed49cf.tar.bz2 volse-hubzilla-bae7f4e07868563637594edb81933fc5f3ed49cf.zip |
directory sort links on sidebar
Diffstat (limited to 'mod')
-rw-r--r-- | mod/directory.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/directory.php b/mod/directory.php index 195ca993e..13855cff7 100644 --- a/mod/directory.php +++ b/mod/directory.php @@ -14,6 +14,8 @@ function directory_aside(&$a) { require_once('include/contact_widgets.php'); $a->set_widget('find_people',findpeople_widget()); } + $a->set_widget('dir_sort_order',dir_sort_links()); + } |