remove profile_tabs() which has been deprecated and replaced by channel_apps()

This commit is contained in:
Mario Vavti
2018-09-13 10:59:37 +02:00
parent 78dc679a72
commit a1d5ce3716
12 changed files with 5 additions and 219 deletions

View File

@@ -88,9 +88,6 @@ class Cal extends \Zotlabs\Web\Controller {
$o = '';
//$tabs = profile_tabs($a, True, $channel['channel_address']);
$tabs = '';
$mode = 'view';
$y = 0;
$m = 0;
@@ -347,8 +344,7 @@ class Cal extends \Zotlabs\Web\Controller {
'$next' => t('Next'),
'$today' => t('Today'),
'$form' => $form,
'$expandform' => ((x($_GET,'expandform')) ? true : false),
'$tabs' => $tabs
'$expandform' => ((x($_GET,'expandform')) ? true : false)
));
if (x($_GET,'id')){ echo $o; killme(); }