aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-07-10 16:39:32 -0700
committerfriendica <info@friendica.com>2013-07-10 16:39:32 -0700
commitdf23bc9ad4511c1faab2efcf9a3558d81a8c2058 (patch)
tree33f4bb457a14c94ab8d48ec144538918f2b47c96 /boot.php
parent72d737cc82f5987791c9ceba0c8b99a505886274 (diff)
parent40a444f01b2d3e7cc9b9c8822a2e36c47e6a25f6 (diff)
downloadvolse-hubzilla-df23bc9ad4511c1faab2efcf9a3558d81a8c2058.tar.gz
volse-hubzilla-df23bc9ad4511c1faab2efcf9a3558d81a8c2058.tar.bz2
volse-hubzilla-df23bc9ad4511c1faab2efcf9a3558d81a8c2058.zip
Merge pull request #73 from beardy-unixer/master
Webpages
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/boot.php b/boot.php
index 590410bae..8e6852f7a 100755
--- a/boot.php
+++ b/boot.php
@@ -2058,6 +2058,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/' . $nickname,
+ 'sel' => ((argv(0) == 'webpages') ? 'active' : ''),
+ 'title' => t('Manage Webpages'),
+ 'id' => 'webpages-tab',
+ );
}
else {
// FIXME