materio_administration.features.menu_links.inc 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694
  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:admin/config/regional/translate/table
  12. $menu_links['navigation:admin/config/regional/translate/table'] = array(
  13. 'menu_name' => 'navigation',
  14. 'link_path' => 'admin/config/regional/translate/table',
  15. 'router_path' => 'admin/config/regional/translate/table',
  16. 'link_title' => 'Translation',
  17. 'options' => array(
  18. 'attributes' => array(
  19. 'title' => '',
  20. ),
  21. ),
  22. 'module' => 'menu',
  23. 'hidden' => '0',
  24. 'external' => '0',
  25. 'has_children' => '1',
  26. 'expanded' => '0',
  27. 'weight' => '-42',
  28. );
  29. // Exported menu link: navigation:admin/config/regional/translate/table/menu
  30. $menu_links['navigation:admin/config/regional/translate/table/menu'] = array(
  31. 'menu_name' => 'navigation',
  32. 'link_path' => 'admin/config/regional/translate/table/menu',
  33. 'router_path' => 'admin/config/regional/translate/table/menu',
  34. 'link_title' => 'Menus',
  35. 'options' => array(
  36. 'attributes' => array(
  37. 'title' => '',
  38. ),
  39. ),
  40. 'module' => 'menu',
  41. 'hidden' => '0',
  42. 'external' => '0',
  43. 'has_children' => '0',
  44. 'expanded' => '0',
  45. 'weight' => '-48',
  46. 'parent_path' => 'admin/config/regional/translate/table',
  47. );
  48. // Exported menu link: navigation:admin/config/regional/translate/table/nodetype
  49. $menu_links['navigation:admin/config/regional/translate/table/nodetype'] = array(
  50. 'menu_name' => 'navigation',
  51. 'link_path' => 'admin/config/regional/translate/table/nodetype',
  52. 'router_path' => 'admin/config/regional/translate/table/nodetype',
  53. 'link_title' => 'Content types',
  54. 'options' => array(
  55. 'attributes' => array(
  56. 'title' => '',
  57. ),
  58. ),
  59. 'module' => 'menu',
  60. 'hidden' => '0',
  61. 'external' => '0',
  62. 'has_children' => '0',
  63. 'expanded' => '0',
  64. 'weight' => '-49',
  65. 'parent_path' => 'admin/config/regional/translate/table',
  66. );
  67. // Exported menu link: navigation:admin/config/regional/translate/table/taxonomy
  68. $menu_links['navigation:admin/config/regional/translate/table/taxonomy'] = array(
  69. 'menu_name' => 'navigation',
  70. 'link_path' => 'admin/config/regional/translate/table/taxonomy',
  71. 'router_path' => 'admin/config/regional/translate/table/taxonomy',
  72. 'link_title' => 'Taxonomy',
  73. 'options' => array(
  74. 'attributes' => array(
  75. 'title' => '',
  76. ),
  77. ),
  78. 'module' => 'menu',
  79. 'hidden' => '0',
  80. 'external' => '0',
  81. 'has_children' => '0',
  82. 'expanded' => '0',
  83. 'weight' => '-47',
  84. 'parent_path' => 'admin/config/regional/translate/table',
  85. );
  86. // Exported menu link: navigation:admin/config/regional/translate/translate
  87. $menu_links['navigation:admin/config/regional/translate/translate'] = array(
  88. 'menu_name' => 'navigation',
  89. 'link_path' => 'admin/config/regional/translate/translate',
  90. 'router_path' => 'admin/config/regional/translate/translate',
  91. 'link_title' => 'Strings search',
  92. 'options' => array(
  93. 'attributes' => array(
  94. 'title' => '',
  95. ),
  96. ),
  97. 'module' => 'menu',
  98. 'hidden' => '0',
  99. 'external' => '0',
  100. 'has_children' => '0',
  101. 'expanded' => '0',
  102. 'weight' => '0',
  103. 'parent_path' => 'admin/config/regional/translate/table',
  104. );
  105. // Exported menu link: navigation:admin/content/companies
  106. $menu_links['navigation:admin/content/companies'] = array(
  107. 'menu_name' => 'navigation',
  108. 'link_path' => 'admin/content/companies',
  109. 'router_path' => 'admin/content/companies',
  110. 'link_title' => 'Companies',
  111. 'options' => array(
  112. 'attributes' => array(
  113. 'title' => '',
  114. ),
  115. ),
  116. 'module' => 'menu',
  117. 'hidden' => '0',
  118. 'external' => '0',
  119. 'has_children' => '0',
  120. 'expanded' => '0',
  121. 'weight' => '-49',
  122. 'parent_path' => 'admin/content/materiaux',
  123. );
  124. // Exported menu link: navigation:admin/content/materiaux
  125. $menu_links['navigation:admin/content/materiaux'] = array(
  126. 'menu_name' => 'navigation',
  127. 'link_path' => 'admin/content/materiaux',
  128. 'router_path' => 'admin/content/materiaux',
  129. 'link_title' => 'Content',
  130. 'options' => array(
  131. 'attributes' => array(
  132. 'title' => '',
  133. ),
  134. ),
  135. 'module' => 'menu',
  136. 'hidden' => '0',
  137. 'external' => '0',
  138. 'has_children' => '1',
  139. 'expanded' => '0',
  140. 'weight' => '-48',
  141. );
  142. // Exported menu link: navigation:admin/content/medias
  143. $menu_links['navigation:admin/content/medias'] = array(
  144. 'menu_name' => 'navigation',
  145. 'link_path' => 'admin/content/medias',
  146. 'router_path' => 'admin/content',
  147. 'link_title' => 'Media',
  148. 'options' => array(
  149. 'attributes' => array(
  150. 'title' => '',
  151. ),
  152. ),
  153. 'module' => 'menu',
  154. 'hidden' => '1',
  155. 'external' => '0',
  156. 'has_children' => '0',
  157. 'expanded' => '0',
  158. 'weight' => '-45',
  159. );
  160. // Exported menu link: navigation:admin/content/pages
  161. $menu_links['navigation:admin/content/pages'] = array(
  162. 'menu_name' => 'navigation',
  163. 'link_path' => 'admin/content/pages',
  164. 'router_path' => 'admin/content/pages',
  165. 'link_title' => 'Pages / didactique / faq',
  166. 'options' => array(
  167. 'attributes' => array(
  168. 'title' => '',
  169. ),
  170. ),
  171. 'module' => 'menu',
  172. 'hidden' => '0',
  173. 'external' => '0',
  174. 'has_children' => '0',
  175. 'expanded' => '0',
  176. 'weight' => '-48',
  177. 'parent_path' => 'admin/content/materiaux',
  178. );
  179. // Exported menu link: navigation:admin/dashboard
  180. $menu_links['navigation:admin/dashboard'] = array(
  181. 'menu_name' => 'navigation',
  182. 'link_path' => 'admin/dashboard',
  183. 'router_path' => 'admin',
  184. 'link_title' => 'dashboard',
  185. 'options' => array(
  186. 'attributes' => array(
  187. 'title' => '',
  188. ),
  189. ),
  190. 'module' => 'menu',
  191. 'hidden' => '1',
  192. 'external' => '0',
  193. 'has_children' => '0',
  194. 'expanded' => '0',
  195. 'weight' => '-49',
  196. );
  197. // Exported menu link: navigation:admin/people
  198. $menu_links['navigation:admin/people'] = array(
  199. 'menu_name' => 'navigation',
  200. 'link_path' => 'admin/people',
  201. 'router_path' => 'admin/people',
  202. 'link_title' => 'Users',
  203. 'options' => array(
  204. 'attributes' => array(
  205. 'title' => '',
  206. ),
  207. ),
  208. 'module' => 'menu',
  209. 'hidden' => '1',
  210. 'external' => '0',
  211. 'has_children' => '0',
  212. 'expanded' => '0',
  213. 'weight' => '-46',
  214. );
  215. // Exported menu link: navigation:admin/people/create
  216. $menu_links['navigation:admin/people/create'] = array(
  217. 'menu_name' => 'navigation',
  218. 'link_path' => 'admin/people/create',
  219. 'router_path' => 'admin/people/create',
  220. 'link_title' => 'Add user',
  221. 'options' => array(
  222. 'attributes' => array(
  223. 'title' => '',
  224. ),
  225. ),
  226. 'module' => 'menu',
  227. 'hidden' => '0',
  228. 'external' => '0',
  229. 'has_children' => '0',
  230. 'expanded' => '0',
  231. 'weight' => '0',
  232. 'parent_path' => 'admin/users',
  233. );
  234. // Exported menu link: navigation:admin/reports/feedback
  235. $menu_links['navigation:admin/reports/feedback'] = array(
  236. 'menu_name' => 'navigation',
  237. 'link_path' => 'admin/reports/feedback',
  238. 'router_path' => 'admin/reports/feedback',
  239. 'link_title' => 'Feedback',
  240. 'options' => array(
  241. 'attributes' => array(
  242. 'title' => '',
  243. ),
  244. ),
  245. 'module' => 'menu',
  246. 'hidden' => '0',
  247. 'external' => '0',
  248. 'has_children' => '0',
  249. 'expanded' => '0',
  250. 'weight' => '-39',
  251. );
  252. // Exported menu link: navigation:admin/structure/taxonomy_manager/voc
  253. $menu_links['navigation:admin/structure/taxonomy_manager/voc'] = array(
  254. 'menu_name' => 'navigation',
  255. 'link_path' => 'admin/structure/taxonomy_manager/voc',
  256. 'router_path' => 'admin/structure/taxonomy_manager/voc',
  257. 'link_title' => 'Taxonomy',
  258. 'options' => array(
  259. 'attributes' => array(
  260. 'title' => '',
  261. ),
  262. ),
  263. 'module' => 'menu',
  264. 'hidden' => '0',
  265. 'external' => '0',
  266. 'has_children' => '1',
  267. 'expanded' => '0',
  268. 'weight' => '-47',
  269. );
  270. // Exported menu link: navigation:admin/structure/taxonomy_manager/voc/company
  271. $menu_links['navigation:admin/structure/taxonomy_manager/voc/company'] = array(
  272. 'menu_name' => 'navigation',
  273. 'link_path' => 'admin/structure/taxonomy_manager/voc/company',
  274. 'router_path' => 'admin/structure/taxonomy_manager/voc/%',
  275. 'link_title' => 'Company',
  276. 'options' => array(
  277. 'attributes' => array(
  278. 'title' => '',
  279. ),
  280. ),
  281. 'module' => 'menu',
  282. 'hidden' => '0',
  283. 'external' => '0',
  284. 'has_children' => '0',
  285. 'expanded' => '0',
  286. 'weight' => '9',
  287. 'parent_path' => 'admin/structure/taxonomy_manager/voc',
  288. );
  289. // Exported menu link: navigation:admin/structure/taxonomy_manager/voc/onthologie
  290. $menu_links['navigation:admin/structure/taxonomy_manager/voc/onthologie'] = array(
  291. 'menu_name' => 'navigation',
  292. 'link_path' => 'admin/structure/taxonomy_manager/voc/onthologie',
  293. 'router_path' => 'admin/structure/taxonomy_manager/voc/%',
  294. 'link_title' => 'Onthologie',
  295. 'options' => array(
  296. 'attributes' => array(
  297. 'title' => '',
  298. ),
  299. ),
  300. 'module' => 'menu',
  301. 'hidden' => '0',
  302. 'external' => '0',
  303. 'has_children' => '0',
  304. 'expanded' => '0',
  305. 'weight' => '0',
  306. 'parent_path' => 'admin/structure/taxonomy_manager/voc',
  307. );
  308. // Exported menu link: navigation:admin/structure/taxonomy_manager/voc/tag_libres
  309. $menu_links['navigation:admin/structure/taxonomy_manager/voc/tag_libres'] = array(
  310. 'menu_name' => 'navigation',
  311. 'link_path' => 'admin/structure/taxonomy_manager/voc/tag_libres',
  312. 'router_path' => 'admin/structure/taxonomy_manager/voc/%',
  313. 'link_title' => 'Tag Libres',
  314. 'options' => array(
  315. 'attributes' => array(
  316. 'title' => '',
  317. ),
  318. ),
  319. 'module' => 'menu',
  320. 'hidden' => '0',
  321. 'external' => '0',
  322. 'has_children' => '0',
  323. 'expanded' => '0',
  324. 'weight' => '8',
  325. 'parent_path' => 'admin/structure/taxonomy_manager/voc',
  326. );
  327. // Exported menu link: navigation:admin/users
  328. $menu_links['navigation:admin/users'] = array(
  329. 'menu_name' => 'navigation',
  330. 'link_path' => 'admin/users',
  331. 'router_path' => 'admin/users',
  332. 'link_title' => 'Users',
  333. 'options' => array(
  334. 'attributes' => array(
  335. 'title' => '',
  336. ),
  337. ),
  338. 'module' => 'system',
  339. 'hidden' => '0',
  340. 'external' => '0',
  341. 'has_children' => '1',
  342. 'expanded' => '0',
  343. 'weight' => '-43',
  344. );
  345. // Exported menu link: navigation:cart
  346. $menu_links['navigation:cart'] = array(
  347. 'menu_name' => 'navigation',
  348. 'link_path' => 'cart',
  349. 'router_path' => 'cart',
  350. 'link_title' => 'Shopping cart',
  351. 'options' => array(
  352. 'attributes' => array(
  353. 'title' => 'View/modify the contents of your shopping cart or proceed to checkout.',
  354. ),
  355. ),
  356. 'module' => 'system',
  357. 'hidden' => '1',
  358. 'external' => '0',
  359. 'has_children' => '0',
  360. 'expanded' => '0',
  361. 'weight' => '-36',
  362. );
  363. // Exported menu link: navigation:filter/tips
  364. $menu_links['navigation:filter/tips'] = array(
  365. 'menu_name' => 'navigation',
  366. 'link_path' => 'filter/tips',
  367. 'router_path' => 'filter/tips',
  368. 'link_title' => 'Compose tips',
  369. 'options' => array(),
  370. 'module' => 'system',
  371. 'hidden' => '1',
  372. 'external' => '0',
  373. 'has_children' => '0',
  374. 'expanded' => '0',
  375. 'weight' => '-44',
  376. );
  377. // Exported menu link: navigation:materio_search_api_ajax/actuality
  378. $menu_links['navigation:materio_search_api_ajax/actuality'] = array(
  379. 'menu_name' => 'navigation',
  380. 'link_path' => 'materio_search_api_ajax/actuality',
  381. 'router_path' => 'materio_search_api_ajax/actuality',
  382. 'link_title' => '',
  383. 'options' => array(),
  384. 'module' => 'system',
  385. 'hidden' => '0',
  386. 'external' => '0',
  387. 'has_children' => '0',
  388. 'expanded' => '0',
  389. 'weight' => '-41',
  390. );
  391. // Exported menu link: navigation:mysessions
  392. $menu_links['navigation:mysessions'] = array(
  393. 'menu_name' => 'navigation',
  394. 'link_path' => 'mysessions',
  395. 'router_path' => 'mysessions',
  396. 'link_title' => 'My sessions',
  397. 'options' => array(),
  398. 'module' => 'system',
  399. 'hidden' => '1',
  400. 'external' => '0',
  401. 'has_children' => '0',
  402. 'expanded' => '0',
  403. 'weight' => '-37',
  404. );
  405. // Exported menu link: navigation:node/11186/webform-results
  406. $menu_links['navigation:node/11186/webform-results'] = array(
  407. 'menu_name' => 'navigation',
  408. 'link_path' => 'node/11186/webform-results',
  409. 'router_path' => 'node/%/webform-results',
  410. 'link_title' => 'Adhésions',
  411. 'options' => array(
  412. 'attributes' => array(
  413. 'title' => '',
  414. ),
  415. ),
  416. 'module' => 'menu',
  417. 'hidden' => '0',
  418. 'external' => '0',
  419. 'has_children' => '0',
  420. 'expanded' => '0',
  421. 'weight' => '-40',
  422. );
  423. // Exported menu link: navigation:node/add
  424. $menu_links['navigation:node/add'] = array(
  425. 'menu_name' => 'navigation',
  426. 'link_path' => 'node/add',
  427. 'router_path' => 'node/add',
  428. 'link_title' => 'Add content',
  429. 'options' => array(),
  430. 'module' => 'system',
  431. 'hidden' => '0',
  432. 'external' => '0',
  433. 'has_children' => '1',
  434. 'expanded' => '0',
  435. 'weight' => '-47',
  436. 'parent_path' => 'admin/content/materiaux',
  437. );
  438. // Exported menu link: navigation:node/add/breve
  439. $menu_links['navigation:node/add/breve'] = array(
  440. 'menu_name' => 'navigation',
  441. 'link_path' => 'node/add/breve',
  442. 'router_path' => 'node/add/breve',
  443. 'link_title' => 'Breve',
  444. 'options' => array(),
  445. 'module' => 'system',
  446. 'hidden' => '0',
  447. 'external' => '0',
  448. 'has_children' => '0',
  449. 'expanded' => '0',
  450. 'weight' => '0',
  451. 'parent_path' => 'node/add',
  452. );
  453. // Exported menu link: navigation:node/add/company
  454. $menu_links['navigation:node/add/company'] = array(
  455. 'menu_name' => 'navigation',
  456. 'link_path' => 'node/add/company',
  457. 'router_path' => 'node/add/company',
  458. 'link_title' => 'Company',
  459. 'options' => array(),
  460. 'module' => 'system',
  461. 'hidden' => '0',
  462. 'external' => '0',
  463. 'has_children' => '0',
  464. 'expanded' => '0',
  465. 'weight' => '0',
  466. 'parent_path' => 'node/add',
  467. );
  468. // Exported menu link: navigation:node/add/didactique
  469. $menu_links['navigation:node/add/didactique'] = array(
  470. 'menu_name' => 'navigation',
  471. 'link_path' => 'node/add/didactique',
  472. 'router_path' => 'node/add/didactique',
  473. 'link_title' => 'Didactique',
  474. 'options' => array(
  475. 'attributes' => array(
  476. 'title' => 'Nœud didacticiel',
  477. ),
  478. ),
  479. 'module' => 'system',
  480. 'hidden' => '0',
  481. 'external' => '0',
  482. 'has_children' => '0',
  483. 'expanded' => '0',
  484. 'weight' => '0',
  485. 'parent_path' => 'node/add',
  486. );
  487. // Exported menu link: navigation:node/add/faq
  488. $menu_links['navigation:node/add/faq'] = array(
  489. 'menu_name' => 'navigation',
  490. 'link_path' => 'node/add/faq',
  491. 'router_path' => 'node/add/faq',
  492. 'link_title' => 'FAQ',
  493. 'options' => array(
  494. 'attributes' => array(
  495. 'title' => 'A frequently asked question and its answer.',
  496. ),
  497. ),
  498. 'module' => 'system',
  499. 'hidden' => '0',
  500. 'external' => '0',
  501. 'has_children' => '0',
  502. 'expanded' => '0',
  503. 'weight' => '0',
  504. 'parent_path' => 'node/add',
  505. );
  506. // Exported menu link: navigation:node/add/materiau
  507. $menu_links['navigation:node/add/materiau'] = array(
  508. 'menu_name' => 'navigation',
  509. 'link_path' => 'node/add/materiau',
  510. 'router_path' => 'node/add/materiau',
  511. 'link_title' => 'Materiau',
  512. 'options' => array(),
  513. 'module' => 'system',
  514. 'hidden' => '0',
  515. 'external' => '0',
  516. 'has_children' => '0',
  517. 'expanded' => '0',
  518. 'weight' => '0',
  519. 'parent_path' => 'node/add',
  520. );
  521. // Exported menu link: navigation:node/add/node_export
  522. $menu_links['navigation:node/add/node_export'] = array(
  523. 'menu_name' => 'navigation',
  524. 'link_path' => 'node/add/node_export',
  525. 'router_path' => 'node/add/node_export',
  526. 'link_title' => 'Node export: import',
  527. 'options' => array(
  528. 'attributes' => array(
  529. 'title' => 'Import content using <em>Node export</em>.',
  530. ),
  531. ),
  532. 'module' => 'system',
  533. 'hidden' => '0',
  534. 'external' => '0',
  535. 'has_children' => '0',
  536. 'expanded' => '0',
  537. 'weight' => '0',
  538. 'parent_path' => 'node/add',
  539. );
  540. // Exported menu link: navigation:node/add/page
  541. $menu_links['navigation:node/add/page'] = array(
  542. 'menu_name' => 'navigation',
  543. 'link_path' => 'node/add/page',
  544. 'router_path' => 'node/add/page',
  545. 'link_title' => 'Page',
  546. 'options' => array(
  547. 'attributes' => array(
  548. 'title' => 'Use this content type to add static pages like "about" "contact" etc',
  549. ),
  550. ),
  551. 'module' => 'system',
  552. 'hidden' => '0',
  553. 'external' => '0',
  554. 'has_children' => '0',
  555. 'expanded' => '0',
  556. 'weight' => '0',
  557. 'parent_path' => 'node/add',
  558. );
  559. // Exported menu link: navigation:node/add/panel
  560. $menu_links['navigation:node/add/panel'] = array(
  561. 'menu_name' => 'navigation',
  562. 'link_path' => 'node/add/panel',
  563. 'router_path' => 'node/add/panel',
  564. 'link_title' => 'Panel',
  565. 'options' => array(
  566. 'attributes' => array(
  567. 'title' => 'A panel layout broken up into rows and columns.',
  568. ),
  569. ),
  570. 'module' => 'system',
  571. 'hidden' => '0',
  572. 'external' => '0',
  573. 'has_children' => '0',
  574. 'expanded' => '0',
  575. 'weight' => '0',
  576. 'parent_path' => 'node/add',
  577. );
  578. // Exported menu link: navigation:node/add/product
  579. $menu_links['navigation:node/add/product'] = array(
  580. 'menu_name' => 'navigation',
  581. 'link_path' => 'node/add/product',
  582. 'router_path' => 'node/add/product',
  583. 'link_title' => 'Product',
  584. 'options' => array(
  585. 'attributes' => array(
  586. 'title' => 'Use <em>products</em> to represent items for sale on the website, including all the unique information that can be attributed to a specific model number.',
  587. ),
  588. ),
  589. 'module' => 'system',
  590. 'hidden' => '0',
  591. 'external' => '0',
  592. 'has_children' => '0',
  593. 'expanded' => '0',
  594. 'weight' => '0',
  595. 'parent_path' => 'node/add',
  596. );
  597. // Exported menu link: navigation:node/add/webform
  598. $menu_links['navigation:node/add/webform'] = array(
  599. 'menu_name' => 'navigation',
  600. 'link_path' => 'node/add/webform',
  601. 'router_path' => 'node/add/webform',
  602. 'link_title' => 'Webform',
  603. 'options' => array(
  604. 'attributes' => array(
  605. 'title' => 'Create a new form or questionnaire accessible to users. Submission results and statistics are recorded and accessible to privileged users.',
  606. ),
  607. ),
  608. 'module' => 'system',
  609. 'hidden' => '0',
  610. 'external' => '0',
  611. 'has_children' => '0',
  612. 'expanded' => '0',
  613. 'weight' => '0',
  614. 'parent_path' => 'node/add',
  615. );
  616. // Exported menu link: navigation:user
  617. $menu_links['navigation:user'] = array(
  618. 'menu_name' => 'navigation',
  619. 'link_path' => 'user',
  620. 'router_path' => 'user',
  621. 'link_title' => 'User account',
  622. 'options' => array(
  623. 'alter' => TRUE,
  624. 'attributes' => array(
  625. 'title' => '',
  626. ),
  627. ),
  628. 'module' => 'system',
  629. 'hidden' => '0',
  630. 'external' => '0',
  631. 'has_children' => '1',
  632. 'expanded' => '0',
  633. 'weight' => '-50',
  634. );
  635. // Exported menu link: navigation:user/logout
  636. $menu_links['navigation:user/logout'] = array(
  637. 'menu_name' => 'navigation',
  638. 'link_path' => 'user/logout',
  639. 'router_path' => 'user/logout',
  640. 'link_title' => 'Log out',
  641. 'options' => array(
  642. 'attributes' => array(
  643. 'title' => '',
  644. ),
  645. 'alter' => TRUE,
  646. ),
  647. 'module' => 'system',
  648. 'hidden' => '0',
  649. 'external' => '0',
  650. 'has_children' => '0',
  651. 'expanded' => '0',
  652. 'weight' => '10',
  653. 'parent_path' => 'user',
  654. );
  655. // Translatables
  656. // Included for use with string extractors like potx.
  657. t('Add content');
  658. t('Add user');
  659. t('Adhésions');
  660. t('Breve');
  661. t('Companies');
  662. t('Company');
  663. t('Compose tips');
  664. t('Content');
  665. t('Content types');
  666. t('Didactique');
  667. t('FAQ');
  668. t('Feedback');
  669. t('Log out');
  670. t('Materiau');
  671. t('Media');
  672. t('Menus');
  673. t('My sessions');
  674. t('Node export: import');
  675. t('Onthologie');
  676. t('Page');
  677. t('Pages / didactique / faq');
  678. t('Panel');
  679. t('Product');
  680. t('Shopping cart');
  681. t('Strings search');
  682. t('Tag Libres');
  683. t('Taxonomy');
  684. t('Translation');
  685. t('User account');
  686. t('Users');
  687. t('Webform');
  688. t('dashboard');
  689. return $menu_links;
  690. }