diff options
author | friendica <info@friendica.com> | 2013-07-10 16:39:32 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-07-10 16:39:32 -0700 |
commit | df23bc9ad4511c1faab2efcf9a3558d81a8c2058 (patch) | |
tree | 33f4bb457a14c94ab8d48ec144538918f2b47c96 /boot.php | |
parent | 72d737cc82f5987791c9ceba0c8b99a505886274 (diff) | |
parent | 40a444f01b2d3e7cc9b9c8822a2e36c47e6a25f6 (diff) | |
download | volse-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-x | boot.php | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |