move profile tabs to app-tray

This commit is contained in:
Mario Vavti
2017-03-20 17:24:48 +01:00
parent cfdf1def2a
commit ca14ab3d55
12 changed files with 22 additions and 12 deletions

View File

@@ -92,7 +92,8 @@ class Sharedwithme extends \Zotlabs\Web\Controller {
}
$o = profile_tabs($a, $is_owner, $channel['channel_address']);
//$o = profile_tabs($a, $is_owner, $channel['channel_address']);
$o = '';
$o .= replace_macros(get_markup_template('sharedwithme.tpl'), array(
'$header' => t('Files: shared with me'),