materio_administration.features.menu_links.inc 46 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387
  1. <?php
  2. /**
  3. * @file
  4. * materio_administration.features.menu_links.inc
  5. */
  6. /**
  7. * Implements hook_menu_default_menu_links().
  8. */
  9. function materio_administration_menu_default_menu_links() {
  10. $menu_links = array();
  11. // Exported menu link: navigation_:materio_search_api_ajax/actuality.
  12. $menu_links['navigation_:materio_search_api_ajax/actuality'] = array(
  13. 'menu_name' => 'navigation',
  14. 'link_path' => 'materio_search_api_ajax/actuality',
  15. 'router_path' => 'materio_search_api_ajax/actuality',
  16. 'link_title' => '',
  17. 'options' => array(
  18. 'identifier' => 'navigation_:materio_search_api_ajax/actuality',
  19. ),
  20. 'module' => 'system',
  21. 'hidden' => 1,
  22. 'external' => 0,
  23. 'has_children' => 0,
  24. 'expanded' => 0,
  25. 'weight' => -37,
  26. 'customized' => 1,
  27. 'language' => 'und',
  28. 'menu_links_customized' => 1,
  29. );
  30. // Exported menu link: navigation_:print/print.
  31. $menu_links['navigation_:print/print'] = array(
  32. 'menu_name' => 'navigation',
  33. 'link_path' => 'print/print',
  34. 'router_path' => 'print/print',
  35. 'link_title' => '',
  36. 'options' => array(
  37. 'identifier' => 'navigation_:print/print',
  38. ),
  39. 'module' => 'system',
  40. 'hidden' => 0,
  41. 'external' => 0,
  42. 'has_children' => 0,
  43. 'expanded' => 0,
  44. 'weight' => 0,
  45. 'customized' => 0,
  46. 'language' => 'und',
  47. 'menu_links_customized' => 0,
  48. );
  49. // Exported menu link: navigation_add-content:node/add.
  50. $menu_links['navigation_add-content:node/add'] = array(
  51. 'menu_name' => 'navigation',
  52. 'link_path' => 'node/add',
  53. 'router_path' => 'node/add',
  54. 'link_title' => 'Add content',
  55. 'options' => array(
  56. 'identifier' => 'navigation_add-content:node/add',
  57. ),
  58. 'module' => 'system',
  59. 'hidden' => 0,
  60. 'external' => 0,
  61. 'has_children' => 1,
  62. 'expanded' => 0,
  63. 'weight' => -46,
  64. 'customized' => 1,
  65. 'language' => 'und',
  66. 'menu_links_customized' => 1,
  67. 'parent_identifier' => 'navigation_content:admin/content/materiaux',
  68. );
  69. // Exported menu link: navigation_add-user:admin/people/create.
  70. $menu_links['navigation_add-user:admin/people/create'] = array(
  71. 'menu_name' => 'navigation',
  72. 'link_path' => 'admin/people/create',
  73. 'router_path' => 'admin/people/create',
  74. 'link_title' => 'Add user',
  75. 'options' => array(
  76. 'attributes' => array(),
  77. 'identifier' => 'navigation_add-user:admin/people/create',
  78. ),
  79. 'module' => 'menu',
  80. 'hidden' => 0,
  81. 'external' => 0,
  82. 'has_children' => 0,
  83. 'expanded' => 0,
  84. 'weight' => -44,
  85. 'customized' => 1,
  86. 'language' => 'und',
  87. 'menu_links_customized' => 1,
  88. 'parent_identifier' => 'navigation_users:https://materio.com/en/admin/users?rid=6',
  89. );
  90. // Exported menu link: navigation_adhsions:node/11186/webform-results.
  91. $menu_links['navigation_adhsions:node/11186/webform-results'] = array(
  92. 'menu_name' => 'navigation',
  93. 'link_path' => 'node/11186/webform-results',
  94. 'router_path' => 'node/%/webform-results',
  95. 'link_title' => 'Adhésions',
  96. 'options' => array(
  97. 'attributes' => array(),
  98. 'identifier' => 'navigation_adhsions:node/11186/webform-results',
  99. ),
  100. 'module' => 'menu',
  101. 'hidden' => 0,
  102. 'external' => 0,
  103. 'has_children' => 0,
  104. 'expanded' => 0,
  105. 'weight' => -43,
  106. 'customized' => 1,
  107. 'language' => 'und',
  108. 'menu_links_customized' => 1,
  109. 'parent_identifier' => 'navigation_users:https://materio.com/en/admin/users?rid=6',
  110. );
  111. // Exported menu link: navigation_ajouter-un-tag-libre:http://dev.materio.com/fr/admin/structure/taxonomy/tag_libres/add.
  112. $menu_links['navigation_ajouter-un-tag-libre:http://dev.materio.com/fr/admin/structure/taxonomy/tag_libres/add'] = array(
  113. 'menu_name' => 'navigation',
  114. 'link_path' => 'http://dev.materio.com/fr/admin/structure/taxonomy/tag_libres/add',
  115. 'router_path' => '',
  116. 'link_title' => 'Ajouter un tag libre',
  117. 'options' => array(
  118. 'attributes' => array(),
  119. 'identifier' => 'navigation_ajouter-un-tag-libre:http://dev.materio.com/fr/admin/structure/taxonomy/tag_libres/add',
  120. ),
  121. 'module' => 'menu',
  122. 'hidden' => 1,
  123. 'external' => 1,
  124. 'has_children' => 0,
  125. 'expanded' => 0,
  126. 'weight' => -50,
  127. 'customized' => 1,
  128. 'language' => 'und',
  129. 'menu_links_customized' => 1,
  130. 'parent_identifier' => 'navigation_tag-libres:admin/structure/taxonomy_manager/voc/tag_libres',
  131. );
  132. // Exported menu link: navigation_breve:node/add/breve.
  133. $menu_links['navigation_breve:node/add/breve'] = array(
  134. 'menu_name' => 'navigation',
  135. 'link_path' => 'node/add/breve',
  136. 'router_path' => 'node/add/breve',
  137. 'link_title' => 'Breve',
  138. 'options' => array(
  139. 'identifier' => 'navigation_breve:node/add/breve',
  140. ),
  141. 'module' => 'system',
  142. 'hidden' => 0,
  143. 'external' => 0,
  144. 'has_children' => 0,
  145. 'expanded' => 0,
  146. 'weight' => -50,
  147. 'customized' => 1,
  148. 'language' => 'und',
  149. 'menu_links_customized' => 1,
  150. 'parent_identifier' => 'navigation_add-content:node/add',
  151. );
  152. // Exported menu link: navigation_companies:admin/content/companies.
  153. $menu_links['navigation_companies:admin/content/companies'] = array(
  154. 'menu_name' => 'navigation',
  155. 'link_path' => 'admin/content/companies',
  156. 'router_path' => 'admin/content/companies',
  157. 'link_title' => 'Companies',
  158. 'options' => array(
  159. 'attributes' => array(),
  160. 'identifier' => 'navigation_companies:admin/content/companies',
  161. ),
  162. 'module' => 'menu',
  163. 'hidden' => 0,
  164. 'external' => 0,
  165. 'has_children' => 0,
  166. 'expanded' => 0,
  167. 'weight' => -49,
  168. 'customized' => 0,
  169. 'language' => 'und',
  170. 'menu_links_customized' => 0,
  171. 'parent_identifier' => 'navigation_content:admin/content/materiaux',
  172. );
  173. // Exported menu link: navigation_company:admin/structure/taxonomy_manager/voc/company.
  174. $menu_links['navigation_company:admin/structure/taxonomy_manager/voc/company'] = array(
  175. 'menu_name' => 'navigation',
  176. 'link_path' => 'admin/structure/taxonomy_manager/voc/company',
  177. 'router_path' => 'admin/structure',
  178. 'link_title' => 'Company',
  179. 'options' => array(
  180. 'attributes' => array(),
  181. 'identifier' => 'navigation_company:admin/structure/taxonomy_manager/voc/company',
  182. ),
  183. 'module' => 'menu',
  184. 'hidden' => 1,
  185. 'external' => 0,
  186. 'has_children' => 0,
  187. 'expanded' => 0,
  188. 'weight' => 9,
  189. 'customized' => 1,
  190. 'language' => 'und',
  191. 'menu_links_customized' => 1,
  192. 'parent_identifier' => 'navigation_taxonomy-manager:admin/structure/taxonomy_manager/voc',
  193. );
  194. // Exported menu link: navigation_company:node/add/company.
  195. $menu_links['navigation_company:node/add/company'] = array(
  196. 'menu_name' => 'navigation',
  197. 'link_path' => 'node/add/company',
  198. 'router_path' => 'node/add/company',
  199. 'link_title' => 'Company',
  200. 'options' => array(
  201. 'identifier' => 'navigation_company:node/add/company',
  202. ),
  203. 'module' => 'system',
  204. 'hidden' => 0,
  205. 'external' => 0,
  206. 'has_children' => 0,
  207. 'expanded' => 0,
  208. 'weight' => -49,
  209. 'customized' => 1,
  210. 'language' => 'und',
  211. 'menu_links_customized' => 1,
  212. 'parent_identifier' => 'navigation_add-content:node/add',
  213. );
  214. // Exported menu link: navigation_compose-tips:filter/tips.
  215. $menu_links['navigation_compose-tips:filter/tips'] = array(
  216. 'menu_name' => 'navigation',
  217. 'link_path' => 'filter/tips',
  218. 'router_path' => 'filter/tips',
  219. 'link_title' => 'Compose tips',
  220. 'options' => array(
  221. 'identifier' => 'navigation_compose-tips:filter/tips',
  222. ),
  223. 'module' => 'system',
  224. 'hidden' => 1,
  225. 'external' => 0,
  226. 'has_children' => 1,
  227. 'expanded' => 0,
  228. 'weight' => -44,
  229. 'customized' => 1,
  230. 'language' => 'und',
  231. 'menu_links_customized' => 1,
  232. );
  233. // Exported menu link: navigation_content-types:admin/config/regional/translate/table/nodetype.
  234. $menu_links['navigation_content-types:admin/config/regional/translate/table/nodetype'] = array(
  235. 'menu_name' => 'navigation',
  236. 'link_path' => 'admin/config/regional/translate/table/nodetype',
  237. 'router_path' => 'admin/config/regional/translate/table/nodetype',
  238. 'link_title' => 'Content types',
  239. 'options' => array(
  240. 'attributes' => array(),
  241. 'identifier' => 'navigation_content-types:admin/config/regional/translate/table/nodetype',
  242. ),
  243. 'module' => 'menu',
  244. 'hidden' => 0,
  245. 'external' => 0,
  246. 'has_children' => 0,
  247. 'expanded' => 0,
  248. 'weight' => -48,
  249. 'customized' => 1,
  250. 'language' => 'und',
  251. 'menu_links_customized' => 1,
  252. 'parent_identifier' => 'navigation_translation:admin/config/regional/translate/table',
  253. );
  254. // Exported menu link: navigation_customers:http://www.materio.com/fr/admin/store/customers.
  255. $menu_links['navigation_customers:http://www.materio.com/fr/admin/store/customers'] = array(
  256. 'menu_name' => 'navigation',
  257. 'link_path' => 'http://www.materio.com/fr/admin/store/customers',
  258. 'router_path' => '',
  259. 'link_title' => 'customers',
  260. 'options' => array(
  261. 'attributes' => array(),
  262. 'identifier' => 'navigation_customers:http://www.materio.com/fr/admin/store/customers',
  263. ),
  264. 'module' => 'menu',
  265. 'hidden' => 0,
  266. 'external' => 1,
  267. 'has_children' => 0,
  268. 'expanded' => 0,
  269. 'weight' => 1,
  270. 'customized' => 1,
  271. 'language' => 'und',
  272. 'menu_links_customized' => 1,
  273. 'parent_identifier' => 'navigation_store:http://www.materio.com/fr/admin/store',
  274. );
  275. // Exported menu link: navigation_didactique:node/add/didactique.
  276. $menu_links['navigation_didactique:node/add/didactique'] = array(
  277. 'menu_name' => 'navigation',
  278. 'link_path' => 'node/add/didactique',
  279. 'router_path' => 'node/add/didactique',
  280. 'link_title' => 'Didactique',
  281. 'options' => array(
  282. 'attributes' => array(
  283. 'title' => 'Nœud didacticiel',
  284. ),
  285. 'identifier' => 'navigation_didactique:node/add/didactique',
  286. ),
  287. 'module' => 'system',
  288. 'hidden' => 0,
  289. 'external' => 0,
  290. 'has_children' => 0,
  291. 'expanded' => 0,
  292. 'weight' => -48,
  293. 'customized' => 1,
  294. 'language' => 'und',
  295. 'menu_links_customized' => 1,
  296. 'parent_identifier' => 'navigation_add-content:node/add',
  297. );
  298. // Exported menu link: navigation_duplicate-mails:admin/users/duplicatemails.
  299. $menu_links['navigation_duplicate-mails:admin/users/duplicatemails'] = array(
  300. 'menu_name' => 'navigation',
  301. 'link_path' => 'admin/users/duplicatemails',
  302. 'router_path' => 'admin/users/duplicatemails',
  303. 'link_title' => 'Duplicate mails',
  304. 'options' => array(
  305. 'attributes' => array(),
  306. 'item_attributes' => array(
  307. 'id' => '',
  308. 'class' => '',
  309. 'style' => '',
  310. ),
  311. 'identifier' => 'navigation_duplicate-mails:admin/users/duplicatemails',
  312. ),
  313. 'module' => 'menu',
  314. 'hidden' => 0,
  315. 'external' => 0,
  316. 'has_children' => 0,
  317. 'expanded' => 0,
  318. 'weight' => -39,
  319. 'customized' => 1,
  320. 'language' => 'und',
  321. 'menu_links_customized' => 1,
  322. 'parent_identifier' => 'navigation_users:https://materio.com/en/admin/users?rid=6',
  323. );
  324. // Exported menu link: navigation_duplicates:admin/config/content/remove_duplicates.
  325. $menu_links['navigation_duplicates:admin/config/content/remove_duplicates'] = array(
  326. 'menu_name' => 'navigation',
  327. 'link_path' => 'admin/config/content/remove_duplicates',
  328. 'router_path' => 'admin/config/content/remove_duplicates',
  329. 'link_title' => 'Duplicates',
  330. 'options' => array(
  331. 'attributes' => array(),
  332. 'item_attributes' => array(
  333. 'id' => '',
  334. 'class' => '',
  335. 'style' => '',
  336. ),
  337. 'identifier' => 'navigation_duplicates:admin/config/content/remove_duplicates',
  338. ),
  339. 'module' => 'menu',
  340. 'hidden' => 0,
  341. 'external' => 0,
  342. 'has_children' => 0,
  343. 'expanded' => 0,
  344. 'weight' => 0,
  345. 'customized' => 1,
  346. 'language' => 'und',
  347. 'menu_links_customized' => 1,
  348. 'parent_identifier' => 'navigation_content:admin/content/materiaux',
  349. );
  350. // Exported menu link: navigation_faq:node/add/faq.
  351. $menu_links['navigation_faq:node/add/faq'] = array(
  352. 'menu_name' => 'navigation',
  353. 'link_path' => 'node/add/faq',
  354. 'router_path' => 'node/add/faq',
  355. 'link_title' => 'FAQ',
  356. 'options' => array(
  357. 'attributes' => array(
  358. 'title' => 'A frequently asked question and its answer.',
  359. ),
  360. 'identifier' => 'navigation_faq:node/add/faq',
  361. ),
  362. 'module' => 'system',
  363. 'hidden' => 0,
  364. 'external' => 0,
  365. 'has_children' => 0,
  366. 'expanded' => 0,
  367. 'weight' => -47,
  368. 'customized' => 1,
  369. 'language' => 'und',
  370. 'menu_links_customized' => 1,
  371. 'parent_identifier' => 'navigation_add-content:node/add',
  372. );
  373. // Exported menu link: navigation_feedback:admin/reports/feedback.
  374. $menu_links['navigation_feedback:admin/reports/feedback'] = array(
  375. 'menu_name' => 'navigation',
  376. 'link_path' => 'admin/reports/feedback',
  377. 'router_path' => 'admin/reports/feedback',
  378. 'link_title' => 'Feedback',
  379. 'options' => array(
  380. 'identifier' => 'navigation_feedback:admin/reports/feedback',
  381. 'attributes' => array(),
  382. 'item_attributes' => array(
  383. 'id' => '',
  384. 'class' => '',
  385. 'style' => '',
  386. ),
  387. ),
  388. 'module' => 'menu',
  389. 'hidden' => 0,
  390. 'external' => 0,
  391. 'has_children' => 0,
  392. 'expanded' => 0,
  393. 'weight' => -40,
  394. 'customized' => 1,
  395. 'language' => 'und',
  396. 'menu_links_customized' => 1,
  397. 'parent_identifier' => 'navigation_users:https://materio.com/en/admin/users?rid=6',
  398. );
  399. // Exported menu link: navigation_formulaires-dadhsion:http://www.materio.com/fr/node/11186/webform-results.
  400. $menu_links['navigation_formulaires-dadhsion:http://www.materio.com/fr/node/11186/webform-results'] = array(
  401. 'menu_name' => 'navigation',
  402. 'link_path' => 'http://www.materio.com/fr/node/11186/webform-results',
  403. 'router_path' => '',
  404. 'link_title' => 'Formulaires d\'adhésion',
  405. 'options' => array(
  406. 'attributes' => array(),
  407. 'identifier' => 'navigation_formulaires-dadhsion:http://www.materio.com/fr/node/11186/webform-results',
  408. ),
  409. 'module' => 'menu',
  410. 'hidden' => 1,
  411. 'external' => 1,
  412. 'has_children' => 0,
  413. 'expanded' => 0,
  414. 'weight' => -42,
  415. 'customized' => 1,
  416. 'language' => 'und',
  417. 'menu_links_customized' => 1,
  418. 'parent_identifier' => 'navigation_users:https://materio.com/en/admin/users?rid=6',
  419. );
  420. // Exported menu link: navigation_frequently-asked-questions:faq-page.
  421. $menu_links['navigation_frequently-asked-questions:faq-page'] = array(
  422. 'menu_name' => 'navigation',
  423. 'link_path' => 'faq-page',
  424. 'router_path' => 'faq-page',
  425. 'link_title' => 'Frequently Asked Questions',
  426. 'options' => array(
  427. 'identifier' => 'navigation_frequently-asked-questions:faq-page',
  428. ),
  429. 'module' => 'system',
  430. 'hidden' => 1,
  431. 'external' => 0,
  432. 'has_children' => 0,
  433. 'expanded' => 0,
  434. 'weight' => -41,
  435. 'customized' => 1,
  436. 'language' => 'und',
  437. 'menu_links_customized' => 1,
  438. );
  439. // Exported menu link: navigation_gratuits:admin/users/gratuits.
  440. $menu_links['navigation_gratuits:admin/users/gratuits'] = array(
  441. 'menu_name' => 'navigation',
  442. 'link_path' => 'admin/users/gratuits',
  443. 'router_path' => 'admin/users/gratuits',
  444. 'link_title' => 'Gratuits',
  445. 'options' => array(
  446. 'identifier' => 'navigation_gratuits:admin/users/gratuits',
  447. ),
  448. 'module' => 'system',
  449. 'hidden' => 1,
  450. 'external' => 0,
  451. 'has_children' => 0,
  452. 'expanded' => 0,
  453. 'weight' => -47,
  454. 'customized' => 1,
  455. 'language' => 'und',
  456. 'menu_links_customized' => 1,
  457. 'parent_identifier' => 'navigation_users:https://materio.com/en/admin/users?rid=6',
  458. );
  459. // Exported menu link: navigation_industriels:admin/industriels.
  460. $menu_links['navigation_industriels:admin/industriels'] = array(
  461. 'menu_name' => 'navigation',
  462. 'link_path' => 'admin/industriels',
  463. 'router_path' => 'admin',
  464. 'link_title' => 'Industriels',
  465. 'options' => array(
  466. 'identifier' => 'navigation_industriels:admin/industriels',
  467. ),
  468. 'module' => 'system',
  469. 'hidden' => 1,
  470. 'external' => 0,
  471. 'has_children' => 0,
  472. 'expanded' => 0,
  473. 'weight' => -45,
  474. 'customized' => 1,
  475. 'language' => 'und',
  476. 'menu_links_customized' => 1,
  477. 'parent_identifier' => 'navigation_users:https://materio.com/en/admin/users?rid=6',
  478. );
  479. // Exported menu link: navigation_industriels:admin/users/industriels.
  480. $menu_links['navigation_industriels:admin/users/industriels'] = array(
  481. 'menu_name' => 'navigation',
  482. 'link_path' => 'admin/users/industriels',
  483. 'router_path' => 'admin/users/industriels',
  484. 'link_title' => 'Industriels',
  485. 'options' => array(
  486. 'identifier' => 'navigation_industriels:admin/users/industriels',
  487. ),
  488. 'module' => 'system',
  489. 'hidden' => 0,
  490. 'external' => 0,
  491. 'has_children' => 0,
  492. 'expanded' => 0,
  493. 'weight' => -48,
  494. 'customized' => 1,
  495. 'language' => 'und',
  496. 'menu_links_customized' => 1,
  497. 'parent_identifier' => 'navigation_users:https://materio.com/en/admin/users?rid=6',
  498. );
  499. // Exported menu link: navigation_ip-address-tracking:admin/reports/ip_tracking.
  500. $menu_links['navigation_ip-address-tracking:admin/reports/ip_tracking'] = array(
  501. 'menu_name' => 'navigation',
  502. 'link_path' => 'admin/reports/ip_tracking',
  503. 'router_path' => 'admin/reports/ip_tracking',
  504. 'link_title' => 'IP address tracking',
  505. 'options' => array(
  506. 'attributes' => array(
  507. 'title' => 'View IP addresses and the users associated with them.',
  508. ),
  509. 'identifier' => 'navigation_ip-address-tracking:admin/reports/ip_tracking',
  510. ),
  511. 'module' => 'system',
  512. 'hidden' => 0,
  513. 'external' => 0,
  514. 'has_children' => 0,
  515. 'expanded' => 0,
  516. 'weight' => -40,
  517. 'customized' => 1,
  518. 'language' => 'und',
  519. 'menu_links_customized' => 1,
  520. );
  521. // Exported menu link: navigation_log-out:user/logout.
  522. $menu_links['navigation_log-out:user/logout'] = array(
  523. 'menu_name' => 'navigation',
  524. 'link_path' => 'user/logout',
  525. 'router_path' => 'user/logout',
  526. 'link_title' => 'Log out',
  527. 'options' => array(
  528. 'alter' => TRUE,
  529. 'attributes' => array(),
  530. 'identifier' => 'navigation_log-out:user/logout',
  531. ),
  532. 'module' => 'system',
  533. 'hidden' => 1,
  534. 'external' => 0,
  535. 'has_children' => 0,
  536. 'expanded' => 0,
  537. 'weight' => 10,
  538. 'customized' => 1,
  539. 'language' => 'und',
  540. 'menu_links_customized' => 1,
  541. 'parent_identifier' => 'navigation_my-account:user',
  542. );
  543. // Exported menu link: navigation_looping-embed-video:node/add/looping-embed-video.
  544. $menu_links['navigation_looping-embed-video:node/add/looping-embed-video'] = array(
  545. 'menu_name' => 'navigation',
  546. 'link_path' => 'node/add/looping-embed-video',
  547. 'router_path' => 'node/add/looping-embed-video',
  548. 'link_title' => 'looping embed video',
  549. 'options' => array(
  550. 'identifier' => 'navigation_looping-embed-video:node/add/looping-embed-video',
  551. ),
  552. 'module' => 'system',
  553. 'hidden' => 0,
  554. 'external' => 0,
  555. 'has_children' => 0,
  556. 'expanded' => 0,
  557. 'weight' => 0,
  558. 'customized' => 0,
  559. 'language' => 'und',
  560. 'menu_links_customized' => 0,
  561. 'parent_identifier' => 'navigation_add-content:node/add',
  562. );
  563. // Exported menu link: navigation_mandrill:admin/reports/mandrill.
  564. $menu_links['navigation_mandrill:admin/reports/mandrill'] = array(
  565. 'menu_name' => 'navigation',
  566. 'link_path' => 'admin/reports/mandrill',
  567. 'router_path' => 'admin/reports',
  568. 'link_title' => 'Mandrill',
  569. 'options' => array(
  570. 'attributes' => array(),
  571. 'identifier' => 'navigation_mandrill:admin/reports/mandrill',
  572. ),
  573. 'module' => 'menu',
  574. 'hidden' => 0,
  575. 'external' => 0,
  576. 'has_children' => 0,
  577. 'expanded' => 0,
  578. 'weight' => -39,
  579. 'customized' => 1,
  580. 'language' => 'und',
  581. 'menu_links_customized' => 1,
  582. );
  583. // Exported menu link: navigation_materiau:node/add/materiau.
  584. $menu_links['navigation_materiau:node/add/materiau'] = array(
  585. 'menu_name' => 'navigation',
  586. 'link_path' => 'node/add/materiau',
  587. 'router_path' => 'node/add/materiau',
  588. 'link_title' => 'Materiau',
  589. 'options' => array(
  590. 'identifier' => 'navigation_materiau:node/add/materiau',
  591. ),
  592. 'module' => 'system',
  593. 'hidden' => 0,
  594. 'external' => 0,
  595. 'has_children' => 0,
  596. 'expanded' => 0,
  597. 'weight' => -45,
  598. 'customized' => 1,
  599. 'language' => 'und',
  600. 'menu_links_customized' => 1,
  601. 'parent_identifier' => 'navigation_add-content:node/add',
  602. );
  603. // Exported menu link: navigation_materio-newsletter:node/add/simplenews/6274.
  604. $menu_links['navigation_materio-newsletter:node/add/simplenews/6274'] = array(
  605. 'menu_name' => 'navigation',
  606. 'link_path' => 'node/add/simplenews/6274',
  607. 'router_path' => 'node/add/simplenews/6274',
  608. 'link_title' => 'materiO’ newsletter',
  609. 'options' => array(
  610. 'identifier' => 'navigation_materio-newsletter:node/add/simplenews/6274',
  611. ),
  612. 'module' => 'system',
  613. 'hidden' => 0,
  614. 'external' => 0,
  615. 'has_children' => 0,
  616. 'expanded' => 0,
  617. 'weight' => 0,
  618. 'customized' => 0,
  619. 'language' => 'und',
  620. 'menu_links_customized' => 0,
  621. 'parent_identifier' => 'navigation_simplenews-newsletter:node/add/simplenews',
  622. );
  623. // Exported menu link: navigation_members:admin/users/members.
  624. $menu_links['navigation_members:admin/users/members'] = array(
  625. 'menu_name' => 'navigation',
  626. 'link_path' => 'admin/users/members',
  627. 'router_path' => 'admin/users/members',
  628. 'link_title' => 'Members',
  629. 'options' => array(
  630. 'identifier' => 'navigation_members:admin/users/members',
  631. ),
  632. 'module' => 'system',
  633. 'hidden' => 1,
  634. 'external' => 0,
  635. 'has_children' => 0,
  636. 'expanded' => 0,
  637. 'weight' => -50,
  638. 'customized' => 1,
  639. 'language' => 'und',
  640. 'menu_links_customized' => 1,
  641. 'parent_identifier' => 'navigation_users:https://materio.com/en/admin/users?rid=6',
  642. );
  643. // Exported menu link: navigation_menus:admin/config/regional/translate/table/menu.
  644. $menu_links['navigation_menus:admin/config/regional/translate/table/menu'] = array(
  645. 'menu_name' => 'navigation',
  646. 'link_path' => 'admin/config/regional/translate/table/menu',
  647. 'router_path' => 'admin/config/regional/translate/table/menu',
  648. 'link_title' => 'Menus',
  649. 'options' => array(
  650. 'attributes' => array(),
  651. 'identifier' => 'navigation_menus:admin/config/regional/translate/table/menu',
  652. ),
  653. 'module' => 'menu',
  654. 'hidden' => 0,
  655. 'external' => 0,
  656. 'has_children' => 0,
  657. 'expanded' => 0,
  658. 'weight' => -47,
  659. 'customized' => 1,
  660. 'language' => 'und',
  661. 'menu_links_customized' => 1,
  662. 'parent_identifier' => 'navigation_translation:admin/config/regional/translate/table',
  663. );
  664. // Exported menu link: navigation_merge-duplicates:admin/structure/taxonomy/tag_libres/merge/duplicates.
  665. $menu_links['navigation_merge-duplicates:admin/structure/taxonomy/tag_libres/merge/duplicates'] = array(
  666. 'menu_name' => 'navigation',
  667. 'link_path' => 'admin/structure/taxonomy/tag_libres/merge/duplicates',
  668. 'router_path' => 'admin/structure/taxonomy/%/merge/duplicates',
  669. 'link_title' => 'Merge Duplicates',
  670. 'options' => array(
  671. 'attributes' => array(),
  672. 'item_attributes' => array(
  673. 'id' => '',
  674. 'class' => '',
  675. 'style' => '',
  676. ),
  677. 'identifier' => 'navigation_merge-duplicates:admin/structure/taxonomy/tag_libres/merge/duplicates',
  678. ),
  679. 'module' => 'menu',
  680. 'hidden' => 0,
  681. 'external' => 0,
  682. 'has_children' => 0,
  683. 'expanded' => 0,
  684. 'weight' => -48,
  685. 'customized' => 1,
  686. 'language' => 'und',
  687. 'menu_links_customized' => 1,
  688. 'parent_identifier' => 'navigation_taxonomy:admin/structure/taxonomie/admin-taxo',
  689. );
  690. // Exported menu link: navigation_my-sessions:mysessions.
  691. $menu_links['navigation_my-sessions:mysessions'] = array(
  692. 'menu_name' => 'navigation',
  693. 'link_path' => 'mysessions',
  694. 'router_path' => 'mysessions',
  695. 'link_title' => 'My sessions',
  696. 'options' => array(
  697. 'identifier' => 'navigation_my-sessions:mysessions',
  698. ),
  699. 'module' => 'system',
  700. 'hidden' => 1,
  701. 'external' => 0,
  702. 'has_children' => 0,
  703. 'expanded' => 0,
  704. 'weight' => -43,
  705. 'customized' => 1,
  706. 'language' => 'und',
  707. 'menu_links_customized' => 1,
  708. );
  709. // Exported menu link: navigation_newletters:admin/content/simplenews.
  710. $menu_links['navigation_newletters:admin/content/simplenews'] = array(
  711. 'menu_name' => 'navigation',
  712. 'link_path' => 'admin/content/simplenews',
  713. 'router_path' => 'admin/content/simplenews',
  714. 'link_title' => 'Newletters',
  715. 'options' => array(
  716. 'attributes' => array(),
  717. 'identifier' => 'navigation_newletters:admin/content/simplenews',
  718. ),
  719. 'module' => 'menu',
  720. 'hidden' => 0,
  721. 'external' => 0,
  722. 'has_children' => 0,
  723. 'expanded' => 0,
  724. 'weight' => -47,
  725. 'customized' => 1,
  726. 'language' => 'und',
  727. 'menu_links_customized' => 1,
  728. 'parent_identifier' => 'navigation_content:admin/content/materiaux',
  729. );
  730. // Exported menu link: navigation_node-export-import:node/add/node_export.
  731. $menu_links['navigation_node-export-import:node/add/node_export'] = array(
  732. 'menu_name' => 'navigation',
  733. 'link_path' => 'node/add/node_export',
  734. 'router_path' => 'node/add/node_export',
  735. 'link_title' => 'Node export: import',
  736. 'options' => array(
  737. 'attributes' => array(
  738. 'title' => 'Import content using <em>Node export</em>.',
  739. ),
  740. 'identifier' => 'navigation_node-export-import:node/add/node_export',
  741. ),
  742. 'module' => 'system',
  743. 'hidden' => 0,
  744. 'external' => 0,
  745. 'has_children' => 0,
  746. 'expanded' => 0,
  747. 'weight' => -44,
  748. 'customized' => 1,
  749. 'language' => 'und',
  750. 'menu_links_customized' => 1,
  751. 'parent_identifier' => 'navigation_add-content:node/add',
  752. );
  753. // Exported menu link: navigation_onthologie:admin/structure/taxonomy/onthologie.
  754. $menu_links['navigation_onthologie:admin/structure/taxonomy/onthologie'] = array(
  755. 'menu_name' => 'navigation',
  756. 'link_path' => 'admin/structure/taxonomy/onthologie',
  757. 'router_path' => 'admin/structure/taxonomy/%',
  758. 'link_title' => 'Onthologie',
  759. 'options' => array(
  760. 'attributes' => array(),
  761. 'item_attributes' => array(
  762. 'id' => '',
  763. 'class' => '',
  764. 'style' => '',
  765. ),
  766. 'identifier' => 'navigation_onthologie:admin/structure/taxonomy/onthologie',
  767. ),
  768. 'module' => 'menu',
  769. 'hidden' => 0,
  770. 'external' => 0,
  771. 'has_children' => 0,
  772. 'expanded' => 0,
  773. 'weight' => -50,
  774. 'customized' => 1,
  775. 'language' => 'und',
  776. 'menu_links_customized' => 1,
  777. 'parent_identifier' => 'navigation_taxonomy:admin/structure/taxonomie/admin-taxo',
  778. );
  779. // Exported menu link: navigation_onthologie:admin/structure/taxonomy_manager/voc/onthologie.
  780. $menu_links['navigation_onthologie:admin/structure/taxonomy_manager/voc/onthologie'] = array(
  781. 'menu_name' => 'navigation',
  782. 'link_path' => 'admin/structure/taxonomy_manager/voc/onthologie',
  783. 'router_path' => 'admin/structure',
  784. 'link_title' => 'Onthologie',
  785. 'options' => array(
  786. 'attributes' => array(),
  787. 'identifier' => 'navigation_onthologie:admin/structure/taxonomy_manager/voc/onthologie',
  788. ),
  789. 'module' => 'menu',
  790. 'hidden' => 1,
  791. 'external' => 0,
  792. 'has_children' => 0,
  793. 'expanded' => 0,
  794. 'weight' => 0,
  795. 'customized' => 1,
  796. 'language' => 'und',
  797. 'menu_links_customized' => 1,
  798. 'parent_identifier' => 'navigation_taxonomy-manager:admin/structure/taxonomy_manager/voc',
  799. );
  800. // Exported menu link: navigation_orders:admin/store/orders/view.
  801. $menu_links['navigation_orders:admin/store/orders/view'] = array(
  802. 'menu_name' => 'navigation',
  803. 'link_path' => 'admin/store/orders/view',
  804. 'router_path' => 'admin/store/orders/view',
  805. 'link_title' => 'Orders',
  806. 'options' => array(
  807. 'attributes' => array(),
  808. 'identifier' => 'navigation_orders:admin/store/orders/view',
  809. ),
  810. 'module' => 'menu',
  811. 'hidden' => 0,
  812. 'external' => 0,
  813. 'has_children' => 0,
  814. 'expanded' => 0,
  815. 'weight' => 0,
  816. 'customized' => 1,
  817. 'language' => 'und',
  818. 'menu_links_customized' => 1,
  819. 'parent_identifier' => 'navigation_store:http://www.materio.com/fr/admin/store',
  820. );
  821. // Exported menu link: navigation_page:node/add/page.
  822. $menu_links['navigation_page:node/add/page'] = array(
  823. 'menu_name' => 'navigation',
  824. 'link_path' => 'node/add/page',
  825. 'router_path' => 'node/add/page',
  826. 'link_title' => 'Page',
  827. 'options' => array(
  828. 'attributes' => array(
  829. 'title' => 'Use this content type to add static pages like "about" "contact" etc',
  830. ),
  831. 'identifier' => 'navigation_page:node/add/page',
  832. ),
  833. 'module' => 'system',
  834. 'hidden' => 0,
  835. 'external' => 0,
  836. 'has_children' => 0,
  837. 'expanded' => 0,
  838. 'weight' => -43,
  839. 'customized' => 1,
  840. 'language' => 'und',
  841. 'menu_links_customized' => 1,
  842. 'parent_identifier' => 'navigation_add-content:node/add',
  843. );
  844. // Exported menu link: navigation_pages--didactique--faq:admin/content/pages.
  845. $menu_links['navigation_pages--didactique--faq:admin/content/pages'] = array(
  846. 'menu_name' => 'navigation',
  847. 'link_path' => 'admin/content/pages',
  848. 'router_path' => 'admin/content/pages',
  849. 'link_title' => 'Pages / didactique / faq',
  850. 'options' => array(
  851. 'attributes' => array(),
  852. 'identifier' => 'navigation_pages--didactique--faq:admin/content/pages',
  853. ),
  854. 'module' => 'menu',
  855. 'hidden' => 0,
  856. 'external' => 0,
  857. 'has_children' => 0,
  858. 'expanded' => 0,
  859. 'weight' => -48,
  860. 'customized' => 0,
  861. 'language' => 'und',
  862. 'menu_links_customized' => 0,
  863. 'parent_identifier' => 'navigation_content:admin/content/materiaux',
  864. );
  865. // Exported menu link: navigation_panneau:node/add/panel.
  866. $menu_links['navigation_panneau:node/add/panel'] = array(
  867. 'menu_name' => 'navigation',
  868. 'link_path' => 'node/add/panel',
  869. 'router_path' => 'node/add/panel',
  870. 'link_title' => 'Panneau',
  871. 'options' => array(
  872. 'attributes' => array(
  873. 'title' => 'Une mise en forme de panel divisée en lignes et colonnes.',
  874. ),
  875. 'identifier' => 'navigation_panneau:node/add/panel',
  876. ),
  877. 'module' => 'system',
  878. 'hidden' => 0,
  879. 'external' => 0,
  880. 'has_children' => 0,
  881. 'expanded' => 0,
  882. 'weight' => -42,
  883. 'customized' => 1,
  884. 'language' => 'und',
  885. 'menu_links_customized' => 1,
  886. 'parent_identifier' => 'navigation_add-content:node/add',
  887. );
  888. // Exported menu link: navigation_produit:node/add/product.
  889. $menu_links['navigation_produit:node/add/product'] = array(
  890. 'menu_name' => 'navigation',
  891. 'link_path' => 'node/add/product',
  892. 'router_path' => 'node/add/product',
  893. 'link_title' => 'Produit',
  894. 'options' => array(
  895. 'attributes' => array(
  896. '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.',
  897. ),
  898. 'identifier' => 'navigation_produit:node/add/product',
  899. ),
  900. 'module' => 'system',
  901. 'hidden' => 0,
  902. 'external' => 0,
  903. 'has_children' => 0,
  904. 'expanded' => 0,
  905. 'weight' => -41,
  906. 'customized' => 1,
  907. 'language' => 'und',
  908. 'menu_links_customized' => 1,
  909. 'parent_identifier' => 'navigation_add-content:node/add',
  910. );
  911. // Exported menu link: navigation_publication:node/add/publication.
  912. $menu_links['navigation_publication:node/add/publication'] = array(
  913. 'menu_name' => 'navigation',
  914. 'link_path' => 'node/add/publication',
  915. 'router_path' => 'node/add/publication',
  916. 'link_title' => 'Publication',
  917. 'options' => array(
  918. 'identifier' => 'navigation_publication:node/add/publication',
  919. ),
  920. 'module' => 'system',
  921. 'hidden' => 0,
  922. 'external' => 0,
  923. 'has_children' => 0,
  924. 'expanded' => 0,
  925. 'weight' => 0,
  926. 'customized' => 0,
  927. 'language' => 'und',
  928. 'menu_links_customized' => 0,
  929. 'parent_identifier' => 'navigation_add-content:node/add',
  930. );
  931. // Exported menu link: navigation_reports:admin/store/reports.
  932. $menu_links['navigation_reports:admin/store/reports'] = array(
  933. 'menu_name' => 'navigation',
  934. 'link_path' => 'admin/store/reports',
  935. 'router_path' => 'admin/store/reports',
  936. 'link_title' => 'Reports',
  937. 'options' => array(
  938. 'attributes' => array(),
  939. 'identifier' => 'navigation_reports:admin/store/reports',
  940. ),
  941. 'module' => 'menu',
  942. 'hidden' => 0,
  943. 'external' => 0,
  944. 'has_children' => 0,
  945. 'expanded' => 0,
  946. 'weight' => 2,
  947. 'customized' => 1,
  948. 'language' => 'und',
  949. 'menu_links_customized' => 1,
  950. 'parent_identifier' => 'navigation_store:http://www.materio.com/fr/admin/store',
  951. );
  952. // Exported menu link: navigation_shopping-cart:cart.
  953. $menu_links['navigation_shopping-cart:cart'] = array(
  954. 'menu_name' => 'navigation',
  955. 'link_path' => 'cart',
  956. 'router_path' => 'cart',
  957. 'link_title' => 'Shopping cart',
  958. 'options' => array(
  959. 'attributes' => array(
  960. 'title' => 'View/modify the contents of your shopping cart or proceed to checkout.',
  961. ),
  962. 'identifier' => 'navigation_shopping-cart:cart',
  963. ),
  964. 'module' => 'system',
  965. 'hidden' => 1,
  966. 'external' => 0,
  967. 'has_children' => 0,
  968. 'expanded' => 0,
  969. 'weight' => -42,
  970. 'customized' => 1,
  971. 'language' => 'und',
  972. 'menu_links_customized' => 1,
  973. );
  974. // Exported menu link: navigation_simplenews-newsletter:node/add/simplenews.
  975. $menu_links['navigation_simplenews-newsletter:node/add/simplenews'] = array(
  976. 'menu_name' => 'navigation',
  977. 'link_path' => 'node/add/simplenews',
  978. 'router_path' => 'node/add/simplenews',
  979. 'link_title' => 'Simplenews newsletter',
  980. 'options' => array(
  981. 'attributes' => array(
  982. 'title' => 'A newsletter issue to be sent to subscribed email addresses.',
  983. ),
  984. 'identifier' => 'navigation_simplenews-newsletter:node/add/simplenews',
  985. ),
  986. 'module' => 'system',
  987. 'hidden' => 0,
  988. 'external' => 0,
  989. 'has_children' => 1,
  990. 'expanded' => 0,
  991. 'weight' => -40,
  992. 'customized' => 1,
  993. 'language' => 'und',
  994. 'menu_links_customized' => 1,
  995. 'parent_identifier' => 'navigation_add-content:node/add',
  996. );
  997. // Exported menu link: navigation_store:http://www.materio.com/fr/admin/store.
  998. $menu_links['navigation_store:http://www.materio.com/fr/admin/store'] = array(
  999. 'menu_name' => 'navigation',
  1000. 'link_path' => 'http://www.materio.com/fr/admin/store',
  1001. 'router_path' => '',
  1002. 'link_title' => 'Store',
  1003. 'options' => array(
  1004. 'attributes' => array(),
  1005. 'identifier' => 'navigation_store:http://www.materio.com/fr/admin/store',
  1006. ),
  1007. 'module' => 'menu',
  1008. 'hidden' => 0,
  1009. 'external' => 1,
  1010. 'has_children' => 1,
  1011. 'expanded' => 0,
  1012. 'weight' => -38,
  1013. 'customized' => 1,
  1014. 'language' => 'und',
  1015. 'menu_links_customized' => 1,
  1016. );
  1017. // Exported menu link: navigation_strings-search:admin/config/regional/translate/translate.
  1018. $menu_links['navigation_strings-search:admin/config/regional/translate/translate'] = array(
  1019. 'menu_name' => 'navigation',
  1020. 'link_path' => 'admin/config/regional/translate/translate',
  1021. 'router_path' => 'admin/config/regional/translate/translate',
  1022. 'link_title' => 'Strings search',
  1023. 'options' => array(
  1024. 'attributes' => array(),
  1025. 'identifier' => 'navigation_strings-search:admin/config/regional/translate/translate',
  1026. ),
  1027. 'module' => 'menu',
  1028. 'hidden' => 0,
  1029. 'external' => 0,
  1030. 'has_children' => 0,
  1031. 'expanded' => 0,
  1032. 'weight' => -45,
  1033. 'customized' => 1,
  1034. 'language' => 'und',
  1035. 'menu_links_customized' => 1,
  1036. 'parent_identifier' => 'navigation_translation:admin/config/regional/translate/table',
  1037. );
  1038. // Exported menu link: navigation_students:admin/students.
  1039. $menu_links['navigation_students:admin/students'] = array(
  1040. 'menu_name' => 'navigation',
  1041. 'link_path' => 'admin/students',
  1042. 'router_path' => 'admin',
  1043. 'link_title' => 'Students',
  1044. 'options' => array(
  1045. 'identifier' => 'navigation_students:admin/students',
  1046. ),
  1047. 'module' => 'system',
  1048. 'hidden' => 1,
  1049. 'external' => 0,
  1050. 'has_children' => 0,
  1051. 'expanded' => 0,
  1052. 'weight' => -46,
  1053. 'customized' => 1,
  1054. 'language' => 'und',
  1055. 'menu_links_customized' => 1,
  1056. 'parent_identifier' => 'navigation_users:https://materio.com/en/admin/users?rid=6',
  1057. );
  1058. // Exported menu link: navigation_students:admin/users/students.
  1059. $menu_links['navigation_students:admin/users/students'] = array(
  1060. 'menu_name' => 'navigation',
  1061. 'link_path' => 'admin/users/students',
  1062. 'router_path' => 'admin/users/students',
  1063. 'link_title' => 'Students',
  1064. 'options' => array(
  1065. 'identifier' => 'navigation_students:admin/users/students',
  1066. ),
  1067. 'module' => 'system',
  1068. 'hidden' => 1,
  1069. 'external' => 0,
  1070. 'has_children' => 0,
  1071. 'expanded' => 0,
  1072. 'weight' => -49,
  1073. 'customized' => 1,
  1074. 'language' => 'und',
  1075. 'menu_links_customized' => 1,
  1076. 'parent_identifier' => 'navigation_users:https://materio.com/en/admin/users?rid=6',
  1077. );
  1078. // Exported menu link: navigation_subscriptions-newsletter:admin/people/simplenews.
  1079. $menu_links['navigation_subscriptions-newsletter:admin/people/simplenews'] = array(
  1080. 'menu_name' => 'navigation',
  1081. 'link_path' => 'admin/people/simplenews',
  1082. 'router_path' => 'admin/people/simplenews',
  1083. 'link_title' => 'Subscriptions newsletter',
  1084. 'options' => array(
  1085. 'attributes' => array(),
  1086. 'identifier' => 'navigation_subscriptions-newsletter:admin/people/simplenews',
  1087. ),
  1088. 'module' => 'menu',
  1089. 'hidden' => 0,
  1090. 'external' => 0,
  1091. 'has_children' => 0,
  1092. 'expanded' => 0,
  1093. 'weight' => -41,
  1094. 'customized' => 1,
  1095. 'language' => 'und',
  1096. 'menu_links_customized' => 1,
  1097. 'parent_identifier' => 'navigation_users:https://materio.com/en/admin/users?rid=6',
  1098. );
  1099. // Exported menu link: navigation_tag-libres:admin/structure/taxonomy/tag_libres.
  1100. $menu_links['navigation_tag-libres:admin/structure/taxonomy/tag_libres'] = array(
  1101. 'menu_name' => 'navigation',
  1102. 'link_path' => 'admin/structure/taxonomy/tag_libres',
  1103. 'router_path' => 'admin/structure/taxonomy/%',
  1104. 'link_title' => 'Tag libres',
  1105. 'options' => array(
  1106. 'attributes' => array(),
  1107. 'item_attributes' => array(
  1108. 'id' => '',
  1109. 'class' => '',
  1110. 'style' => '',
  1111. ),
  1112. 'identifier' => 'navigation_tag-libres:admin/structure/taxonomy/tag_libres',
  1113. ),
  1114. 'module' => 'menu',
  1115. 'hidden' => 0,
  1116. 'external' => 0,
  1117. 'has_children' => 0,
  1118. 'expanded' => 0,
  1119. 'weight' => -49,
  1120. 'customized' => 1,
  1121. 'language' => 'und',
  1122. 'menu_links_customized' => 1,
  1123. 'parent_identifier' => 'navigation_taxonomy:admin/structure/taxonomie/admin-taxo',
  1124. );
  1125. // Exported menu link: navigation_tag-libres:admin/structure/taxonomy_manager/voc/tag_libres.
  1126. $menu_links['navigation_tag-libres:admin/structure/taxonomy_manager/voc/tag_libres'] = array(
  1127. 'menu_name' => 'navigation',
  1128. 'link_path' => 'admin/structure/taxonomy_manager/voc/tag_libres',
  1129. 'router_path' => 'admin/structure',
  1130. 'link_title' => 'Tag Libres',
  1131. 'options' => array(
  1132. 'attributes' => array(),
  1133. 'identifier' => 'navigation_tag-libres:admin/structure/taxonomy_manager/voc/tag_libres',
  1134. ),
  1135. 'module' => 'menu',
  1136. 'hidden' => 1,
  1137. 'external' => 0,
  1138. 'has_children' => 0,
  1139. 'expanded' => 0,
  1140. 'weight' => 8,
  1141. 'customized' => 1,
  1142. 'language' => 'und',
  1143. 'menu_links_customized' => 1,
  1144. 'parent_identifier' => 'navigation_taxonomy-manager:admin/structure/taxonomy_manager/voc',
  1145. );
  1146. // Exported menu link: navigation_taxonomy-manager:admin/structure/taxonomy_manager/voc.
  1147. $menu_links['navigation_taxonomy-manager:admin/structure/taxonomy_manager/voc'] = array(
  1148. 'menu_name' => 'navigation',
  1149. 'link_path' => 'admin/structure/taxonomy_manager/voc',
  1150. 'router_path' => 'admin/structure',
  1151. 'link_title' => 'Taxonomy (manager)',
  1152. 'options' => array(
  1153. 'identifier' => 'navigation_taxonomy-manager:admin/structure/taxonomy_manager/voc',
  1154. 'attributes' => array(),
  1155. 'item_attributes' => array(
  1156. 'id' => '',
  1157. 'class' => '',
  1158. 'style' => '',
  1159. ),
  1160. ),
  1161. 'module' => 'menu',
  1162. 'hidden' => 1,
  1163. 'external' => 0,
  1164. 'has_children' => 0,
  1165. 'expanded' => 0,
  1166. 'weight' => -48,
  1167. 'customized' => 1,
  1168. 'language' => 'und',
  1169. 'menu_links_customized' => 1,
  1170. );
  1171. // Exported menu link: navigation_taxonomy:admin/config/regional/translate/table/taxonomy.
  1172. $menu_links['navigation_taxonomy:admin/config/regional/translate/table/taxonomy'] = array(
  1173. 'menu_name' => 'navigation',
  1174. 'link_path' => 'admin/config/regional/translate/table/taxonomy',
  1175. 'router_path' => 'admin/config/regional/translate/table/taxonomy',
  1176. 'link_title' => 'Taxonomy',
  1177. 'options' => array(
  1178. 'attributes' => array(),
  1179. 'identifier' => 'navigation_taxonomy:admin/config/regional/translate/table/taxonomy',
  1180. ),
  1181. 'module' => 'menu',
  1182. 'hidden' => 1,
  1183. 'external' => 0,
  1184. 'has_children' => 0,
  1185. 'expanded' => 0,
  1186. 'weight' => -46,
  1187. 'customized' => 1,
  1188. 'language' => 'und',
  1189. 'menu_links_customized' => 1,
  1190. 'parent_identifier' => 'navigation_translation:admin/config/regional/translate/table',
  1191. );
  1192. // Exported menu link: navigation_taxonomy:admin/structure/taxonomie/admin-taxo.
  1193. $menu_links['navigation_taxonomy:admin/structure/taxonomie/admin-taxo'] = array(
  1194. 'menu_name' => 'navigation',
  1195. 'link_path' => 'admin/structure/taxonomie/admin-taxo',
  1196. 'router_path' => 'admin/structure/taxonomie/admin-taxo',
  1197. 'link_title' => 'Taxonomy',
  1198. 'options' => array(
  1199. 'attributes' => array(),
  1200. 'item_attributes' => array(
  1201. 'id' => '',
  1202. 'class' => '',
  1203. 'style' => '',
  1204. ),
  1205. 'identifier' => 'navigation_taxonomy:admin/structure/taxonomie/admin-taxo',
  1206. ),
  1207. 'module' => 'menu',
  1208. 'hidden' => 0,
  1209. 'external' => 0,
  1210. 'has_children' => 1,
  1211. 'expanded' => 1,
  1212. 'weight' => -47,
  1213. 'customized' => 1,
  1214. 'language' => 'und',
  1215. 'menu_links_customized' => 1,
  1216. );
  1217. // Exported menu link: navigation_test:node/add/simplenews/6585.
  1218. $menu_links['navigation_test:node/add/simplenews/6585'] = array(
  1219. 'menu_name' => 'navigation',
  1220. 'link_path' => 'node/add/simplenews/6585',
  1221. 'router_path' => 'node/add/simplenews/6585',
  1222. 'link_title' => 'test',
  1223. 'options' => array(
  1224. 'identifier' => 'navigation_test:node/add/simplenews/6585',
  1225. ),
  1226. 'module' => 'system',
  1227. 'hidden' => 0,
  1228. 'external' => 0,
  1229. 'has_children' => 0,
  1230. 'expanded' => 0,
  1231. 'weight' => 0,
  1232. 'customized' => 0,
  1233. 'language' => 'und',
  1234. 'menu_links_customized' => 0,
  1235. 'parent_identifier' => 'navigation_simplenews-newsletter:node/add/simplenews',
  1236. );
  1237. // Exported menu link: navigation_user-account:user.
  1238. $menu_links['navigation_user-account:user'] = array(
  1239. 'menu_name' => 'navigation',
  1240. 'link_path' => 'user',
  1241. 'router_path' => 'user',
  1242. 'link_title' => 'User account',
  1243. 'options' => array(
  1244. 'alter' => TRUE,
  1245. 'attributes' => array(),
  1246. 'identifier' => 'navigation_user-account:user',
  1247. ),
  1248. 'module' => 'system',
  1249. 'hidden' => 1,
  1250. 'external' => 0,
  1251. 'has_children' => 0,
  1252. 'expanded' => 0,
  1253. 'weight' => -50,
  1254. 'customized' => 1,
  1255. 'language' => 'und',
  1256. 'menu_links_customized' => 1,
  1257. );
  1258. // Exported menu link: navigation_users:https://materio.com/en/admin/users?rid=6.
  1259. $menu_links['navigation_users:https://materio.com/en/admin/users?rid=6'] = array(
  1260. 'menu_name' => 'navigation',
  1261. 'link_path' => 'https://materio.com/en/admin/users?rid=6',
  1262. 'router_path' => '',
  1263. 'link_title' => 'Users',
  1264. 'options' => array(
  1265. 'attributes' => array(),
  1266. 'item_attributes' => array(
  1267. 'id' => '',
  1268. 'class' => '',
  1269. 'style' => '',
  1270. ),
  1271. 'identifier' => 'navigation_users:https://materio.com/en/admin/users?rid=6',
  1272. ),
  1273. 'module' => 'menu',
  1274. 'hidden' => 0,
  1275. 'external' => 1,
  1276. 'has_children' => 1,
  1277. 'expanded' => 1,
  1278. 'weight' => -45,
  1279. 'customized' => 1,
  1280. 'language' => 'und',
  1281. 'menu_links_customized' => 1,
  1282. );
  1283. // Exported menu link: navigation_webform:node/add/webform.
  1284. $menu_links['navigation_webform:node/add/webform'] = array(
  1285. 'menu_name' => 'navigation',
  1286. 'link_path' => 'node/add/webform',
  1287. 'router_path' => 'node/add/webform',
  1288. 'link_title' => 'Webform',
  1289. 'options' => array(
  1290. 'attributes' => array(
  1291. 'title' => 'Create a new form or questionnaire accessible to users. Submission results and statistics are recorded and accessible to privileged users.',
  1292. ),
  1293. 'identifier' => 'navigation_webform:node/add/webform',
  1294. ),
  1295. 'module' => 'system',
  1296. 'hidden' => 0,
  1297. 'external' => 0,
  1298. 'has_children' => 0,
  1299. 'expanded' => 0,
  1300. 'weight' => -39,
  1301. 'customized' => 1,
  1302. 'language' => 'und',
  1303. 'menu_links_customized' => 1,
  1304. 'parent_identifier' => 'navigation_add-content:node/add',
  1305. );
  1306. // Exported menu link: navigation_ze-daily-materio039:node/add/simplenews/6374.
  1307. $menu_links['navigation_ze-daily-materio039:node/add/simplenews/6374'] = array(
  1308. 'menu_name' => 'navigation',
  1309. 'link_path' => 'node/add/simplenews/6374',
  1310. 'router_path' => 'node/add/simplenews/6374',
  1311. 'link_title' => 'Ze Daily materiO&#039;',
  1312. 'options' => array(
  1313. 'identifier' => 'navigation_ze-daily-materio039:node/add/simplenews/6374',
  1314. ),
  1315. 'module' => 'system',
  1316. 'hidden' => 0,
  1317. 'external' => 0,
  1318. 'has_children' => 0,
  1319. 'expanded' => 0,
  1320. 'weight' => 0,
  1321. 'customized' => 0,
  1322. 'language' => 'und',
  1323. 'menu_links_customized' => 0,
  1324. 'parent_identifier' => 'navigation_simplenews-newsletter:node/add/simplenews',
  1325. );
  1326. // Translatables
  1327. // Included for use with string extractors like potx.
  1328. t('Add content');
  1329. t('Add user');
  1330. t('Adhésions');
  1331. t('Ajouter un tag libre');
  1332. t('Breve');
  1333. t('Companies');
  1334. t('Company');
  1335. t('Compose tips');
  1336. t('Content types');
  1337. t('Didactique');
  1338. t('Duplicate mails');
  1339. t('Duplicates');
  1340. t('FAQ');
  1341. t('Feedback');
  1342. t('Formulaires d\'adhésion');
  1343. t('Frequently Asked Questions');
  1344. t('Gratuits');
  1345. t('IP address tracking');
  1346. t('Industriels');
  1347. t('Log out');
  1348. t('Mandrill');
  1349. t('Materiau');
  1350. t('Members');
  1351. t('Menus');
  1352. t('Merge Duplicates');
  1353. t('My sessions');
  1354. t('Newletters');
  1355. t('Node export: import');
  1356. t('Onthologie');
  1357. t('Orders');
  1358. t('Page');
  1359. t('Pages / didactique / faq');
  1360. t('Panneau');
  1361. t('Produit');
  1362. t('Publication');
  1363. t('Reports');
  1364. t('Shopping cart');
  1365. t('Simplenews newsletter');
  1366. t('Store');
  1367. t('Strings search');
  1368. t('Students');
  1369. t('Subscriptions newsletter');
  1370. t('Tag Libres');
  1371. t('Tag libres');
  1372. t('Taxonomy');
  1373. t('Taxonomy (manager)');
  1374. t('User account');
  1375. t('Users');
  1376. t('Webform');
  1377. t('Ze Daily materiO&#039;');
  1378. t('customers');
  1379. t('looping embed video');
  1380. t('materiO’ newsletter');
  1381. t('test');
  1382. return $menu_links;
  1383. }