Add a webpages tab, where we can edit published pages.
This commit is contained in:
parent
595c2a5e9d
commit
dc6472e046
7
boot.php
7
boot.php
@ -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
|
||||
|
Reference in New Issue
Block a user