materio_administration.features.menu_links.inc 36 KB

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