Mercurial > hg > rr-repo
changeset 22:a3fd7a630eba
fixed menu items
author | danieleb <danielebarchiesi@me.com> |
---|---|
date | Fri, 06 Dec 2013 11:57:55 +0000 |
parents | 83d2dd10c7e4 |
children | 0ed3b066036d |
files | rrr_features.features.menu_links.inc rrr_features.info |
diffstat | 2 files changed, 26 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/rrr_features.features.menu_links.inc Fri Dec 06 11:52:41 2013 +0000 +++ b/rrr_features.features.menu_links.inc Fri Dec 06 11:57:55 2013 +0000 @@ -44,6 +44,26 @@ 'weight' => -49, 'customized' => 1, ); + // Exported menu link: main-menu_home:<front> + $menu_links['main-menu_home:<front>'] = array( + 'menu_name' => 'main-menu', + 'link_path' => '<front>', + 'router_path' => '', + 'link_title' => 'Home', + 'options' => array( + 'identifier' => 'main-menu_home:<front>', + 'attributes' => array( + 'title' => '', + ), + ), + 'module' => 'menu', + 'hidden' => 0, + 'external' => 1, + 'has_children' => 0, + 'expanded' => 0, + 'weight' => -50, + 'customized' => 1, + ); // Exported menu link: main-menu_publications:publications-view $menu_links['main-menu_publications:publications-view'] = array( 'menu_name' => 'main-menu', @@ -1372,7 +1392,7 @@ 'module' => 'system', 'hidden' => 1, 'external' => 0, - 'has_children' => 1, + 'has_children' => 0, 'expanded' => 0, 'weight' => -48, 'customized' => 1, @@ -1481,12 +1501,12 @@ 'identifier' => 'navigation_static-page:node/add/page', ), 'module' => 'system', - 'hidden' => 0, + 'hidden' => 1, 'external' => 0, 'has_children' => 0, 'expanded' => 0, 'weight' => 0, - 'customized' => 0, + 'customized' => 1, 'parent_identifier' => 'navigation_add-content:node/add', ); // Exported menu link: navigation_static-page:node/add/static-page @@ -1574,6 +1594,7 @@ t('Field dependencies'); t('Field list'); t('File system'); + t('Home'); t('IP address blocking'); t('Image styles'); t('Image toolkit');
--- a/rrr_features.info Fri Dec 06 11:52:41 2013 +0000 +++ b/rrr_features.info Fri Dec 06 11:57:55 2013 +0000 @@ -1,7 +1,7 @@ name = rrr_features core = 7.x package = Features -version = 7.x-1.0-beta3 +version = 7.x-1.0-beta4 project = rrr_features dependencies[] = admin_devel dependencies[] = admin_menu @@ -69,6 +69,7 @@ features[menu_custom][] = user-menu features[menu_links][] = main-menu_datasets:datasets-view features[menu_links][] = main-menu_experiments:experiments-view +features[menu_links][] = main-menu_home:<front> features[menu_links][] = main-menu_publications:publications-view features[menu_links][] = main-menu_software:software-view features[menu_links][] = management_account-settings:admin/config/people/accounts