Let's use the right files, plus a typo

This commit is contained in:
Thomas Willingham
2013-07-10 19:46:06 +01:00
parent 3f2829a062
commit 6b85e063e8
3 changed files with 31 additions and 282 deletions

View File

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