diff options
author | friendica <info@friendica.com> | 2013-12-10 00:25:32 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-12-10 00:25:32 -0800 |
commit | 0043ef66b68cbdf1ae978e04f8bdeca39e6efa64 (patch) | |
tree | 92a04e8251e99b2212d785d082a2277b4e822cd3 /mod/network.php | |
parent | e873f6e95ed167e48a557365089ec97abee473cc (diff) | |
download | volse-hubzilla-0043ef66b68cbdf1ae978e04f8bdeca39e6efa64.tar.gz volse-hubzilla-0043ef66b68cbdf1ae978e04f8bdeca39e6efa64.tar.bz2 volse-hubzilla-0043ef66b68cbdf1ae978e04f8bdeca39e6efa64.zip |
mod_network is now running under Comanche. Yay.
Diffstat (limited to 'mod/network.php')
-rw-r--r-- | mod/network.php | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/mod/network.php b/mod/network.php index 31b377432..754978949 100644 --- a/mod/network.php +++ b/mod/network.php @@ -16,15 +16,6 @@ function network_init(&$a) { $channel = $a->get_channel(); $a->profile_uid = local_user(); head_set_icon($channel['xchan_photo_s']); - - require_once('include/widgets.php'); - - $a->set_widget('collections',widget_collections(array())); - $a->set_widget('archives',widget_archive(array())); - $a->set_widget('suggestions',widget_suggestions(array())); - $a->set_widget('savedsearch',widget_savedsearch(array())); - $a->set_widget('filer',widget_filer(array())); - $a->set_widget('notes',widget_notes(array())); } |