updated admin
Signed-off-by: bachy <git@g-u-i.net>
This commit is contained in:
parent
f43260082d
commit
b2873ad5b1
@ -0,0 +1,694 @@
|
||||
<?php
|
||||
/**
|
||||
* @file
|
||||
* materio_administration.features.menu_links.inc
|
||||
*/
|
||||
|
||||
/**
|
||||
* Implements hook_menu_default_menu_links().
|
||||
*/
|
||||
function materio_administration_menu_default_menu_links() {
|
||||
$menu_links = array();
|
||||
|
||||
// Exported menu link: navigation:admin/config/regional/translate/table
|
||||
$menu_links['navigation:admin/config/regional/translate/table'] = array(
|
||||
'menu_name' => 'navigation',
|
||||
'link_path' => 'admin/config/regional/translate/table',
|
||||
'router_path' => 'admin/config/regional/translate/table',
|
||||
'link_title' => 'Translation',
|
||||
'options' => array(
|
||||
'attributes' => array(
|
||||
'title' => '',
|
||||
),
|
||||
),
|
||||
'module' => 'menu',
|
||||
'hidden' => '0',
|
||||
'external' => '0',
|
||||
'has_children' => '1',
|
||||
'expanded' => '0',
|
||||
'weight' => '-42',
|
||||
);
|
||||
// Exported menu link: navigation:admin/config/regional/translate/table/menu
|
||||
$menu_links['navigation:admin/config/regional/translate/table/menu'] = array(
|
||||
'menu_name' => 'navigation',
|
||||
'link_path' => 'admin/config/regional/translate/table/menu',
|
||||
'router_path' => 'admin/config/regional/translate/table/menu',
|
||||
'link_title' => 'Menus',
|
||||
'options' => array(
|
||||
'attributes' => array(
|
||||
'title' => '',
|
||||
),
|
||||
),
|
||||
'module' => 'menu',
|
||||
'hidden' => '0',
|
||||
'external' => '0',
|
||||
'has_children' => '0',
|
||||
'expanded' => '0',
|
||||
'weight' => '-48',
|
||||
'parent_path' => 'admin/config/regional/translate/table',
|
||||
);
|
||||
// Exported menu link: navigation:admin/config/regional/translate/table/nodetype
|
||||
$menu_links['navigation:admin/config/regional/translate/table/nodetype'] = array(
|
||||
'menu_name' => 'navigation',
|
||||
'link_path' => 'admin/config/regional/translate/table/nodetype',
|
||||
'router_path' => 'admin/config/regional/translate/table/nodetype',
|
||||
'link_title' => 'Content types',
|
||||
'options' => array(
|
||||
'attributes' => array(
|
||||
'title' => '',
|
||||
),
|
||||
),
|
||||
'module' => 'menu',
|
||||
'hidden' => '0',
|
||||
'external' => '0',
|
||||
'has_children' => '0',
|
||||
'expanded' => '0',
|
||||
'weight' => '-49',
|
||||
'parent_path' => 'admin/config/regional/translate/table',
|
||||
);
|
||||
// Exported menu link: navigation:admin/config/regional/translate/table/taxonomy
|
||||
$menu_links['navigation:admin/config/regional/translate/table/taxonomy'] = array(
|
||||
'menu_name' => 'navigation',
|
||||
'link_path' => 'admin/config/regional/translate/table/taxonomy',
|
||||
'router_path' => 'admin/config/regional/translate/table/taxonomy',
|
||||
'link_title' => 'Taxonomy',
|
||||
'options' => array(
|
||||
'attributes' => array(
|
||||
'title' => '',
|
||||
),
|
||||
),
|
||||
'module' => 'menu',
|
||||
'hidden' => '0',
|
||||
'external' => '0',
|
||||
'has_children' => '0',
|
||||
'expanded' => '0',
|
||||
'weight' => '-47',
|
||||
'parent_path' => 'admin/config/regional/translate/table',
|
||||
);
|
||||
// Exported menu link: navigation:admin/config/regional/translate/translate
|
||||
$menu_links['navigation:admin/config/regional/translate/translate'] = array(
|
||||
'menu_name' => 'navigation',
|
||||
'link_path' => 'admin/config/regional/translate/translate',
|
||||
'router_path' => 'admin/config/regional/translate/translate',
|
||||
'link_title' => 'Strings search',
|
||||
'options' => array(
|
||||
'attributes' => array(
|
||||
'title' => '',
|
||||
),
|
||||
),
|
||||
'module' => 'menu',
|
||||
'hidden' => '0',
|
||||
'external' => '0',
|
||||
'has_children' => '0',
|
||||
'expanded' => '0',
|
||||
'weight' => '0',
|
||||
'parent_path' => 'admin/config/regional/translate/table',
|
||||
);
|
||||
// Exported menu link: navigation:admin/content/companies
|
||||
$menu_links['navigation:admin/content/companies'] = array(
|
||||
'menu_name' => 'navigation',
|
||||
'link_path' => 'admin/content/companies',
|
||||
'router_path' => 'admin/content/companies',
|
||||
'link_title' => 'Companies',
|
||||
'options' => array(
|
||||
'attributes' => array(
|
||||
'title' => '',
|
||||
),
|
||||
),
|
||||
'module' => 'menu',
|
||||
'hidden' => '0',
|
||||
'external' => '0',
|
||||
'has_children' => '0',
|
||||
'expanded' => '0',
|
||||
'weight' => '-49',
|
||||
'parent_path' => 'admin/content/materiaux',
|
||||
);
|
||||
// Exported menu link: navigation:admin/content/materiaux
|
||||
$menu_links['navigation:admin/content/materiaux'] = array(
|
||||
'menu_name' => 'navigation',
|
||||
'link_path' => 'admin/content/materiaux',
|
||||
'router_path' => 'admin/content/materiaux',
|
||||
'link_title' => 'Content',
|
||||
'options' => array(
|
||||
'attributes' => array(
|
||||
'title' => '',
|
||||
),
|
||||
),
|
||||
'module' => 'menu',
|
||||
'hidden' => '0',
|
||||
'external' => '0',
|
||||
'has_children' => '1',
|
||||
'expanded' => '0',
|
||||
'weight' => '-48',
|
||||
);
|
||||
// Exported menu link: navigation:admin/content/medias
|
||||
$menu_links['navigation:admin/content/medias'] = array(
|
||||
'menu_name' => 'navigation',
|
||||
'link_path' => 'admin/content/medias',
|
||||
'router_path' => 'admin/content',
|
||||
'link_title' => 'Media',
|
||||
'options' => array(
|
||||
'attributes' => array(
|
||||
'title' => '',
|
||||
),
|
||||
),
|
||||
'module' => 'menu',
|
||||
'hidden' => '1',
|
||||
'external' => '0',
|
||||
'has_children' => '0',
|
||||
'expanded' => '0',
|
||||
'weight' => '-45',
|
||||
);
|
||||
// Exported menu link: navigation:admin/content/pages
|
||||
$menu_links['navigation:admin/content/pages'] = array(
|
||||
'menu_name' => 'navigation',
|
||||
'link_path' => 'admin/content/pages',
|
||||
'router_path' => 'admin/content/pages',
|
||||
'link_title' => 'Pages / didactique / faq',
|
||||
'options' => array(
|
||||
'attributes' => array(
|
||||
'title' => '',
|
||||
),
|
||||
),
|
||||
'module' => 'menu',
|
||||
'hidden' => '0',
|
||||
'external' => '0',
|
||||
'has_children' => '0',
|
||||
'expanded' => '0',
|
||||
'weight' => '-48',
|
||||
'parent_path' => 'admin/content/materiaux',
|
||||
);
|
||||
// Exported menu link: navigation:admin/dashboard
|
||||
$menu_links['navigation:admin/dashboard'] = array(
|
||||
'menu_name' => 'navigation',
|
||||
'link_path' => 'admin/dashboard',
|
||||
'router_path' => 'admin',
|
||||
'link_title' => 'dashboard',
|
||||
'options' => array(
|
||||
'attributes' => array(
|
||||
'title' => '',
|
||||
),
|
||||
),
|
||||
'module' => 'menu',
|
||||
'hidden' => '1',
|
||||
'external' => '0',
|
||||
'has_children' => '0',
|
||||
'expanded' => '0',
|
||||
'weight' => '-49',
|
||||
);
|
||||
// Exported menu link: navigation:admin/people
|
||||
$menu_links['navigation:admin/people'] = array(
|
||||
'menu_name' => 'navigation',
|
||||
'link_path' => 'admin/people',
|
||||
'router_path' => 'admin/people',
|
||||
'link_title' => 'Users',
|
||||
'options' => array(
|
||||
'attributes' => array(
|
||||
'title' => '',
|
||||
),
|
||||
),
|
||||
'module' => 'menu',
|
||||
'hidden' => '1',
|
||||
'external' => '0',
|
||||
'has_children' => '0',
|
||||
'expanded' => '0',
|
||||
'weight' => '-46',
|
||||
);
|
||||
// Exported menu link: navigation:admin/people/create
|
||||
$menu_links['navigation:admin/people/create'] = array(
|
||||
'menu_name' => 'navigation',
|
||||
'link_path' => 'admin/people/create',
|
||||
'router_path' => 'admin/people/create',
|
||||
'link_title' => 'Add user',
|
||||
'options' => array(
|
||||
'attributes' => array(
|
||||
'title' => '',
|
||||
),
|
||||
),
|
||||
'module' => 'menu',
|
||||
'hidden' => '0',
|
||||
'external' => '0',
|
||||
'has_children' => '0',
|
||||
'expanded' => '0',
|
||||
'weight' => '0',
|
||||
'parent_path' => 'admin/users',
|
||||
);
|
||||
// Exported menu link: navigation:admin/reports/feedback
|
||||
$menu_links['navigation:admin/reports/feedback'] = array(
|
||||
'menu_name' => 'navigation',
|
||||
'link_path' => 'admin/reports/feedback',
|
||||
'router_path' => 'admin/reports/feedback',
|
||||
'link_title' => 'Feedback',
|
||||
'options' => array(
|
||||
'attributes' => array(
|
||||
'title' => '',
|
||||
),
|
||||
),
|
||||
'module' => 'menu',
|
||||
'hidden' => '0',
|
||||
'external' => '0',
|
||||
'has_children' => '0',
|
||||
'expanded' => '0',
|
||||
'weight' => '-39',
|
||||
);
|
||||
// Exported menu link: navigation:admin/structure/taxonomy_manager/voc
|
||||
$menu_links['navigation:admin/structure/taxonomy_manager/voc'] = array(
|
||||
'menu_name' => 'navigation',
|
||||
'link_path' => 'admin/structure/taxonomy_manager/voc',
|
||||
'router_path' => 'admin/structure/taxonomy_manager/voc',
|
||||
'link_title' => 'Taxonomy',
|
||||
'options' => array(
|
||||
'attributes' => array(
|
||||
'title' => '',
|
||||
),
|
||||
),
|
||||
'module' => 'menu',
|
||||
'hidden' => '0',
|
||||
'external' => '0',
|
||||
'has_children' => '1',
|
||||
'expanded' => '0',
|
||||
'weight' => '-47',
|
||||
);
|
||||
// Exported menu link: navigation:admin/structure/taxonomy_manager/voc/company
|
||||
$menu_links['navigation:admin/structure/taxonomy_manager/voc/company'] = array(
|
||||
'menu_name' => 'navigation',
|
||||
'link_path' => 'admin/structure/taxonomy_manager/voc/company',
|
||||
'router_path' => 'admin/structure/taxonomy_manager/voc/%',
|
||||
'link_title' => 'Company',
|
||||
'options' => array(
|
||||
'attributes' => array(
|
||||
'title' => '',
|
||||
),
|
||||
),
|
||||
'module' => 'menu',
|
||||
'hidden' => '0',
|
||||
'external' => '0',
|
||||
'has_children' => '0',
|
||||
'expanded' => '0',
|
||||
'weight' => '9',
|
||||
'parent_path' => 'admin/structure/taxonomy_manager/voc',
|
||||
);
|
||||
// Exported menu link: navigation:admin/structure/taxonomy_manager/voc/onthologie
|
||||
$menu_links['navigation:admin/structure/taxonomy_manager/voc/onthologie'] = array(
|
||||
'menu_name' => 'navigation',
|
||||
'link_path' => 'admin/structure/taxonomy_manager/voc/onthologie',
|
||||
'router_path' => 'admin/structure/taxonomy_manager/voc/%',
|
||||
'link_title' => 'Onthologie',
|
||||
'options' => array(
|
||||
'attributes' => array(
|
||||
'title' => '',
|
||||
),
|
||||
),
|
||||
'module' => 'menu',
|
||||
'hidden' => '0',
|
||||
'external' => '0',
|
||||
'has_children' => '0',
|
||||
'expanded' => '0',
|
||||
'weight' => '0',
|
||||
'parent_path' => 'admin/structure/taxonomy_manager/voc',
|
||||
);
|
||||
// Exported menu link: navigation:admin/structure/taxonomy_manager/voc/tag_libres
|
||||
$menu_links['navigation:admin/structure/taxonomy_manager/voc/tag_libres'] = array(
|
||||
'menu_name' => 'navigation',
|
||||
'link_path' => 'admin/structure/taxonomy_manager/voc/tag_libres',
|
||||
'router_path' => 'admin/structure/taxonomy_manager/voc/%',
|
||||
'link_title' => 'Tag Libres',
|
||||
'options' => array(
|
||||
'attributes' => array(
|
||||
'title' => '',
|
||||
),
|
||||
),
|
||||
'module' => 'menu',
|
||||
'hidden' => '0',
|
||||
'external' => '0',
|
||||
'has_children' => '0',
|
||||
'expanded' => '0',
|
||||
'weight' => '8',
|
||||
'parent_path' => 'admin/structure/taxonomy_manager/voc',
|
||||
);
|
||||
// Exported menu link: navigation:admin/users
|
||||
$menu_links['navigation:admin/users'] = array(
|
||||
'menu_name' => 'navigation',
|
||||
'link_path' => 'admin/users',
|
||||
'router_path' => 'admin/users',
|
||||
'link_title' => 'Users',
|
||||
'options' => array(
|
||||
'attributes' => array(
|
||||
'title' => '',
|
||||
),
|
||||
),
|
||||
'module' => 'system',
|
||||
'hidden' => '0',
|
||||
'external' => '0',
|
||||
'has_children' => '1',
|
||||
'expanded' => '0',
|
||||
'weight' => '-43',
|
||||
);
|
||||
// Exported menu link: navigation:cart
|
||||
$menu_links['navigation:cart'] = array(
|
||||
'menu_name' => 'navigation',
|
||||
'link_path' => 'cart',
|
||||
'router_path' => 'cart',
|
||||
'link_title' => 'Shopping cart',
|
||||
'options' => array(
|
||||
'attributes' => array(
|
||||
'title' => 'View/modify the contents of your shopping cart or proceed to checkout.',
|
||||
),
|
||||
),
|
||||
'module' => 'system',
|
||||
'hidden' => '1',
|
||||
'external' => '0',
|
||||
'has_children' => '0',
|
||||
'expanded' => '0',
|
||||
'weight' => '-36',
|
||||
);
|
||||
// Exported menu link: navigation:filter/tips
|
||||
$menu_links['navigation:filter/tips'] = array(
|
||||
'menu_name' => 'navigation',
|
||||
'link_path' => 'filter/tips',
|
||||
'router_path' => 'filter/tips',
|
||||
'link_title' => 'Compose tips',
|
||||
'options' => array(),
|
||||
'module' => 'system',
|
||||
'hidden' => '1',
|
||||
'external' => '0',
|
||||
'has_children' => '0',
|
||||
'expanded' => '0',
|
||||
'weight' => '-44',
|
||||
);
|
||||
// Exported menu link: navigation:materio_search_api_ajax/actuality
|
||||
$menu_links['navigation:materio_search_api_ajax/actuality'] = array(
|
||||
'menu_name' => 'navigation',
|
||||
'link_path' => 'materio_search_api_ajax/actuality',
|
||||
'router_path' => 'materio_search_api_ajax/actuality',
|
||||
'link_title' => '',
|
||||
'options' => array(),
|
||||
'module' => 'system',
|
||||
'hidden' => '0',
|
||||
'external' => '0',
|
||||
'has_children' => '0',
|
||||
'expanded' => '0',
|
||||
'weight' => '-41',
|
||||
);
|
||||
// Exported menu link: navigation:mysessions
|
||||
$menu_links['navigation:mysessions'] = array(
|
||||
'menu_name' => 'navigation',
|
||||
'link_path' => 'mysessions',
|
||||
'router_path' => 'mysessions',
|
||||
'link_title' => 'My sessions',
|
||||
'options' => array(),
|
||||
'module' => 'system',
|
||||
'hidden' => '1',
|
||||
'external' => '0',
|
||||
'has_children' => '0',
|
||||
'expanded' => '0',
|
||||
'weight' => '-37',
|
||||
);
|
||||
// Exported menu link: navigation:node/11186/webform-results
|
||||
$menu_links['navigation:node/11186/webform-results'] = array(
|
||||
'menu_name' => 'navigation',
|
||||
'link_path' => 'node/11186/webform-results',
|
||||
'router_path' => 'node/%/webform-results',
|
||||
'link_title' => 'Adhésions',
|
||||
'options' => array(
|
||||
'attributes' => array(
|
||||
'title' => '',
|
||||
),
|
||||
),
|
||||
'module' => 'menu',
|
||||
'hidden' => '0',
|
||||
'external' => '0',
|
||||
'has_children' => '0',
|
||||
'expanded' => '0',
|
||||
'weight' => '-40',
|
||||
);
|
||||
// Exported menu link: navigation:node/add
|
||||
$menu_links['navigation:node/add'] = array(
|
||||
'menu_name' => 'navigation',
|
||||
'link_path' => 'node/add',
|
||||
'router_path' => 'node/add',
|
||||
'link_title' => 'Add content',
|
||||
'options' => array(),
|
||||
'module' => 'system',
|
||||
'hidden' => '0',
|
||||
'external' => '0',
|
||||
'has_children' => '1',
|
||||
'expanded' => '0',
|
||||
'weight' => '-47',
|
||||
'parent_path' => 'admin/content/materiaux',
|
||||
);
|
||||
// Exported menu link: navigation:node/add/breve
|
||||
$menu_links['navigation:node/add/breve'] = array(
|
||||
'menu_name' => 'navigation',
|
||||
'link_path' => 'node/add/breve',
|
||||
'router_path' => 'node/add/breve',
|
||||
'link_title' => 'Breve',
|
||||
'options' => array(),
|
||||
'module' => 'system',
|
||||
'hidden' => '0',
|
||||
'external' => '0',
|
||||
'has_children' => '0',
|
||||
'expanded' => '0',
|
||||
'weight' => '0',
|
||||
'parent_path' => 'node/add',
|
||||
);
|
||||
// Exported menu link: navigation:node/add/company
|
||||
$menu_links['navigation:node/add/company'] = array(
|
||||
'menu_name' => 'navigation',
|
||||
'link_path' => 'node/add/company',
|
||||
'router_path' => 'node/add/company',
|
||||
'link_title' => 'Company',
|
||||
'options' => array(),
|
||||
'module' => 'system',
|
||||
'hidden' => '0',
|
||||
'external' => '0',
|
||||
'has_children' => '0',
|
||||
'expanded' => '0',
|
||||
'weight' => '0',
|
||||
'parent_path' => 'node/add',
|
||||
);
|
||||
// Exported menu link: navigation:node/add/didactique
|
||||
$menu_links['navigation:node/add/didactique'] = array(
|
||||
'menu_name' => 'navigation',
|
||||
'link_path' => 'node/add/didactique',
|
||||
'router_path' => 'node/add/didactique',
|
||||
'link_title' => 'Didactique',
|
||||
'options' => array(
|
||||
'attributes' => array(
|
||||
'title' => 'Nœud didacticiel',
|
||||
),
|
||||
),
|
||||
'module' => 'system',
|
||||
'hidden' => '0',
|
||||
'external' => '0',
|
||||
'has_children' => '0',
|
||||
'expanded' => '0',
|
||||
'weight' => '0',
|
||||
'parent_path' => 'node/add',
|
||||
);
|
||||
// Exported menu link: navigation:node/add/faq
|
||||
$menu_links['navigation:node/add/faq'] = array(
|
||||
'menu_name' => 'navigation',
|
||||
'link_path' => 'node/add/faq',
|
||||
'router_path' => 'node/add/faq',
|
||||
'link_title' => 'FAQ',
|
||||
'options' => array(
|
||||
'attributes' => array(
|
||||
'title' => 'A frequently asked question and its answer.',
|
||||
),
|
||||
),
|
||||
'module' => 'system',
|
||||
'hidden' => '0',
|
||||
'external' => '0',
|
||||
'has_children' => '0',
|
||||
'expanded' => '0',
|
||||
'weight' => '0',
|
||||
'parent_path' => 'node/add',
|
||||
);
|
||||
// Exported menu link: navigation:node/add/materiau
|
||||
$menu_links['navigation:node/add/materiau'] = array(
|
||||
'menu_name' => 'navigation',
|
||||
'link_path' => 'node/add/materiau',
|
||||
'router_path' => 'node/add/materiau',
|
||||
'link_title' => 'Materiau',
|
||||
'options' => array(),
|
||||
'module' => 'system',
|
||||
'hidden' => '0',
|
||||
'external' => '0',
|
||||
'has_children' => '0',
|
||||
'expanded' => '0',
|
||||
'weight' => '0',
|
||||
'parent_path' => 'node/add',
|
||||
);
|
||||
// Exported menu link: navigation:node/add/node_export
|
||||
$menu_links['navigation:node/add/node_export'] = array(
|
||||
'menu_name' => 'navigation',
|
||||
'link_path' => 'node/add/node_export',
|
||||
'router_path' => 'node/add/node_export',
|
||||
'link_title' => 'Node export: import',
|
||||
'options' => array(
|
||||
'attributes' => array(
|
||||
'title' => 'Import content using <em>Node export</em>.',
|
||||
),
|
||||
),
|
||||
'module' => 'system',
|
||||
'hidden' => '0',
|
||||
'external' => '0',
|
||||
'has_children' => '0',
|
||||
'expanded' => '0',
|
||||
'weight' => '0',
|
||||
'parent_path' => 'node/add',
|
||||
);
|
||||
// Exported menu link: navigation:node/add/page
|
||||
$menu_links['navigation:node/add/page'] = array(
|
||||
'menu_name' => 'navigation',
|
||||
'link_path' => 'node/add/page',
|
||||
'router_path' => 'node/add/page',
|
||||
'link_title' => 'Page',
|
||||
'options' => array(
|
||||
'attributes' => array(
|
||||
'title' => 'Use this content type to add static pages like "about" "contact" etc',
|
||||
),
|
||||
),
|
||||
'module' => 'system',
|
||||
'hidden' => '0',
|
||||
'external' => '0',
|
||||
'has_children' => '0',
|
||||
'expanded' => '0',
|
||||
'weight' => '0',
|
||||
'parent_path' => 'node/add',
|
||||
);
|
||||
// Exported menu link: navigation:node/add/panel
|
||||
$menu_links['navigation:node/add/panel'] = array(
|
||||
'menu_name' => 'navigation',
|
||||
'link_path' => 'node/add/panel',
|
||||
'router_path' => 'node/add/panel',
|
||||
'link_title' => 'Panel',
|
||||
'options' => array(
|
||||
'attributes' => array(
|
||||
'title' => 'A panel layout broken up into rows and columns.',
|
||||
),
|
||||
),
|
||||
'module' => 'system',
|
||||
'hidden' => '0',
|
||||
'external' => '0',
|
||||
'has_children' => '0',
|
||||
'expanded' => '0',
|
||||
'weight' => '0',
|
||||
'parent_path' => 'node/add',
|
||||
);
|
||||
// Exported menu link: navigation:node/add/product
|
||||
$menu_links['navigation:node/add/product'] = array(
|
||||
'menu_name' => 'navigation',
|
||||
'link_path' => 'node/add/product',
|
||||
'router_path' => 'node/add/product',
|
||||
'link_title' => 'Product',
|
||||
'options' => array(
|
||||
'attributes' => array(
|
||||
'title' => 'Use <em>products</em> to represent items for sale on the website, including all the unique information that can be attributed to a specific model number.',
|
||||
),
|
||||
),
|
||||
'module' => 'system',
|
||||
'hidden' => '0',
|
||||
'external' => '0',
|
||||
'has_children' => '0',
|
||||
'expanded' => '0',
|
||||
'weight' => '0',
|
||||
'parent_path' => 'node/add',
|
||||
);
|
||||
// Exported menu link: navigation:node/add/webform
|
||||
$menu_links['navigation:node/add/webform'] = array(
|
||||
'menu_name' => 'navigation',
|
||||
'link_path' => 'node/add/webform',
|
||||
'router_path' => 'node/add/webform',
|
||||
'link_title' => 'Webform',
|
||||
'options' => array(
|
||||
'attributes' => array(
|
||||
'title' => 'Create a new form or questionnaire accessible to users. Submission results and statistics are recorded and accessible to privileged users.',
|
||||
),
|
||||
),
|
||||
'module' => 'system',
|
||||
'hidden' => '0',
|
||||
'external' => '0',
|
||||
'has_children' => '0',
|
||||
'expanded' => '0',
|
||||
'weight' => '0',
|
||||
'parent_path' => 'node/add',
|
||||
);
|
||||
// Exported menu link: navigation:user
|
||||
$menu_links['navigation:user'] = array(
|
||||
'menu_name' => 'navigation',
|
||||
'link_path' => 'user',
|
||||
'router_path' => 'user',
|
||||
'link_title' => 'User account',
|
||||
'options' => array(
|
||||
'alter' => TRUE,
|
||||
'attributes' => array(
|
||||
'title' => '',
|
||||
),
|
||||
),
|
||||
'module' => 'system',
|
||||
'hidden' => '0',
|
||||
'external' => '0',
|
||||
'has_children' => '1',
|
||||
'expanded' => '0',
|
||||
'weight' => '-50',
|
||||
);
|
||||
// Exported menu link: navigation:user/logout
|
||||
$menu_links['navigation:user/logout'] = array(
|
||||
'menu_name' => 'navigation',
|
||||
'link_path' => 'user/logout',
|
||||
'router_path' => 'user/logout',
|
||||
'link_title' => 'Log out',
|
||||
'options' => array(
|
||||
'attributes' => array(
|
||||
'title' => '',
|
||||
),
|
||||
'alter' => TRUE,
|
||||
),
|
||||
'module' => 'system',
|
||||
'hidden' => '0',
|
||||
'external' => '0',
|
||||
'has_children' => '0',
|
||||
'expanded' => '0',
|
||||
'weight' => '10',
|
||||
'parent_path' => 'user',
|
||||
);
|
||||
// Translatables
|
||||
// Included for use with string extractors like potx.
|
||||
t('Add content');
|
||||
t('Add user');
|
||||
t('Adhésions');
|
||||
t('Breve');
|
||||
t('Companies');
|
||||
t('Company');
|
||||
t('Compose tips');
|
||||
t('Content');
|
||||
t('Content types');
|
||||
t('Didactique');
|
||||
t('FAQ');
|
||||
t('Feedback');
|
||||
t('Log out');
|
||||
t('Materiau');
|
||||
t('Media');
|
||||
t('Menus');
|
||||
t('My sessions');
|
||||
t('Node export: import');
|
||||
t('Onthologie');
|
||||
t('Page');
|
||||
t('Pages / didactique / faq');
|
||||
t('Panel');
|
||||
t('Product');
|
||||
t('Shopping cart');
|
||||
t('Strings search');
|
||||
t('Tag Libres');
|
||||
t('Taxonomy');
|
||||
t('Translation');
|
||||
t('User account');
|
||||
t('Users');
|
||||
t('Webform');
|
||||
t('dashboard');
|
||||
|
||||
|
||||
return $menu_links;
|
||||
}
|
@ -15,6 +15,42 @@ features[ctools][] = strongarm:strongarm:1
|
||||
features[ctools][] = views:views_default:3.0
|
||||
features[features_api][] = api:1
|
||||
features[menu_custom][] = navigation
|
||||
features[menu_links][] = navigation:admin/config/regional/translate/table
|
||||
features[menu_links][] = navigation:admin/config/regional/translate/table/menu
|
||||
features[menu_links][] = navigation:admin/config/regional/translate/table/nodetype
|
||||
features[menu_links][] = navigation:admin/config/regional/translate/table/taxonomy
|
||||
features[menu_links][] = navigation:admin/config/regional/translate/translate
|
||||
features[menu_links][] = navigation:admin/content/companies
|
||||
features[menu_links][] = navigation:admin/content/materiaux
|
||||
features[menu_links][] = navigation:admin/content/medias
|
||||
features[menu_links][] = navigation:admin/content/pages
|
||||
features[menu_links][] = navigation:admin/dashboard
|
||||
features[menu_links][] = navigation:admin/people
|
||||
features[menu_links][] = navigation:admin/people/create
|
||||
features[menu_links][] = navigation:admin/reports/feedback
|
||||
features[menu_links][] = navigation:admin/structure/taxonomy_manager/voc
|
||||
features[menu_links][] = navigation:admin/structure/taxonomy_manager/voc/company
|
||||
features[menu_links][] = navigation:admin/structure/taxonomy_manager/voc/onthologie
|
||||
features[menu_links][] = navigation:admin/structure/taxonomy_manager/voc/tag_libres
|
||||
features[menu_links][] = navigation:admin/users
|
||||
features[menu_links][] = navigation:cart
|
||||
features[menu_links][] = navigation:filter/tips
|
||||
features[menu_links][] = navigation:materio_search_api_ajax/actuality
|
||||
features[menu_links][] = navigation:mysessions
|
||||
features[menu_links][] = navigation:node/11186/webform-results
|
||||
features[menu_links][] = navigation:node/add
|
||||
features[menu_links][] = navigation:node/add/breve
|
||||
features[menu_links][] = navigation:node/add/company
|
||||
features[menu_links][] = navigation:node/add/didactique
|
||||
features[menu_links][] = navigation:node/add/faq
|
||||
features[menu_links][] = navigation:node/add/materiau
|
||||
features[menu_links][] = navigation:node/add/node_export
|
||||
features[menu_links][] = navigation:node/add/page
|
||||
features[menu_links][] = navigation:node/add/panel
|
||||
features[menu_links][] = navigation:node/add/product
|
||||
features[menu_links][] = navigation:node/add/webform
|
||||
features[menu_links][] = navigation:user
|
||||
features[menu_links][] = navigation:user/logout
|
||||
features[variable][] = editmenu_cache_menu
|
||||
features[variable][] = editmenu_css_error
|
||||
features[variable][] = editmenu_css_filename
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user