aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xboot.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/boot.php b/boot.php
index 15e442d65..92e62d3ba 100755
--- a/boot.php
+++ b/boot.php
@@ -2034,6 +2034,13 @@ function profile_tabs($a, $is_owner=False, $nickname=Null){
'title' => t('Events and Calendar'),
'id' => 'events-tab',
);
+ $tabs[] = array(
+ 'label' => t('Wepages'),
+ 'url' => $a->get_baseurl() . '/webpages',
+ 'sel' => ((argv(0) == 'webpages') ? 'active' : ''),
+ 'title' => t('Manage Webpages'),
+ 'id' => 'webpages-tab',
+ );
}
else {
// FIXME