aboutsummaryrefslogtreecommitdiffstats
path: root/mod/network.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-03-13 18:13:03 -0700
committerfriendica <info@friendica.com>2012-03-13 18:13:03 -0700
commitbe48fff1570aa1d04e049a6fd1665f4fc9634a62 (patch)
tree27b3a9afc78391ece8bfd2ce13ac74b77bc18898 /mod/network.php
parent8a789a33d1168359ae23300bc3169b37fb02facc (diff)
downloadvolse-hubzilla-be48fff1570aa1d04e049a6fd1665f4fc9634a62.tar.gz
volse-hubzilla-be48fff1570aa1d04e049a6fd1665f4fc9634a62.tar.bz2
volse-hubzilla-be48fff1570aa1d04e049a6fd1665f4fc9634a62.zip
file as widget and basic filing implementation for duepuntozero,slackr
much more work needed - this is just for test/evaluation currently
Diffstat (limited to 'mod/network.php')
-rwxr-xr-xmod/network.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/network.php b/mod/network.php
index 7e7a95841..4f58fc4fb 100755
--- a/mod/network.php
+++ b/mod/network.php
@@ -46,6 +46,7 @@ function network_init(&$a) {
$a->page['aside'] .= group_side('network','network',true,$group_id);
$a->page['aside'] .= networks_widget($a->get_baseurl() . '/network',(x($_GET, 'nets') ? $_GET['nets'] : ''));
$a->page['aside'] .= saved_searches($search);
+ $a->page['aside'] .= fileas_widget($a->get_baseurl() . '/network',(x($_GET, 'file') ? $_GET['file'] : ''));
}