provide ability to pin apps to navbar from /apps. this removes the ability to have per custom navbar pinned apps - this can be added later if desired
This commit is contained in:
		| @@ -64,7 +64,11 @@ class Appman extends \Zotlabs\Web\Controller { | ||||
| 		} | ||||
|  | ||||
| 		if($_POST['feature']) { | ||||
| 			Zlib\Apps::app_feature(local_channel(),$papp); | ||||
| 			Zlib\Apps::app_feature(local_channel(), $papp, $_POST['feature']); | ||||
| 		} | ||||
|  | ||||
| 		if($_POST['pin']) { | ||||
| 			Zlib\Apps::app_feature(local_channel(), $papp, $_POST['pin']); | ||||
| 		} | ||||
|  | ||||
| 		if($_SESSION['return_url'])  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user