diff options
author | friendica <info@friendica.com> | 2013-12-19 02:25:44 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-12-19 02:25:44 -0800 |
commit | b28a37c38e3fc68b1d0a59e4f5e6054ce13cb680 (patch) | |
tree | 03ba282b64ce7acaaa090dcc0b76ce2e2c3a55af /include/widgets.php | |
parent | 125543adedfe00b3d5cea8548d1a66096a173a6b (diff) | |
download | volse-hubzilla-b28a37c38e3fc68b1d0a59e4f5e6054ce13cb680.tar.gz volse-hubzilla-b28a37c38e3fc68b1d0a59e4f5e6054ce13cb680.tar.bz2 volse-hubzilla-b28a37c38e3fc68b1d0a59e4f5e6054ce13cb680.zip |
more comanche
Diffstat (limited to 'include/widgets.php')
-rw-r--r-- | include/widgets.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/widgets.php b/include/widgets.php index ed155be9b..5418d6d8e 100644 --- a/include/widgets.php +++ b/include/widgets.php @@ -510,4 +510,8 @@ function widget_design_tools($arr) { return ''; return design_tools(); +} + +function widget_findpeople($arr) { + return findpeople_widget(); }
\ No newline at end of file |