more nav_set_selected

This commit is contained in:
git-marijus
2017-07-22 11:04:18 +02:00
parent 27678a523c
commit 4335e49381
14 changed files with 37 additions and 12 deletions

View File

@@ -7,6 +7,9 @@ class Bookmarks extends \Zotlabs\Web\Controller {
function init() {
if(! local_channel())
return;
nav_set_selected(t('View Bookmarks'));
$item_id = intval($_REQUEST['item']);
$burl = trim($_REQUEST['burl']);