aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Webpages.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-03-20 17:24:48 +0100
committerMario Vavti <mario@mariovavti.com>2017-03-20 17:24:48 +0100
commitca14ab3d555476861cf60063208249676aae8954 (patch)
tree46031dd8332adcfedc8ca97672aa1aefd87255be /Zotlabs/Module/Webpages.php
parentcfdf1def2a24a7796ef86ab84d30fdbe734f3119 (diff)
downloadvolse-hubzilla-ca14ab3d555476861cf60063208249676aae8954.tar.gz
volse-hubzilla-ca14ab3d555476861cf60063208249676aae8954.tar.bz2
volse-hubzilla-ca14ab3d555476861cf60063208249676aae8954.zip
move profile tabs to app-tray
Diffstat (limited to 'Zotlabs/Module/Webpages.php')
-rw-r--r--Zotlabs/Module/Webpages.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/Zotlabs/Module/Webpages.php b/Zotlabs/Module/Webpages.php
index 46b94f091..effe92614 100644
--- a/Zotlabs/Module/Webpages.php
+++ b/Zotlabs/Module/Webpages.php
@@ -142,7 +142,8 @@ class Webpages extends \Zotlabs\Web\Controller {
$is_owner = ($uid && $uid == $owner);
- $o = profile_tabs($a, $is_owner, \App::$profile['channel_address']);
+ //$o = profile_tabs($a, $is_owner, \App::$profile['channel_address']);
+ $o = '';
$x = array(
'webpage' => ITEM_TYPE_WEBPAGE,