danielebarchiesi@20: 'main-menu',
danielebarchiesi@20: 'title' => 'Main menu',
danielebarchiesi@20: 'description' => 'The Main menu is used on many sites to show the major sections of the site, often in a top navigation bar.',
danielebarchiesi@20: );
danielebarchiesi@20: // Exported menu: management.
danielebarchiesi@20: $menus['management'] = array(
danielebarchiesi@20: 'menu_name' => 'management',
danielebarchiesi@20: 'title' => 'Management',
danielebarchiesi@20: 'description' => 'The Management menu contains links for administrative tasks.',
danielebarchiesi@20: );
danielebarchiesi@20: // Exported menu: navigation.
danielebarchiesi@20: $menus['navigation'] = array(
danielebarchiesi@20: 'menu_name' => 'navigation',
danielebarchiesi@20: 'title' => 'Navigation',
danielebarchiesi@20: 'description' => 'The Navigation menu contains links intended for site visitors. Links are added to the Navigation menu automatically by some modules.',
danielebarchiesi@20: );
danielebarchiesi@20: // Exported menu: user-menu.
danielebarchiesi@20: $menus['user-menu'] = array(
danielebarchiesi@20: 'menu_name' => 'user-menu',
danielebarchiesi@20: 'title' => 'User menu',
danielebarchiesi@20: 'description' => 'The User menu contains links related to the user\'s account, as well as the \'Log out\' link.',
danielebarchiesi@20: );
danielebarchiesi@20: // Translatables
danielebarchiesi@20: // Included for use with string extractors like potx.
danielebarchiesi@20: t('Main menu');
danielebarchiesi@20: t('Management');
danielebarchiesi@20: t('Navigation');
danielebarchiesi@20: t('The Main menu is used on many sites to show the major sections of the site, often in a top navigation bar.');
danielebarchiesi@20: t('The Management menu contains links for administrative tasks.');
danielebarchiesi@20: t('The Navigation menu contains links intended for site visitors. Links are added to the Navigation menu automatically by some modules.');
danielebarchiesi@20: t('The User menu contains links related to the user\'s account, as well as the \'Log out\' link.');
danielebarchiesi@20: t('User menu');
danielebarchiesi@20:
danielebarchiesi@20:
danielebarchiesi@20: return $menus;
danielebarchiesi@20: }