materio_administration.features.menu_links.inc 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459
  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_add-user:admin/people/create.
  12. $menu_links['navigation_add-user:admin/people/create'] = array(
  13. 'menu_name' => 'navigation',
  14. 'link_path' => 'admin/people/create',
  15. 'router_path' => 'admin/people/create',
  16. 'link_title' => 'Add user',
  17. 'options' => array(
  18. 'attributes' => array(),
  19. 'identifier' => 'navigation_add-user:admin/people/create',
  20. ),
  21. 'module' => 'menu',
  22. 'hidden' => 0,
  23. 'external' => 0,
  24. 'has_children' => 0,
  25. 'expanded' => 0,
  26. 'weight' => -50,
  27. 'customized' => 1,
  28. 'language' => 'und',
  29. 'menu_links_customized' => 1,
  30. 'parent_identifier' => 'navigation_users:https://materio.com/en/admin/users?rid=6',
  31. );
  32. // Exported menu link: navigation_adhsions:node/11186/webform-results.
  33. $menu_links['navigation_adhsions:node/11186/webform-results'] = array(
  34. 'menu_name' => 'navigation',
  35. 'link_path' => 'node/11186/webform-results',
  36. 'router_path' => 'node/%/webform-results',
  37. 'link_title' => 'Adhésions',
  38. 'options' => array(
  39. 'attributes' => array(),
  40. 'identifier' => 'navigation_adhsions:node/11186/webform-results',
  41. ),
  42. 'module' => 'menu',
  43. 'hidden' => 0,
  44. 'external' => 0,
  45. 'has_children' => 0,
  46. 'expanded' => 0,
  47. 'weight' => -43,
  48. 'customized' => 1,
  49. 'language' => 'und',
  50. 'menu_links_customized' => 1,
  51. 'parent_identifier' => 'navigation_users:https://materio.com/en/admin/users?rid=6',
  52. );
  53. // Exported menu link: navigation_company:admin/structure/taxonomy_manager/voc/company.
  54. $menu_links['navigation_company:admin/structure/taxonomy_manager/voc/company'] = array(
  55. 'menu_name' => 'navigation',
  56. 'link_path' => 'admin/structure/taxonomy_manager/voc/company',
  57. 'router_path' => 'admin/structure',
  58. 'link_title' => 'Company',
  59. 'options' => array(
  60. 'attributes' => array(),
  61. 'identifier' => 'navigation_company:admin/structure/taxonomy_manager/voc/company',
  62. ),
  63. 'module' => 'menu',
  64. 'hidden' => 1,
  65. 'external' => 0,
  66. 'has_children' => 0,
  67. 'expanded' => 0,
  68. 'weight' => 9,
  69. 'customized' => 1,
  70. 'language' => 'und',
  71. 'menu_links_customized' => 1,
  72. 'parent_identifier' => 'navigation_taxonomy-manager:admin/structure/taxonomy_manager/voc',
  73. );
  74. // Exported menu link: navigation_compose-tips:filter/tips.
  75. $menu_links['navigation_compose-tips:filter/tips'] = array(
  76. 'menu_name' => 'navigation',
  77. 'link_path' => 'filter/tips',
  78. 'router_path' => 'filter/tips',
  79. 'link_title' => 'Compose tips',
  80. 'options' => array(
  81. 'identifier' => 'navigation_compose-tips:filter/tips',
  82. ),
  83. 'module' => 'system',
  84. 'hidden' => 1,
  85. 'external' => 0,
  86. 'has_children' => 1,
  87. 'expanded' => 0,
  88. 'weight' => -44,
  89. 'customized' => 1,
  90. 'language' => 'und',
  91. 'menu_links_customized' => 1,
  92. );
  93. // Exported menu link: navigation_customers:http://www.materio.com/fr/admin/store/customers.
  94. $menu_links['navigation_customers:http://www.materio.com/fr/admin/store/customers'] = array(
  95. 'menu_name' => 'navigation',
  96. 'link_path' => 'http://www.materio.com/fr/admin/store/customers',
  97. 'router_path' => '',
  98. 'link_title' => 'customers',
  99. 'options' => array(
  100. 'attributes' => array(),
  101. 'identifier' => 'navigation_customers:http://www.materio.com/fr/admin/store/customers',
  102. ),
  103. 'module' => 'menu',
  104. 'hidden' => 0,
  105. 'external' => 1,
  106. 'has_children' => 0,
  107. 'expanded' => 0,
  108. 'weight' => 1,
  109. 'customized' => 1,
  110. 'language' => 'und',
  111. 'menu_links_customized' => 1,
  112. 'parent_identifier' => 'navigation_store:http://www.materio.com/fr/admin/store',
  113. );
  114. // Exported menu link: navigation_feedback:admin/reports/feedback.
  115. $menu_links['navigation_feedback:admin/reports/feedback'] = array(
  116. 'menu_name' => 'navigation',
  117. 'link_path' => 'admin/reports/feedback',
  118. 'router_path' => 'admin/reports/feedback',
  119. 'link_title' => 'Feedback',
  120. 'options' => array(
  121. 'identifier' => 'navigation_feedback:admin/reports/feedback',
  122. 'attributes' => array(),
  123. 'item_attributes' => array(
  124. 'id' => '',
  125. 'class' => '',
  126. 'style' => '',
  127. ),
  128. ),
  129. 'module' => 'menu',
  130. 'hidden' => 0,
  131. 'external' => 0,
  132. 'has_children' => 0,
  133. 'expanded' => 0,
  134. 'weight' => -40,
  135. 'customized' => 1,
  136. 'language' => 'und',
  137. 'menu_links_customized' => 1,
  138. 'parent_identifier' => 'navigation_users:https://materio.com/en/admin/users?rid=6',
  139. );
  140. // Exported menu link: navigation_formulaires-dadhsion:http://www.materio.com/fr/node/11186/webform-results.
  141. $menu_links['navigation_formulaires-dadhsion:http://www.materio.com/fr/node/11186/webform-results'] = array(
  142. 'menu_name' => 'navigation',
  143. 'link_path' => 'http://www.materio.com/fr/node/11186/webform-results',
  144. 'router_path' => '',
  145. 'link_title' => 'Formulaires d\'adhésion',
  146. 'options' => array(
  147. 'attributes' => array(),
  148. 'identifier' => 'navigation_formulaires-dadhsion:http://www.materio.com/fr/node/11186/webform-results',
  149. ),
  150. 'module' => 'menu',
  151. 'hidden' => 1,
  152. 'external' => 1,
  153. 'has_children' => 0,
  154. 'expanded' => 0,
  155. 'weight' => -42,
  156. 'customized' => 1,
  157. 'language' => 'und',
  158. 'menu_links_customized' => 1,
  159. 'parent_identifier' => 'navigation_users:https://materio.com/en/admin/users?rid=6',
  160. );
  161. // Exported menu link: navigation_frequently-asked-questions:faq-page.
  162. $menu_links['navigation_frequently-asked-questions:faq-page'] = array(
  163. 'menu_name' => 'navigation',
  164. 'link_path' => 'faq-page',
  165. 'router_path' => 'faq-page',
  166. 'link_title' => 'Frequently Asked Questions',
  167. 'options' => array(
  168. 'identifier' => 'navigation_frequently-asked-questions:faq-page',
  169. ),
  170. 'module' => 'system',
  171. 'hidden' => 1,
  172. 'external' => 0,
  173. 'has_children' => 0,
  174. 'expanded' => 0,
  175. 'weight' => -41,
  176. 'customized' => 1,
  177. 'language' => 'und',
  178. 'menu_links_customized' => 1,
  179. );
  180. // Exported menu link: navigation_ip-address-tracking:admin/reports/ip_tracking.
  181. $menu_links['navigation_ip-address-tracking:admin/reports/ip_tracking'] = array(
  182. 'menu_name' => 'navigation',
  183. 'link_path' => 'admin/reports/ip_tracking',
  184. 'router_path' => 'admin/reports/ip_tracking',
  185. 'link_title' => 'IP address tracking',
  186. 'options' => array(
  187. 'attributes' => array(
  188. 'title' => 'View IP addresses and the users associated with them.',
  189. ),
  190. 'identifier' => 'navigation_ip-address-tracking:admin/reports/ip_tracking',
  191. ),
  192. 'module' => 'system',
  193. 'hidden' => 0,
  194. 'external' => 0,
  195. 'has_children' => 0,
  196. 'expanded' => 0,
  197. 'weight' => -40,
  198. 'customized' => 1,
  199. 'language' => 'und',
  200. 'menu_links_customized' => 1,
  201. );
  202. // Exported menu link: navigation_mandrill:admin/reports/mandrill.
  203. $menu_links['navigation_mandrill:admin/reports/mandrill'] = array(
  204. 'menu_name' => 'navigation',
  205. 'link_path' => 'admin/reports/mandrill',
  206. 'router_path' => 'admin/reports',
  207. 'link_title' => 'Mandrill',
  208. 'options' => array(
  209. 'attributes' => array(),
  210. 'identifier' => 'navigation_mandrill:admin/reports/mandrill',
  211. ),
  212. 'module' => 'menu',
  213. 'hidden' => 0,
  214. 'external' => 0,
  215. 'has_children' => 0,
  216. 'expanded' => 0,
  217. 'weight' => -39,
  218. 'customized' => 1,
  219. 'language' => 'und',
  220. 'menu_links_customized' => 1,
  221. );
  222. // Exported menu link: navigation_my-sessions:mysessions.
  223. $menu_links['navigation_my-sessions:mysessions'] = array(
  224. 'menu_name' => 'navigation',
  225. 'link_path' => 'mysessions',
  226. 'router_path' => 'mysessions',
  227. 'link_title' => 'My sessions',
  228. 'options' => array(
  229. 'identifier' => 'navigation_my-sessions:mysessions',
  230. ),
  231. 'module' => 'system',
  232. 'hidden' => 1,
  233. 'external' => 0,
  234. 'has_children' => 0,
  235. 'expanded' => 0,
  236. 'weight' => -43,
  237. 'customized' => 1,
  238. 'language' => 'und',
  239. 'menu_links_customized' => 1,
  240. );
  241. // Exported menu link: navigation_node-export-import:node/add/node_export.
  242. $menu_links['navigation_node-export-import:node/add/node_export'] = array(
  243. 'menu_name' => 'navigation',
  244. 'link_path' => 'node/add/node_export',
  245. 'router_path' => 'node/add/node_export',
  246. 'link_title' => 'Node export: import',
  247. 'options' => array(
  248. 'attributes' => array(
  249. 'title' => 'Import content using <em>Node export</em>.',
  250. ),
  251. 'identifier' => 'navigation_node-export-import:node/add/node_export',
  252. ),
  253. 'module' => 'system',
  254. 'hidden' => 0,
  255. 'external' => 0,
  256. 'has_children' => 0,
  257. 'expanded' => 0,
  258. 'weight' => -44,
  259. 'customized' => 1,
  260. 'language' => 'und',
  261. 'menu_links_customized' => 1,
  262. 'parent_identifier' => 'navigation_ajouter-du-contenu:node/add',
  263. );
  264. // Exported menu link: navigation_onthologie:admin/structure/taxonomy_manager/voc/onthologie.
  265. $menu_links['navigation_onthologie:admin/structure/taxonomy_manager/voc/onthologie'] = array(
  266. 'menu_name' => 'navigation',
  267. 'link_path' => 'admin/structure/taxonomy_manager/voc/onthologie',
  268. 'router_path' => 'admin/structure',
  269. 'link_title' => 'Onthologie',
  270. 'options' => array(
  271. 'attributes' => array(),
  272. 'identifier' => 'navigation_onthologie:admin/structure/taxonomy_manager/voc/onthologie',
  273. ),
  274. 'module' => 'menu',
  275. 'hidden' => 1,
  276. 'external' => 0,
  277. 'has_children' => 0,
  278. 'expanded' => 0,
  279. 'weight' => 0,
  280. 'customized' => 1,
  281. 'language' => 'und',
  282. 'menu_links_customized' => 1,
  283. 'parent_identifier' => 'navigation_taxonomy-manager:admin/structure/taxonomy_manager/voc',
  284. );
  285. // Exported menu link: navigation_orders:admin/store/orders/view.
  286. $menu_links['navigation_orders:admin/store/orders/view'] = array(
  287. 'menu_name' => 'navigation',
  288. 'link_path' => 'admin/store/orders/view',
  289. 'router_path' => 'admin/store/orders/view',
  290. 'link_title' => 'Orders',
  291. 'options' => array(
  292. 'attributes' => array(),
  293. 'identifier' => 'navigation_orders:admin/store/orders/view',
  294. ),
  295. 'module' => 'menu',
  296. 'hidden' => 0,
  297. 'external' => 0,
  298. 'has_children' => 0,
  299. 'expanded' => 0,
  300. 'weight' => 0,
  301. 'customized' => 1,
  302. 'language' => 'und',
  303. 'menu_links_customized' => 1,
  304. 'parent_identifier' => 'navigation_store:http://www.materio.com/fr/admin/store',
  305. );
  306. // Exported menu link: navigation_reports:admin/store/reports.
  307. $menu_links['navigation_reports:admin/store/reports'] = array(
  308. 'menu_name' => 'navigation',
  309. 'link_path' => 'admin/store/reports',
  310. 'router_path' => 'admin/store/reports',
  311. 'link_title' => 'Reports',
  312. 'options' => array(
  313. 'attributes' => array(),
  314. 'identifier' => 'navigation_reports:admin/store/reports',
  315. ),
  316. 'module' => 'menu',
  317. 'hidden' => 0,
  318. 'external' => 0,
  319. 'has_children' => 0,
  320. 'expanded' => 0,
  321. 'weight' => 2,
  322. 'customized' => 1,
  323. 'language' => 'und',
  324. 'menu_links_customized' => 1,
  325. 'parent_identifier' => 'navigation_store:http://www.materio.com/fr/admin/store',
  326. );
  327. // Exported menu link: navigation_shopping-cart:cart.
  328. $menu_links['navigation_shopping-cart:cart'] = array(
  329. 'menu_name' => 'navigation',
  330. 'link_path' => 'cart',
  331. 'router_path' => 'cart',
  332. 'link_title' => 'Shopping cart',
  333. 'options' => array(
  334. 'attributes' => array(
  335. 'title' => 'View/modify the contents of your shopping cart or proceed to checkout.',
  336. ),
  337. 'identifier' => 'navigation_shopping-cart:cart',
  338. ),
  339. 'module' => 'system',
  340. 'hidden' => 1,
  341. 'external' => 0,
  342. 'has_children' => 0,
  343. 'expanded' => 0,
  344. 'weight' => -42,
  345. 'customized' => 1,
  346. 'language' => 'und',
  347. 'menu_links_customized' => 1,
  348. );
  349. // Exported menu link: navigation_store:http://www.materio.com/fr/admin/store.
  350. $menu_links['navigation_store:http://www.materio.com/fr/admin/store'] = array(
  351. 'menu_name' => 'navigation',
  352. 'link_path' => 'http://www.materio.com/fr/admin/store',
  353. 'router_path' => '',
  354. 'link_title' => 'Store',
  355. 'options' => array(
  356. 'attributes' => array(),
  357. 'identifier' => 'navigation_store:http://www.materio.com/fr/admin/store',
  358. ),
  359. 'module' => 'menu',
  360. 'hidden' => 0,
  361. 'external' => 1,
  362. 'has_children' => 1,
  363. 'expanded' => 0,
  364. 'weight' => -38,
  365. 'customized' => 1,
  366. 'language' => 'und',
  367. 'menu_links_customized' => 1,
  368. );
  369. // Exported menu link: navigation_subscriptions-newsletter:admin/people/simplenews.
  370. $menu_links['navigation_subscriptions-newsletter:admin/people/simplenews'] = array(
  371. 'menu_name' => 'navigation',
  372. 'link_path' => 'admin/people/simplenews',
  373. 'router_path' => 'admin/people/simplenews',
  374. 'link_title' => 'Subscriptions newsletter',
  375. 'options' => array(
  376. 'attributes' => array(),
  377. 'identifier' => 'navigation_subscriptions-newsletter:admin/people/simplenews',
  378. ),
  379. 'module' => 'menu',
  380. 'hidden' => 0,
  381. 'external' => 0,
  382. 'has_children' => 0,
  383. 'expanded' => 0,
  384. 'weight' => -41,
  385. 'customized' => 1,
  386. 'language' => 'und',
  387. 'menu_links_customized' => 1,
  388. 'parent_identifier' => 'navigation_users:https://materio.com/en/admin/users?rid=6',
  389. );
  390. // Exported menu link: navigation_tag-libres:admin/structure/taxonomy_manager/voc/tag_libres.
  391. $menu_links['navigation_tag-libres:admin/structure/taxonomy_manager/voc/tag_libres'] = array(
  392. 'menu_name' => 'navigation',
  393. 'link_path' => 'admin/structure/taxonomy_manager/voc/tag_libres',
  394. 'router_path' => 'admin/structure',
  395. 'link_title' => 'Tag Libres',
  396. 'options' => array(
  397. 'attributes' => array(),
  398. 'identifier' => 'navigation_tag-libres:admin/structure/taxonomy_manager/voc/tag_libres',
  399. ),
  400. 'module' => 'menu',
  401. 'hidden' => 1,
  402. 'external' => 0,
  403. 'has_children' => 0,
  404. 'expanded' => 0,
  405. 'weight' => 8,
  406. 'customized' => 1,
  407. 'language' => 'und',
  408. 'menu_links_customized' => 1,
  409. 'parent_identifier' => 'navigation_taxonomy-manager:admin/structure/taxonomy_manager/voc',
  410. );
  411. // Exported menu link: navigation_user-account:user.
  412. $menu_links['navigation_user-account:user'] = array(
  413. 'menu_name' => 'navigation',
  414. 'link_path' => 'user',
  415. 'router_path' => 'user',
  416. 'link_title' => 'User account',
  417. 'options' => array(
  418. 'alter' => TRUE,
  419. 'attributes' => array(),
  420. 'identifier' => 'navigation_user-account:user',
  421. ),
  422. 'module' => 'system',
  423. 'hidden' => 1,
  424. 'external' => 0,
  425. 'has_children' => 0,
  426. 'expanded' => 0,
  427. 'weight' => -50,
  428. 'customized' => 1,
  429. 'language' => 'und',
  430. 'menu_links_customized' => 1,
  431. );
  432. // Translatables
  433. // Included for use with string extractors like potx.
  434. t('Add user');
  435. t('Adhésions');
  436. t('Company');
  437. t('Compose tips');
  438. t('Feedback');
  439. t('Formulaires d\'adhésion');
  440. t('Frequently Asked Questions');
  441. t('IP address tracking');
  442. t('Mandrill');
  443. t('My sessions');
  444. t('Node export: import');
  445. t('Onthologie');
  446. t('Orders');
  447. t('Reports');
  448. t('Shopping cart');
  449. t('Store');
  450. t('Subscriptions newsletter');
  451. t('Tag Libres');
  452. t('User account');
  453. t('customers');
  454. return $menu_links;
  455. }