materio_home_v2.features.menu_links.inc 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199
  1. <?php
  2. /**
  3. * @file
  4. * materio_home_v2.features.menu_links.inc
  5. */
  6. /**
  7. * Implements hook_menu_default_menu_links().
  8. */
  9. function materio_home_v2_menu_default_menu_links() {
  10. $menu_links = array();
  11. // Exported menu link: menu-home-v2_access-to-the-online-database:node/13052
  12. $menu_links['menu-home-v2_access-to-the-online-database:node/13052'] = array(
  13. 'menu_name' => 'menu-home-v2',
  14. 'link_path' => 'node/13052',
  15. 'router_path' => 'node/%',
  16. 'link_title' => 'Access to the online database',
  17. 'options' => array(
  18. 'alter' => TRUE,
  19. 'identifier' => 'menu-home-v2_access-to-the-online-database:node/13052',
  20. 'attributes' => array(
  21. 'class' => array(
  22. 0 => 'bdd-link',
  23. ),
  24. ),
  25. 'item_attributes' => array(
  26. 'id' => '',
  27. 'class' => '',
  28. 'style' => '',
  29. ),
  30. ),
  31. 'module' => 'menu',
  32. 'hidden' => 0,
  33. 'external' => 0,
  34. 'has_children' => 0,
  35. 'expanded' => 0,
  36. 'weight' => 1,
  37. 'customized' => 1,
  38. 'language' => 'und',
  39. 'menu_links_customized' => 1,
  40. );
  41. // Exported menu link: menu-home-v2_actualit:actuality
  42. $menu_links['menu-home-v2_actualit:actuality'] = array(
  43. 'menu_name' => 'menu-home-v2',
  44. 'link_path' => 'actuality',
  45. 'router_path' => 'actuality',
  46. 'link_title' => 'Actualité',
  47. 'options' => array(
  48. 'alter' => TRUE,
  49. 'attributes' => array(
  50. 'class' => array(
  51. 0 => 'news-link',
  52. ),
  53. ),
  54. 'item_attributes' => array(
  55. 'id' => '',
  56. 'class' => '',
  57. 'style' => '',
  58. ),
  59. 'identifier' => 'menu-home-v2_actualit:actuality',
  60. ),
  61. 'module' => 'menu',
  62. 'hidden' => 0,
  63. 'external' => 0,
  64. 'has_children' => 0,
  65. 'expanded' => 0,
  66. 'weight' => 4,
  67. 'customized' => 1,
  68. 'language' => 'und',
  69. 'menu_links_customized' => 1,
  70. );
  71. // Exported menu link: menu-home-v2_le-showroom:node/13051
  72. $menu_links['menu-home-v2_le-showroom:node/13051'] = array(
  73. 'menu_name' => 'menu-home-v2',
  74. 'link_path' => 'node/13051',
  75. 'router_path' => 'node/%',
  76. 'link_title' => 'Le showroom',
  77. 'options' => array(
  78. 'alter' => TRUE,
  79. 'attributes' => array(
  80. 'class' => array(
  81. 0 => 'showroom-link',
  82. ),
  83. ),
  84. 'item_attributes' => array(
  85. 'id' => '',
  86. 'class' => '',
  87. 'style' => '',
  88. ),
  89. 'identifier' => 'menu-home-v2_le-showroom:node/13051',
  90. ),
  91. 'module' => 'menu',
  92. 'hidden' => 0,
  93. 'external' => 0,
  94. 'has_children' => 0,
  95. 'expanded' => 0,
  96. 'weight' => 0,
  97. 'customized' => 1,
  98. 'language' => 'und',
  99. 'menu_links_customized' => 1,
  100. );
  101. // Exported menu link: menu-home-v2_les-formations:node/13053
  102. $menu_links['menu-home-v2_les-formations:node/13053'] = array(
  103. 'menu_name' => 'menu-home-v2',
  104. 'link_path' => 'node/13053',
  105. 'router_path' => 'node/%',
  106. 'link_title' => 'Les formations',
  107. 'options' => array(
  108. 'alter' => TRUE,
  109. 'attributes' => array(
  110. 'class' => array(
  111. 0 => 'formations-link',
  112. ),
  113. ),
  114. 'item_attributes' => array(
  115. 'id' => '',
  116. 'class' => '',
  117. 'style' => '',
  118. ),
  119. 'identifier' => 'menu-home-v2_les-formations:node/13053',
  120. ),
  121. 'module' => 'menu',
  122. 'hidden' => 0,
  123. 'external' => 0,
  124. 'has_children' => 0,
  125. 'expanded' => 0,
  126. 'weight' => 2,
  127. 'customized' => 1,
  128. 'language' => 'und',
  129. 'menu_links_customized' => 1,
  130. );
  131. // Exported menu link: menu-home-v2_les-services-sur-mesure:node/13054
  132. $menu_links['menu-home-v2_les-services-sur-mesure:node/13054'] = array(
  133. 'menu_name' => 'menu-home-v2',
  134. 'link_path' => 'node/13054',
  135. 'router_path' => 'node/%',
  136. 'link_title' => 'Les services sur mesure',
  137. 'options' => array(
  138. 'alter' => TRUE,
  139. 'attributes' => array(
  140. 'class' => array(
  141. 0 => 'services-link',
  142. ),
  143. ),
  144. 'item_attributes' => array(
  145. 'id' => '',
  146. 'class' => '',
  147. 'style' => '',
  148. ),
  149. 'identifier' => 'menu-home-v2_les-services-sur-mesure:node/13054',
  150. ),
  151. 'module' => 'menu',
  152. 'hidden' => 0,
  153. 'external' => 0,
  154. 'has_children' => 0,
  155. 'expanded' => 0,
  156. 'weight' => 3,
  157. 'customized' => 1,
  158. 'language' => 'und',
  159. 'menu_links_customized' => 1,
  160. );
  161. // Exported menu link: menu-menu-home-member_access-to-the-online-database:actuality
  162. $menu_links['menu-menu-home-member_access-to-the-online-database:actuality'] = array(
  163. 'menu_name' => 'menu-menu-home-member',
  164. 'link_path' => 'actuality',
  165. 'router_path' => 'actuality',
  166. 'link_title' => 'Access to the online database',
  167. 'options' => array(
  168. 'attributes' => array(),
  169. 'item_attributes' => array(
  170. 'id' => '',
  171. 'class' => '',
  172. 'style' => '',
  173. ),
  174. 'alter' => TRUE,
  175. 'identifier' => 'menu-menu-home-member_access-to-the-online-database:actuality',
  176. ),
  177. 'module' => 'menu',
  178. 'hidden' => 0,
  179. 'external' => 0,
  180. 'has_children' => 0,
  181. 'expanded' => 0,
  182. 'weight' => 0,
  183. 'customized' => 1,
  184. 'language' => 'und',
  185. 'menu_links_customized' => 1,
  186. );
  187. // Translatables
  188. // Included for use with string extractors like potx.
  189. t('Access to the online database');
  190. t('Actualité');
  191. t('Le showroom');
  192. t('Les formations');
  193. t('Les services sur mesure');
  194. return $menu_links;
  195. }