1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324 |
- <?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/table',
- );
- // 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/duplicatemails',
- '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/table',
- );
- // 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' => -45,
- 'customized' => 1,
- 'language' => 'und',
- 'menu_links_customized' => 1,
- 'parent_identifier' => 'navigation_translation:admin/config/regional/translate/table',
- );
- // 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/table',
- );
- // 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('Showroom');
- 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;
- }
|