diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-01-31 12:53:33 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-01-31 12:53:33 +0100 |
commit | a6cbebe03c4c1ca66b4b55c340ebb1d369d93c3a (patch) | |
tree | 4b21a3037de9774c07a43898f97f1913eeb03d74 /include/nav.php | |
parent | e1b54b684383557159cc25839637c35329fce3cd (diff) | |
download | volse-hubzilla-a6cbebe03c4c1ca66b4b55c340ebb1d369d93c3a.tar.gz volse-hubzilla-a6cbebe03c4c1ca66b4b55c340ebb1d369d93c3a.tar.bz2 volse-hubzilla-a6cbebe03c4c1ca66b4b55c340ebb1d369d93c3a.zip |
hide featured app category in the app category widget
Diffstat (limited to 'include/nav.php')
-rw-r--r-- | include/nav.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/nav.php b/include/nav.php index d7b006c6d..25f2a1df4 100644 --- a/include/nav.php +++ b/include/nav.php @@ -249,7 +249,7 @@ EOT; if(local_channel()) { //Zlib\Apps::import_system_apps(); $syslist = array(); - $list = Zlib\Apps::app_list(local_channel(), false, 'featured'); + $list = Zlib\Apps::app_list(local_channel(), false, 'nav_featured_app'); if($list) { foreach($list as $li) { $syslist[] = Zlib\Apps::app_encode($li); |