issue #395, item 2

This commit is contained in:
friendica
2014-04-06 03:47:53 -07:00
parent ad60e2c566
commit 64dfe3ab64
6 changed files with 26 additions and 9 deletions

View File

@@ -49,8 +49,13 @@ function bookmarks_content(&$a) {
require_once('include/menu.php');
require_once('include/conversation.php');
$o = '<h3>' . t('My Bookmarks') . '</h3>';
$channel = $a->get_channel();
$o = profile_tabs($a,true,$channel['channel_address']);
$o .= '<h3>' . t('My Bookmarks') . '</h3>';
$x = menu_list(local_user(),'',MENU_BOOKMARK);