aboutsummaryrefslogtreecommitdiffstats
path: root/mod/webpages.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-04-06 03:47:53 -0700
committerfriendica <info@friendica.com>2014-04-06 03:47:53 -0700
commit64dfe3ab64a7f39c2c88d141a7d8a8b9d60756ff (patch)
treed7d10dfec58c11ee8b44feb2141b971c36c38532 /mod/webpages.php
parentad60e2c566930409d853517ca9392f169fc8e747 (diff)
downloadvolse-hubzilla-64dfe3ab64a7f39c2c88d141a7d8a8b9d60756ff.tar.gz
volse-hubzilla-64dfe3ab64a7f39c2c88d141a7d8a8b9d60756ff.tar.bz2
volse-hubzilla-64dfe3ab64a7f39c2c88d141a7d8a8b9d60756ff.zip
issue #395, item 2
Diffstat (limited to 'mod/webpages.php')
-rw-r--r--mod/webpages.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/mod/webpages.php b/mod/webpages.php
index 7e1b32f36..ac9012ce1 100644
--- a/mod/webpages.php
+++ b/mod/webpages.php
@@ -73,9 +73,10 @@ function webpages_content(&$a) {
else
$channel_acl = array();
+ require_once('include/conversation.php');
+ $o = profile_tabs($a,true);
-
-
+ $o .= '<h2>' . t('Webpages') . '</h2>';
$x = array(
'webpage' => ITEM_WEBPAGE,