123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323 |
- <?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_: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(
- 'identifier' => 'navigation_:materio_search_api_ajax/actuality',
- ),
- 'module' => 'system',
- 'hidden' => 1,
- 'external' => 0,
- 'has_children' => 0,
- 'expanded' => 0,
- 'weight' => -34,
- 'customized' => 1,
- 'language' => 'und',
- 'menu_links_customized' => 1,
- );
- // Exported menu link: navigation_add-content:node/add.
- $menu_links['navigation_add-content:node/add'] = array(
- 'menu_name' => 'navigation',
- 'link_path' => 'node/add',
- 'router_path' => 'node/add',
- 'link_title' => 'Add content',
- 'options' => array(
- 'identifier' => 'navigation_add-content:node/add',
- ),
- 'module' => 'system',
- 'hidden' => 0,
- 'external' => 0,
- 'has_children' => 1,
- 'expanded' => 0,
- 'weight' => -45,
- 'customized' => 1,
- 'language' => 'und',
- 'menu_links_customized' => 1,
- 'parent_identifier' => 'navigation_content:admin/content/materiaux',
- );
- // Exported menu link: navigation_add-user:admin/people/create.
- $menu_links['navigation_add-user: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(),
- 'identifier' => 'navigation_add-user:admin/people/create',
- ),
- 'module' => 'menu',
- 'hidden' => 0,
- 'external' => 0,
- 'has_children' => 0,
- 'expanded' => 0,
- 'weight' => -50,
- 'customized' => 1,
- 'language' => 'und',
- 'menu_links_customized' => 1,
- 'parent_identifier' => 'navigation_users:admin/users',
- );
- // Exported menu link: navigation_adhsions:node/11186/webform-results.
- $menu_links['navigation_adhsions: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(),
- 'identifier' => 'navigation_adhsions:node/11186/webform-results',
- ),
- 'module' => 'menu',
- 'hidden' => 0,
- 'external' => 0,
- 'has_children' => 0,
- 'expanded' => 0,
- 'weight' => -48,
- 'customized' => 1,
- 'language' => 'und',
- 'menu_links_customized' => 1,
- 'parent_identifier' => 'navigation_users:admin/users',
- );
- // Exported menu link: navigation_ajouter-un-tag-libre:admin/structure/taxonomy/tag_libres/add.
- $menu_links['navigation_ajouter-un-tag-libre:admin/structure/taxonomy/tag_libres/add'] = array(
- 'menu_name' => 'navigation',
- 'link_path' => 'admin/structure/taxonomy/tag_libres/add',
- 'router_path' => 'admin/structure/taxonomy/%/add',
- 'link_title' => 'Ajouter un tag libre',
- 'options' => array(
- 'identifier' => 'navigation_ajouter-un-tag-libre:admin/structure/taxonomy/tag_libres/add',
- 'attributes' => array(),
- 'item_attributes' => array(
- 'id' => '',
- 'class' => '',
- 'style' => '',
- ),
- ),
- 'module' => 'menu',
- 'hidden' => 1,
- 'external' => 0,
- 'has_children' => 0,
- 'expanded' => 0,
- 'weight' => -50,
- 'customized' => 1,
- 'language' => 'und',
- 'menu_links_customized' => 1,
- 'parent_identifier' => 'navigation_tag-libres:admin/structure/taxonomy_manager/voc/tag_libres',
- );
- // Exported menu link: navigation_breve:node/add/breve.
- $menu_links['navigation_breve:node/add/breve'] = array(
- 'menu_name' => 'navigation',
- 'link_path' => 'node/add/breve',
- 'router_path' => 'node/add/breve',
- 'link_title' => 'Breve',
- 'options' => array(
- 'identifier' => 'navigation_breve:node/add/breve',
- ),
- 'module' => 'system',
- 'hidden' => 0,
- 'external' => 0,
- 'has_children' => 0,
- 'expanded' => 0,
- 'weight' => -50,
- 'customized' => 1,
- 'language' => 'und',
- 'menu_links_customized' => 1,
- 'parent_identifier' => 'navigation_add-content:node/add',
- );
- // Exported menu link: navigation_companies:admin/content/companies.
- $menu_links['navigation_companies:admin/content/companies'] = array(
- 'menu_name' => 'navigation',
- 'link_path' => 'admin/content/companies',
- 'router_path' => 'admin/content/companies',
- 'link_title' => 'Companies',
- 'options' => array(
- 'attributes' => array(),
- 'identifier' => 'navigation_companies:admin/content/companies',
- ),
- 'module' => 'menu',
- 'hidden' => 0,
- 'external' => 0,
- 'has_children' => 0,
- 'expanded' => 0,
- 'weight' => -48,
- 'customized' => 1,
- 'language' => 'und',
- 'menu_links_customized' => 1,
- 'parent_identifier' => 'navigation_content:admin/content/materiaux',
- );
- // Exported menu link: navigation_company:admin/structure/taxonomy_manager/voc/company.
- $menu_links['navigation_company:admin/structure/taxonomy_manager/voc/company'] = array(
- 'menu_name' => 'navigation',
- 'link_path' => 'admin/structure/taxonomy_manager/voc/company',
- 'router_path' => 'admin/structure',
- 'link_title' => 'Company',
- 'options' => array(
- 'attributes' => array(),
- 'identifier' => 'navigation_company:admin/structure/taxonomy_manager/voc/company',
- ),
- 'module' => 'menu',
- 'hidden' => 1,
- 'external' => 0,
- 'has_children' => 0,
- 'expanded' => 0,
- 'weight' => 9,
- 'customized' => 1,
- 'language' => 'und',
- 'menu_links_customized' => 1,
- 'parent_identifier' => 'navigation_taxonomy-manager:admin/structure/taxonomy_manager/voc',
- );
- // Exported menu link: navigation_company:node/add/company.
- $menu_links['navigation_company:node/add/company'] = array(
- 'menu_name' => 'navigation',
- 'link_path' => 'node/add/company',
- 'router_path' => 'node/add/company',
- 'link_title' => 'Company',
- 'options' => array(
- 'identifier' => 'navigation_company:node/add/company',
- ),
- 'module' => 'system',
- 'hidden' => 0,
- 'external' => 0,
- 'has_children' => 0,
- 'expanded' => 0,
- 'weight' => -48,
- 'customized' => 1,
- 'language' => 'und',
- 'menu_links_customized' => 1,
- 'parent_identifier' => 'navigation_add-content:node/add',
- );
- // Exported menu link: navigation_compose-tips:filter/tips.
- $menu_links['navigation_compose-tips:filter/tips'] = array(
- 'menu_name' => 'navigation',
- 'link_path' => 'filter/tips',
- 'router_path' => 'filter/tips',
- 'link_title' => 'Compose tips',
- 'options' => array(
- 'identifier' => 'navigation_compose-tips:filter/tips',
- ),
- 'module' => 'system',
- 'hidden' => 1,
- 'external' => 0,
- 'has_children' => 1,
- 'expanded' => 0,
- 'weight' => -42,
- 'customized' => 1,
- 'language' => 'und',
- 'menu_links_customized' => 1,
- );
- // Exported menu link: navigation_content-types:admin/config/regional/translate/table/nodetype.
- $menu_links['navigation_content-types: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(),
- 'identifier' => 'navigation_content-types:admin/config/regional/translate/table/nodetype',
- ),
- 'module' => 'menu',
- 'hidden' => 0,
- 'external' => 0,
- 'has_children' => 0,
- 'expanded' => 0,
- 'weight' => -48,
- 'customized' => 1,
- 'language' => 'und',
- 'menu_links_customized' => 1,
- 'parent_identifier' => 'navigation_translation:admin/config/regional/translate/translate',
- );
- // Exported menu link: navigation_customers:admin/store/customers.
- $menu_links['navigation_customers:admin/store/customers'] = array(
- 'menu_name' => 'navigation',
- 'link_path' => 'admin/store/customers',
- 'router_path' => 'admin/store/customers',
- 'link_title' => 'customers',
- 'options' => array(
- 'identifier' => 'navigation_customers:admin/store/customers',
- 'attributes' => array(),
- 'item_attributes' => array(
- 'id' => '',
- 'class' => '',
- 'style' => '',
- ),
- ),
- 'module' => 'menu',
- 'hidden' => 0,
- 'external' => 0,
- 'has_children' => 0,
- 'expanded' => 0,
- 'weight' => -49,
- 'customized' => 1,
- 'language' => 'und',
- 'menu_links_customized' => 1,
- 'parent_identifier' => 'navigation_store:admin/store',
- );
- // Exported menu link: navigation_didactique:node/add/didactique.
- $menu_links['navigation_didactique: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',
- ),
- 'identifier' => 'navigation_didactique:node/add/didactique',
- ),
- 'module' => 'system',
- 'hidden' => 0,
- 'external' => 0,
- 'has_children' => 0,
- 'expanded' => 0,
- 'weight' => -43,
- 'customized' => 1,
- 'language' => 'und',
- 'menu_links_customized' => 1,
- 'parent_identifier' => 'navigation_add-content:node/add',
- );
- // Exported menu link: navigation_duplicate-mails:admin/users/duplicatemails.
- $menu_links['navigation_duplicate-mails:admin/users/duplicatemails'] = array(
- 'menu_name' => 'navigation',
- 'link_path' => 'admin/users/duplicatemails',
- 'router_path' => 'admin/users',
- 'link_title' => 'Duplicate mails',
- 'options' => array(
- 'attributes' => array(),
- 'item_attributes' => array(
- 'id' => '',
- 'class' => '',
- 'style' => '',
- ),
- 'identifier' => 'navigation_duplicate-mails:admin/users/duplicatemails',
- ),
- 'module' => 'menu',
- 'hidden' => 0,
- 'external' => 0,
- 'has_children' => 0,
- 'expanded' => 0,
- 'weight' => -45,
- 'customized' => 1,
- 'language' => 'und',
- 'menu_links_customized' => 1,
- 'parent_identifier' => 'navigation_users:admin/users',
- );
- // Exported menu link: navigation_duplicates:admin/config/content/remove_duplicates.
- $menu_links['navigation_duplicates:admin/config/content/remove_duplicates'] = array(
- 'menu_name' => 'navigation',
- 'link_path' => 'admin/config/content/remove_duplicates',
- 'router_path' => 'admin/config/content/remove_duplicates',
- 'link_title' => 'Duplicates',
- 'options' => array(
- 'attributes' => array(),
- 'item_attributes' => array(
- 'id' => '',
- 'class' => '',
- 'style' => '',
- ),
- 'identifier' => 'navigation_duplicates:admin/config/content/remove_duplicates',
- ),
- 'module' => 'menu',
- 'hidden' => 0,
- 'external' => 0,
- 'has_children' => 0,
- 'expanded' => 0,
- 'weight' => -44,
- 'customized' => 1,
- 'language' => 'und',
- 'menu_links_customized' => 1,
- 'parent_identifier' => 'navigation_content:admin/content/materiaux',
- );
- // Exported menu link: navigation_faq:node/add/faq.
- $menu_links['navigation_faq: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.',
- ),
- 'identifier' => 'navigation_faq:node/add/faq',
- ),
- 'module' => 'system',
- 'hidden' => 0,
- 'external' => 0,
- 'has_children' => 0,
- 'expanded' => 0,
- 'weight' => -42,
- 'customized' => 1,
- 'language' => 'und',
- 'menu_links_customized' => 1,
- 'parent_identifier' => 'navigation_add-content:node/add',
- );
- // Exported menu link: navigation_feedback:admin/reports/feedback.
- $menu_links['navigation_feedback:admin/reports/feedback'] = array(
- 'menu_name' => 'navigation',
- 'link_path' => 'admin/reports/feedback',
- 'router_path' => 'admin/reports/feedback',
- 'link_title' => 'Feedback',
- 'options' => array(
- 'identifier' => 'navigation_feedback:admin/reports/feedback',
- 'attributes' => array(),
- 'item_attributes' => array(
- 'id' => '',
- 'class' => '',
- 'style' => '',
- ),
- ),
- 'module' => 'menu',
- 'hidden' => 0,
- 'external' => 0,
- 'has_children' => 0,
- 'expanded' => 0,
- 'weight' => -46,
- 'customized' => 1,
- 'language' => 'und',
- 'menu_links_customized' => 1,
- 'parent_identifier' => 'navigation_users:admin/users',
- );
- // Exported menu link: navigation_formulaires-dadhsion:http://www.materio.com/fr/node/11186/webform-results.
- $menu_links['navigation_formulaires-dadhsion:http://www.materio.com/fr/node/11186/webform-results'] = array(
- 'menu_name' => 'navigation',
- 'link_path' => 'http://www.materio.com/fr/node/11186/webform-results',
- 'router_path' => '',
- 'link_title' => 'Formulaires d\'adhésion',
- 'options' => array(
- 'attributes' => array(),
- 'identifier' => 'navigation_formulaires-dadhsion:http://www.materio.com/fr/node/11186/webform-results',
- ),
- 'module' => 'menu',
- 'hidden' => 1,
- 'external' => 1,
- 'has_children' => 0,
- 'expanded' => 0,
- 'weight' => -40,
- 'customized' => 1,
- 'language' => 'und',
- 'menu_links_customized' => 1,
- );
- // Exported menu link: navigation_frequently-asked-questions:faq-page.
- $menu_links['navigation_frequently-asked-questions:faq-page'] = array(
- 'menu_name' => 'navigation',
- 'link_path' => 'faq-page',
- 'router_path' => 'faq-page',
- 'link_title' => 'Frequently Asked Questions',
- 'options' => array(
- 'identifier' => 'navigation_frequently-asked-questions:faq-page',
- ),
- 'module' => 'system',
- 'hidden' => 1,
- 'external' => 0,
- 'has_children' => 0,
- 'expanded' => 0,
- 'weight' => -37,
- 'customized' => 1,
- 'language' => 'und',
- 'menu_links_customized' => 1,
- );
- // Exported menu link: navigation_gratuits:admin/users/gratuits.
- $menu_links['navigation_gratuits:admin/users/gratuits'] = array(
- 'menu_name' => 'navigation',
- 'link_path' => 'admin/users/gratuits',
- 'router_path' => 'admin/users/gratuits',
- 'link_title' => 'Gratuits',
- 'options' => array(
- 'identifier' => 'navigation_gratuits:admin/users/gratuits',
- ),
- 'module' => 'system',
- 'hidden' => 1,
- 'external' => 0,
- 'has_children' => 0,
- 'expanded' => 0,
- 'weight' => -41,
- 'customized' => 1,
- 'language' => 'und',
- 'menu_links_customized' => 1,
- 'parent_identifier' => 'navigation_users:admin/users',
- );
- // Exported menu link: navigation_industriels:admin/industriels.
- $menu_links['navigation_industriels:admin/industriels'] = array(
- 'menu_name' => 'navigation',
- 'link_path' => 'admin/industriels',
- 'router_path' => 'admin',
- 'link_title' => 'Industriels',
- 'options' => array(
- 'identifier' => 'navigation_industriels:admin/industriels',
- ),
- 'module' => 'system',
- 'hidden' => 1,
- 'external' => 0,
- 'has_children' => 0,
- 'expanded' => 0,
- 'weight' => -39,
- 'customized' => 1,
- 'language' => 'und',
- 'menu_links_customized' => 1,
- 'parent_identifier' => 'navigation_users:admin/users',
- );
- // Exported menu link: navigation_industriels:admin/users/industriels.
- $menu_links['navigation_industriels:admin/users/industriels'] = array(
- 'menu_name' => 'navigation',
- 'link_path' => 'admin/users/industriels',
- 'router_path' => 'admin/users/industriels',
- 'link_title' => 'Industriels',
- 'options' => array(
- 'identifier' => 'navigation_industriels:admin/users/industriels',
- ),
- 'module' => 'system',
- 'hidden' => 0,
- 'external' => 0,
- 'has_children' => 0,
- 'expanded' => 0,
- 'weight' => -49,
- 'customized' => 1,
- 'language' => 'und',
- 'menu_links_customized' => 1,
- 'parent_identifier' => 'navigation_users:admin/users',
- );
- // Exported menu link: navigation_ip-address-tracking:admin/reports/ip_tracking.
- $menu_links['navigation_ip-address-tracking:admin/reports/ip_tracking'] = array(
- 'menu_name' => 'navigation',
- 'link_path' => 'admin/reports/ip_tracking',
- 'router_path' => 'admin/reports/ip_tracking',
- 'link_title' => 'IP address tracking',
- 'options' => array(
- 'attributes' => array(
- 'title' => 'View IP addresses and the users associated with them.',
- ),
- 'identifier' => 'navigation_ip-address-tracking:admin/reports/ip_tracking',
- ),
- 'module' => 'system',
- 'hidden' => 0,
- 'external' => 0,
- 'has_children' => 0,
- 'expanded' => 0,
- 'weight' => -44,
- 'customized' => 1,
- 'language' => 'und',
- 'menu_links_customized' => 1,
- 'parent_identifier' => 'navigation_users:admin/users',
- );
- // Exported menu link: navigation_looping-embed-video:node/add/looping-embed-video.
- $menu_links['navigation_looping-embed-video:node/add/looping-embed-video'] = array(
- 'menu_name' => 'navigation',
- 'link_path' => 'node/add/looping-embed-video',
- 'router_path' => 'node/add/looping-embed-video',
- 'link_title' => 'looping embed video',
- 'options' => array(
- 'identifier' => 'navigation_looping-embed-video:node/add/looping-embed-video',
- ),
- 'module' => 'system',
- 'hidden' => 0,
- 'external' => 0,
- 'has_children' => 0,
- 'expanded' => 0,
- 'weight' => -41,
- 'customized' => 1,
- 'language' => 'und',
- 'menu_links_customized' => 1,
- 'parent_identifier' => 'navigation_add-content:node/add',
- );
- // Exported menu link: navigation_mandrill:admin/reports/mandrill.
- $menu_links['navigation_mandrill:admin/reports/mandrill'] = array(
- 'menu_name' => 'navigation',
- 'link_path' => 'admin/reports/mandrill',
- 'router_path' => 'admin/reports',
- 'link_title' => 'Mandrill',
- 'options' => array(
- 'attributes' => array(),
- 'identifier' => 'navigation_mandrill:admin/reports/mandrill',
- ),
- 'module' => 'menu',
- 'hidden' => 0,
- 'external' => 0,
- 'has_children' => 0,
- 'expanded' => 0,
- 'weight' => -35,
- 'customized' => 1,
- 'language' => 'und',
- 'menu_links_customized' => 1,
- );
- // Exported menu link: navigation_materiau:node/add/materiau.
- $menu_links['navigation_materiau:node/add/materiau'] = array(
- 'menu_name' => 'navigation',
- 'link_path' => 'node/add/materiau',
- 'router_path' => 'node/add/materiau',
- 'link_title' => 'Materiau',
- 'options' => array(
- 'identifier' => 'navigation_materiau:node/add/materiau',
- ),
- 'module' => 'system',
- 'hidden' => 0,
- 'external' => 0,
- 'has_children' => 0,
- 'expanded' => 0,
- 'weight' => -49,
- 'customized' => 1,
- 'language' => 'und',
- 'menu_links_customized' => 1,
- 'parent_identifier' => 'navigation_add-content:node/add',
- );
- // Exported menu link: navigation_members:admin/users/members.
- $menu_links['navigation_members:admin/users/members'] = array(
- 'menu_name' => 'navigation',
- 'link_path' => 'admin/users/members',
- 'router_path' => 'admin/users/members',
- 'link_title' => 'Members',
- 'options' => array(
- 'identifier' => 'navigation_members:admin/users/members',
- ),
- 'module' => 'system',
- 'hidden' => 1,
- 'external' => 0,
- 'has_children' => 0,
- 'expanded' => 0,
- 'weight' => -43,
- 'customized' => 1,
- 'language' => 'und',
- 'menu_links_customized' => 1,
- 'parent_identifier' => 'navigation_users:admin/users',
- );
- // Exported menu link: navigation_menus:admin/config/regional/translate/table/menu.
- $menu_links['navigation_menus: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(),
- 'identifier' => 'navigation_menus:admin/config/regional/translate/table/menu',
- ),
- 'module' => 'menu',
- 'hidden' => 0,
- 'external' => 0,
- 'has_children' => 0,
- 'expanded' => 0,
- 'weight' => -47,
- 'customized' => 1,
- 'language' => 'und',
- 'menu_links_customized' => 1,
- 'parent_identifier' => 'navigation_translation:admin/config/regional/translate/translate',
- );
- // Exported menu link: navigation_merge-duplicates:admin/structure/taxonomy/tag_libres/merge/duplicates.
- $menu_links['navigation_merge-duplicates:admin/structure/taxonomy/tag_libres/merge/duplicates'] = array(
- 'menu_name' => 'navigation',
- 'link_path' => 'admin/structure/taxonomy/tag_libres/merge/duplicates',
- 'router_path' => 'admin/structure/taxonomy/%/merge/duplicates',
- 'link_title' => 'Merge Duplicates',
- 'options' => array(
- 'attributes' => array(),
- 'item_attributes' => array(
- 'id' => '',
- 'class' => '',
- 'style' => '',
- ),
- 'identifier' => 'navigation_merge-duplicates:admin/structure/taxonomy/tag_libres/merge/duplicates',
- ),
- 'module' => 'menu',
- 'hidden' => 0,
- 'external' => 0,
- 'has_children' => 0,
- 'expanded' => 0,
- 'weight' => -48,
- 'customized' => 1,
- 'language' => 'und',
- 'menu_links_customized' => 1,
- 'parent_identifier' => 'navigation_taxonomy:admin/structure/taxonomie/admin-taxo',
- );
- // Exported menu link: navigation_my-sessions:mysessions.
- $menu_links['navigation_my-sessions:mysessions'] = array(
- 'menu_name' => 'navigation',
- 'link_path' => 'mysessions',
- 'router_path' => 'mysessions',
- 'link_title' => 'My sessions',
- 'options' => array(
- 'identifier' => 'navigation_my-sessions:mysessions',
- ),
- 'module' => 'system',
- 'hidden' => 1,
- 'external' => 0,
- 'has_children' => 0,
- 'expanded' => 0,
- 'weight' => -41,
- 'customized' => 1,
- 'language' => 'und',
- 'menu_links_customized' => 1,
- );
- // Exported menu link: navigation_newletters:admin/content/simplenews.
- $menu_links['navigation_newletters:admin/content/simplenews'] = array(
- 'menu_name' => 'navigation',
- 'link_path' => 'admin/content/simplenews',
- 'router_path' => 'admin/content/simplenews',
- 'link_title' => 'Newletters',
- 'options' => array(
- 'attributes' => array(),
- 'identifier' => 'navigation_newletters:admin/content/simplenews',
- ),
- 'module' => 'menu',
- 'hidden' => 0,
- 'external' => 0,
- 'has_children' => 0,
- 'expanded' => 0,
- 'weight' => -46,
- 'customized' => 1,
- 'language' => 'und',
- 'menu_links_customized' => 1,
- 'parent_identifier' => 'navigation_content:admin/content/materiaux',
- );
- // Exported menu link: navigation_node-export-import:node/add/node_export.
- $menu_links['navigation_node-export-import: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>.',
- ),
- 'identifier' => 'navigation_node-export-import:node/add/node_export',
- ),
- 'module' => 'system',
- 'hidden' => 0,
- 'external' => 0,
- 'has_children' => 0,
- 'expanded' => 0,
- 'weight' => -39,
- 'customized' => 1,
- 'language' => 'und',
- 'menu_links_customized' => 1,
- );
- // Exported menu link: navigation_onthologie:admin/structure/taxonomy/onthologie.
- $menu_links['navigation_onthologie:admin/structure/taxonomy/onthologie'] = array(
- 'menu_name' => 'navigation',
- 'link_path' => 'admin/structure/taxonomy/onthologie',
- 'router_path' => 'admin/structure/taxonomy/%',
- 'link_title' => 'Onthologie',
- 'options' => array(
- 'attributes' => array(),
- 'item_attributes' => array(
- 'id' => '',
- 'class' => '',
- 'style' => '',
- ),
- 'identifier' => 'navigation_onthologie:admin/structure/taxonomy/onthologie',
- ),
- 'module' => 'menu',
- 'hidden' => 0,
- 'external' => 0,
- 'has_children' => 0,
- 'expanded' => 0,
- 'weight' => -50,
- 'customized' => 1,
- 'language' => 'und',
- 'menu_links_customized' => 1,
- 'parent_identifier' => 'navigation_taxonomy:admin/structure/taxonomie/admin-taxo',
- );
- // Exported menu link: navigation_onthologie:admin/structure/taxonomy_manager/voc/onthologie.
- $menu_links['navigation_onthologie:admin/structure/taxonomy_manager/voc/onthologie'] = array(
- 'menu_name' => 'navigation',
- 'link_path' => 'admin/structure/taxonomy_manager/voc/onthologie',
- 'router_path' => 'admin/structure',
- 'link_title' => 'Onthologie',
- 'options' => array(
- 'attributes' => array(),
- 'identifier' => 'navigation_onthologie:admin/structure/taxonomy_manager/voc/onthologie',
- ),
- 'module' => 'menu',
- 'hidden' => 1,
- 'external' => 0,
- 'has_children' => 0,
- 'expanded' => 0,
- 'weight' => 0,
- 'customized' => 1,
- 'language' => 'und',
- 'menu_links_customized' => 1,
- 'parent_identifier' => 'navigation_taxonomy-manager:admin/structure/taxonomy_manager/voc',
- );
- // Exported menu link: navigation_orders:admin/store/orders/view.
- $menu_links['navigation_orders:admin/store/orders/view'] = array(
- 'menu_name' => 'navigation',
- 'link_path' => 'admin/store/orders/view',
- 'router_path' => 'admin/store/orders/view',
- 'link_title' => 'Orders',
- 'options' => array(
- 'attributes' => array(),
- 'identifier' => 'navigation_orders:admin/store/orders/view',
- ),
- 'module' => 'menu',
- 'hidden' => 0,
- 'external' => 0,
- 'has_children' => 0,
- 'expanded' => 0,
- 'weight' => -50,
- 'customized' => 1,
- 'language' => 'und',
- 'menu_links_customized' => 1,
- 'parent_identifier' => 'navigation_store:admin/store',
- );
- // Exported menu link: navigation_page:node/add/page.
- $menu_links['navigation_page: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',
- ),
- 'identifier' => 'navigation_page:node/add/page',
- ),
- 'module' => 'system',
- 'hidden' => 0,
- 'external' => 0,
- 'has_children' => 0,
- 'expanded' => 0,
- 'weight' => -46,
- 'customized' => 1,
- 'language' => 'und',
- 'menu_links_customized' => 1,
- 'parent_identifier' => 'navigation_add-content:node/add',
- );
- // Exported menu link: navigation_pages--didactique--faq:admin/content/pages.
- $menu_links['navigation_pages--didactique--faq: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(),
- 'identifier' => 'navigation_pages--didactique--faq:admin/content/pages',
- ),
- 'module' => 'menu',
- 'hidden' => 0,
- 'external' => 0,
- 'has_children' => 0,
- 'expanded' => 0,
- 'weight' => -47,
- 'customized' => 1,
- 'language' => 'und',
- 'menu_links_customized' => 1,
- 'parent_identifier' => 'navigation_content:admin/content/materiaux',
- );
- // Exported menu link: navigation_panneau:node/add/panel.
- $menu_links['navigation_panneau:node/add/panel'] = array(
- 'menu_name' => 'navigation',
- 'link_path' => 'node/add/panel',
- 'router_path' => 'node/add/panel',
- 'link_title' => 'Panneau',
- 'options' => array(
- 'attributes' => array(
- 'title' => 'Une mise en forme de panel divisée en lignes et colonnes.',
- ),
- 'identifier' => 'navigation_panneau:node/add/panel',
- ),
- 'module' => 'system',
- 'hidden' => 0,
- 'external' => 0,
- 'has_children' => 0,
- 'expanded' => 0,
- 'weight' => -36,
- 'customized' => 1,
- 'language' => 'und',
- 'menu_links_customized' => 1,
- );
- // Exported menu link: navigation_produit:node/add/product.
- $menu_links['navigation_produit:node/add/product'] = array(
- 'menu_name' => 'navigation',
- 'link_path' => 'node/add/product',
- 'router_path' => 'node/add/product',
- 'link_title' => 'Produit',
- 'options' => array(
- 'attributes' => array(
- 'title' => 'Utiliser les <em>produits</em> pour représenter les articles en vente sur le site web, incluant toute l\'information unique qui peut être attribuée à un numéro de modèle spécifique.',
- ),
- 'identifier' => 'navigation_produit:node/add/product',
- ),
- 'module' => 'system',
- 'hidden' => 0,
- 'external' => 0,
- 'has_children' => 0,
- 'expanded' => 0,
- 'weight' => -39,
- 'customized' => 1,
- 'language' => 'und',
- 'menu_links_customized' => 1,
- 'parent_identifier' => 'navigation_add-content:node/add',
- );
- // Exported menu link: navigation_publication:node/add/publication.
- $menu_links['navigation_publication:node/add/publication'] = array(
- 'menu_name' => 'navigation',
- 'link_path' => 'node/add/publication',
- 'router_path' => 'node/add/publication',
- 'link_title' => 'Publication',
- 'options' => array(
- 'identifier' => 'navigation_publication:node/add/publication',
- ),
- 'module' => 'system',
- 'hidden' => 0,
- 'external' => 0,
- 'has_children' => 0,
- 'expanded' => 0,
- 'weight' => -45,
- 'customized' => 1,
- 'language' => 'und',
- 'menu_links_customized' => 1,
- 'parent_identifier' => 'navigation_add-content:node/add',
- );
- // Exported menu link: navigation_reports:admin/store/reports.
- $menu_links['navigation_reports:admin/store/reports'] = array(
- 'menu_name' => 'navigation',
- 'link_path' => 'admin/store/reports',
- 'router_path' => 'admin/store/reports',
- 'link_title' => 'Reports',
- 'options' => array(
- 'attributes' => array(),
- 'identifier' => 'navigation_reports:admin/store/reports',
- ),
- 'module' => 'menu',
- 'hidden' => 0,
- 'external' => 0,
- 'has_children' => 0,
- 'expanded' => 0,
- 'weight' => -48,
- 'customized' => 1,
- 'language' => 'und',
- 'menu_links_customized' => 1,
- 'parent_identifier' => 'navigation_store:admin/store',
- );
- // Exported menu link: navigation_shopping-cart:cart.
- $menu_links['navigation_shopping-cart: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.',
- ),
- 'identifier' => 'navigation_shopping-cart:cart',
- ),
- 'module' => 'system',
- 'hidden' => 1,
- 'external' => 0,
- 'has_children' => 0,
- 'expanded' => 0,
- 'weight' => -38,
- 'customized' => 1,
- 'language' => 'und',
- 'menu_links_customized' => 1,
- );
- // Exported menu link: navigation_showrooms:admin/content/showrooms.
- $menu_links['navigation_showrooms:admin/content/showrooms'] = array(
- 'menu_name' => 'navigation',
- 'link_path' => 'admin/content/showrooms',
- 'router_path' => 'admin/content/showrooms',
- 'link_title' => 'Showrooms',
- 'options' => array(
- 'attributes' => array(),
- 'item_attributes' => array(
- 'id' => '',
- 'class' => '',
- 'style' => '',
- ),
- 'identifier' => 'navigation_showrooms:admin/content/showrooms',
- ),
- 'module' => 'menu',
- 'hidden' => 0,
- 'external' => 0,
- 'has_children' => 0,
- 'expanded' => 1,
- 'weight' => -49,
- 'customized' => 1,
- 'language' => 'und',
- 'menu_links_customized' => 1,
- 'parent_identifier' => 'navigation_content:admin/content/materiaux',
- );
- // Exported menu link: navigation_simplenews-newsletter:node/add/simplenews.
- $menu_links['navigation_simplenews-newsletter:node/add/simplenews'] = array(
- 'menu_name' => 'navigation',
- 'link_path' => 'node/add/simplenews',
- 'router_path' => 'node/add/simplenews',
- 'link_title' => 'Simplenews newsletter',
- 'options' => array(
- 'attributes' => array(
- 'title' => 'A newsletter issue to be sent to subscribed email addresses.',
- ),
- 'identifier' => 'navigation_simplenews-newsletter:node/add/simplenews',
- ),
- 'module' => 'system',
- 'hidden' => 0,
- 'external' => 0,
- 'has_children' => 1,
- 'expanded' => 0,
- 'weight' => -47,
- 'customized' => 1,
- 'language' => 'und',
- 'menu_links_customized' => 1,
- 'parent_identifier' => 'navigation_add-content:node/add',
- );
- // Exported menu link: navigation_store:admin/store.
- $menu_links['navigation_store:admin/store'] = array(
- 'menu_name' => 'navigation',
- 'link_path' => 'admin/store',
- 'router_path' => 'admin/store',
- 'link_title' => 'Store',
- 'options' => array(
- 'identifier' => 'navigation_store:admin/store',
- 'attributes' => array(),
- 'item_attributes' => array(
- 'id' => '',
- 'class' => '',
- 'style' => '',
- ),
- ),
- 'module' => 'menu',
- 'hidden' => 0,
- 'external' => 0,
- 'has_children' => 1,
- 'expanded' => 0,
- 'weight' => -43,
- 'customized' => 1,
- 'language' => 'und',
- 'menu_links_customized' => 1,
- );
- // Exported menu link: navigation_strings-search:admin/config/regional/translate/translate.
- $menu_links['navigation_strings-search: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(),
- 'identifier' => 'navigation_strings-search:admin/config/regional/translate/translate',
- ),
- 'module' => 'menu',
- 'hidden' => 0,
- 'external' => 0,
- 'has_children' => 0,
- 'expanded' => 0,
- 'weight' => -50,
- 'customized' => 1,
- 'language' => 'und',
- 'menu_links_customized' => 1,
- 'parent_identifier' => 'navigation_translation:admin/config/regional/translate/translate',
- );
- // Exported menu link: navigation_students:admin/students.
- $menu_links['navigation_students:admin/students'] = array(
- 'menu_name' => 'navigation',
- 'link_path' => 'admin/students',
- 'router_path' => 'admin',
- 'link_title' => 'Students',
- 'options' => array(
- 'identifier' => 'navigation_students:admin/students',
- ),
- 'module' => 'system',
- 'hidden' => 1,
- 'external' => 0,
- 'has_children' => 0,
- 'expanded' => 0,
- 'weight' => -40,
- 'customized' => 1,
- 'language' => 'und',
- 'menu_links_customized' => 1,
- 'parent_identifier' => 'navigation_users:admin/users',
- );
- // Exported menu link: navigation_students:admin/users/students.
- $menu_links['navigation_students:admin/users/students'] = array(
- 'menu_name' => 'navigation',
- 'link_path' => 'admin/users/students',
- 'router_path' => 'admin/users/students',
- 'link_title' => 'Students',
- 'options' => array(
- 'identifier' => 'navigation_students:admin/users/students',
- ),
- 'module' => 'system',
- 'hidden' => 1,
- 'external' => 0,
- 'has_children' => 0,
- 'expanded' => 0,
- 'weight' => -42,
- 'customized' => 1,
- 'language' => 'und',
- 'menu_links_customized' => 1,
- 'parent_identifier' => 'navigation_users:admin/users',
- );
- // Exported menu link: navigation_subscriptions-newsletter:admin/people/simplenews.
- $menu_links['navigation_subscriptions-newsletter:admin/people/simplenews'] = array(
- 'menu_name' => 'navigation',
- 'link_path' => 'admin/people/simplenews',
- 'router_path' => 'admin/people/simplenews',
- 'link_title' => 'Subscriptions newsletter',
- 'options' => array(
- 'attributes' => array(),
- 'identifier' => 'navigation_subscriptions-newsletter:admin/people/simplenews',
- ),
- 'module' => 'menu',
- 'hidden' => 0,
- 'external' => 0,
- 'has_children' => 0,
- 'expanded' => 0,
- 'weight' => -47,
- 'customized' => 1,
- 'language' => 'und',
- 'menu_links_customized' => 1,
- 'parent_identifier' => 'navigation_users:admin/users',
- );
- // Exported menu link: navigation_tag-libres:admin/structure/taxonomy/tag_libres.
- $menu_links['navigation_tag-libres:admin/structure/taxonomy/tag_libres'] = array(
- 'menu_name' => 'navigation',
- 'link_path' => 'admin/structure/taxonomy/tag_libres',
- 'router_path' => 'admin/structure/taxonomy/%',
- 'link_title' => 'Tag libres',
- 'options' => array(
- 'attributes' => array(),
- 'item_attributes' => array(
- 'id' => '',
- 'class' => '',
- 'style' => '',
- ),
- 'identifier' => 'navigation_tag-libres:admin/structure/taxonomy/tag_libres',
- ),
- 'module' => 'menu',
- 'hidden' => 0,
- 'external' => 0,
- 'has_children' => 0,
- 'expanded' => 0,
- 'weight' => -49,
- 'customized' => 1,
- 'language' => 'und',
- 'menu_links_customized' => 1,
- 'parent_identifier' => 'navigation_taxonomy:admin/structure/taxonomie/admin-taxo',
- );
- // Exported menu link: navigation_tag-libres:admin/structure/taxonomy_manager/voc/tag_libres.
- $menu_links['navigation_tag-libres:admin/structure/taxonomy_manager/voc/tag_libres'] = array(
- 'menu_name' => 'navigation',
- 'link_path' => 'admin/structure/taxonomy_manager/voc/tag_libres',
- 'router_path' => 'admin/structure',
- 'link_title' => 'Tag Libres',
- 'options' => array(
- 'attributes' => array(),
- 'identifier' => 'navigation_tag-libres:admin/structure/taxonomy_manager/voc/tag_libres',
- ),
- 'module' => 'menu',
- 'hidden' => 1,
- 'external' => 0,
- 'has_children' => 0,
- 'expanded' => 0,
- 'weight' => 8,
- 'customized' => 1,
- 'language' => 'und',
- 'menu_links_customized' => 1,
- 'parent_identifier' => 'navigation_taxonomy-manager:admin/structure/taxonomy_manager/voc',
- );
- // Exported menu link: navigation_taxonomy-manager:admin/structure/taxonomy_manager/voc.
- $menu_links['navigation_taxonomy-manager:admin/structure/taxonomy_manager/voc'] = array(
- 'menu_name' => 'navigation',
- 'link_path' => 'admin/structure/taxonomy_manager/voc',
- 'router_path' => 'admin/structure',
- 'link_title' => 'Taxonomy (manager)',
- 'options' => array(
- 'identifier' => 'navigation_taxonomy-manager:admin/structure/taxonomy_manager/voc',
- 'attributes' => array(),
- 'item_attributes' => array(
- 'id' => '',
- 'class' => '',
- 'style' => '',
- ),
- ),
- 'module' => 'menu',
- 'hidden' => 1,
- 'external' => 0,
- 'has_children' => 0,
- 'expanded' => 0,
- 'weight' => -47,
- 'customized' => 1,
- 'language' => 'und',
- 'menu_links_customized' => 1,
- 'parent_identifier' => 'navigation_taxonomy:admin/structure/taxonomie/admin-taxo',
- );
- // Exported menu link: navigation_taxonomy:admin/config/regional/translate/table/taxonomy.
- $menu_links['navigation_taxonomy: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(),
- 'identifier' => 'navigation_taxonomy:admin/config/regional/translate/table/taxonomy',
- ),
- 'module' => 'menu',
- 'hidden' => 1,
- 'external' => 0,
- 'has_children' => 0,
- 'expanded' => 0,
- 'weight' => -46,
- 'customized' => 1,
- 'language' => 'und',
- 'menu_links_customized' => 1,
- 'parent_identifier' => 'navigation_translation:admin/config/regional/translate/translate',
- );
- // Exported menu link: navigation_taxonomy:admin/structure/taxonomie/admin-taxo.
- $menu_links['navigation_taxonomy:admin/structure/taxonomie/admin-taxo'] = array(
- 'menu_name' => 'navigation',
- 'link_path' => 'admin/structure/taxonomie/admin-taxo',
- 'router_path' => 'admin/structure/taxonomie/admin-taxo',
- 'link_title' => 'Taxonomy',
- 'options' => array(
- 'attributes' => array(),
- 'item_attributes' => array(
- 'id' => '',
- 'class' => '',
- 'style' => '',
- ),
- 'identifier' => 'navigation_taxonomy:admin/structure/taxonomie/admin-taxo',
- ),
- 'module' => 'menu',
- 'hidden' => 0,
- 'external' => 0,
- 'has_children' => 1,
- 'expanded' => 1,
- 'weight' => -48,
- 'customized' => 1,
- 'language' => 'und',
- 'menu_links_customized' => 1,
- );
- // Exported menu link: navigation_user-account:user.
- $menu_links['navigation_user-account:user'] = array(
- 'menu_name' => 'navigation',
- 'link_path' => 'user',
- 'router_path' => 'user',
- 'link_title' => 'User account',
- 'options' => array(
- 'alter' => TRUE,
- 'attributes' => array(),
- 'identifier' => 'navigation_user-account:user',
- ),
- 'module' => 'system',
- 'hidden' => 1,
- 'external' => 0,
- 'has_children' => 0,
- 'expanded' => 0,
- 'weight' => -50,
- 'customized' => 1,
- 'language' => 'und',
- 'menu_links_customized' => 1,
- );
- // Exported menu link: navigation_users:admin/users.
- $menu_links['navigation_users:admin/users'] = array(
- 'menu_name' => 'navigation',
- 'link_path' => 'admin/users',
- 'router_path' => 'admin/users',
- 'link_title' => 'Users',
- 'options' => array(
- 'identifier' => 'navigation_users:admin/users',
- 'attributes' => array(),
- 'item_attributes' => array(
- 'id' => '',
- 'class' => '',
- 'style' => '',
- ),
- ),
- 'module' => 'menu',
- 'hidden' => 0,
- 'external' => 0,
- 'has_children' => 1,
- 'expanded' => 1,
- 'weight' => -44,
- 'customized' => 1,
- 'language' => 'und',
- 'menu_links_customized' => 1,
- );
- // Exported menu link: navigation_webform:node/add/webform.
- $menu_links['navigation_webform: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.',
- ),
- 'identifier' => 'navigation_webform:node/add/webform',
- ),
- 'module' => 'system',
- 'hidden' => 0,
- 'external' => 0,
- 'has_children' => 0,
- 'expanded' => 0,
- 'weight' => -40,
- 'customized' => 1,
- 'language' => 'und',
- 'menu_links_customized' => 1,
- 'parent_identifier' => 'navigation_add-content:node/add',
- );
- // Translatables
- // Included for use with string extractors like potx.
- t('Add content');
- t('Add user');
- t('Adhésions');
- t('Ajouter un tag libre');
- t('Breve');
- t('Companies');
- t('Company');
- t('Compose tips');
- t('Content types');
- t('Didactique');
- t('Duplicate mails');
- t('Duplicates');
- t('FAQ');
- t('Feedback');
- t('Formulaires d\'adhésion');
- t('Frequently Asked Questions');
- t('Gratuits');
- t('IP address tracking');
- t('Industriels');
- t('Mandrill');
- t('Materiau');
- t('Members');
- t('Menus');
- t('Merge Duplicates');
- t('My sessions');
- t('Newletters');
- t('Node export: import');
- t('Onthologie');
- t('Orders');
- t('Page');
- t('Pages / didactique / faq');
- t('Panneau');
- t('Produit');
- t('Publication');
- t('Reports');
- t('Shopping cart');
- t('Showrooms');
- t('Simplenews newsletter');
- t('Store');
- t('Strings search');
- t('Students');
- t('Subscriptions newsletter');
- t('Tag Libres');
- t('Tag libres');
- t('Taxonomy');
- t('Taxonomy (manager)');
- t('User account');
- t('Users');
- t('Webform');
- t('customers');
- t('looping embed video');
- return $menu_links;
- }
|