materio_administration.features.menu_links.inc 43 KB

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