Add a webpages tab, where we can edit published pages.

This commit is contained in:
Thomas Willingham 2013-05-31 03:52:54 +01:00
parent 595c2a5e9d
commit dc6472e046

View File

@ -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