Merge pull request #76 from git-marijus/patch-4

Update boot.php
This commit is contained in:
Thomas Willingham 2013-07-11 09:04:57 -07:00
commit 8dd89a21a0

View File

@ -2060,7 +2060,7 @@ function profile_tabs($a, $is_owner=False, $nickname=Null){
);
if(feature_enabled(local_user(),'webpages')){
$tabs[] = array(
'label' => t('Wepages'),
'label' => t('Webpages'),
'url' => $a->get_baseurl() . '/webpages/' . $nickname,
'sel' => ((argv(0) == 'webpages') ? 'active' : ''),
'title' => t('Manage Webpages'),