forked from GNUsocial/gnu-social
try to slim down the top menu so it all fits
darcs-hash:20080731020933-84dde-80d7abb2d681a9f748b16f6245d33396e1f899b2.gz
This commit is contained in:
parent
f2ae665e13
commit
b1f28f4457
@ -293,11 +293,8 @@ function common_nav_menu() {
|
||||
common_menu_item(common_local_url('all', array('nickname' => $user->nickname)),
|
||||
_('Home'));
|
||||
}
|
||||
common_menu_item(common_local_url('public'), _('Public'));
|
||||
common_menu_item(common_local_url('peoplesearch'), _('Search'));
|
||||
common_menu_item(common_local_url('tags'), _('Tags'));
|
||||
common_menu_item(common_local_url('doc', array('title' => 'help')),
|
||||
_('Help'));
|
||||
if ($user) {
|
||||
common_menu_item(common_local_url('profilesettings'),
|
||||
_('Settings'));
|
||||
@ -315,6 +312,8 @@ function common_nav_menu() {
|
||||
|
||||
function common_foot_menu() {
|
||||
common_element_start('ul', array('id' => 'nav_sub'));
|
||||
common_menu_item(common_local_url('doc', array('title' => 'help')),
|
||||
_('Help'));
|
||||
common_menu_item(common_local_url('doc', array('title' => 'about')),
|
||||
_('About'));
|
||||
common_menu_item(common_local_url('doc', array('title' => 'faq')),
|
||||
|
Loading…
Reference in New Issue
Block a user