admin.features.menu_links.inc 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283
  1. <?php
  2. /**
  3. * @file
  4. * admin.features.menu_links.inc
  5. */
  6. /**
  7. * Implements hook_menu_default_menu_links().
  8. */
  9. function admin_menu_default_menu_links() {
  10. $menu_links = array();
  11. // Exported menu link: navigation_add-content:node/add.
  12. $menu_links['navigation_add-content:node/add'] = array(
  13. 'menu_name' => 'navigation',
  14. 'link_path' => 'node/add',
  15. 'router_path' => 'node/add',
  16. 'link_title' => 'Add content',
  17. 'options' => array(
  18. 'identifier' => 'navigation_add-content:node/add',
  19. ),
  20. 'module' => 'system',
  21. 'hidden' => 0,
  22. 'external' => 0,
  23. 'has_children' => 1,
  24. 'expanded' => 0,
  25. 'weight' => -50,
  26. 'customized' => 1,
  27. 'language' => 'und',
  28. 'menu_links_customized' => 1,
  29. 'parent_identifier' => 'navigation_content:admin/content/nodes',
  30. );
  31. // Exported menu link: navigation_compose-tips:filter/tips.
  32. $menu_links['navigation_compose-tips:filter/tips'] = array(
  33. 'menu_name' => 'navigation',
  34. 'link_path' => 'filter/tips',
  35. 'router_path' => 'filter/tips',
  36. 'link_title' => 'Compose tips',
  37. 'options' => array(
  38. 'identifier' => 'navigation_compose-tips:filter/tips',
  39. ),
  40. 'module' => 'system',
  41. 'hidden' => 1,
  42. 'external' => 0,
  43. 'has_children' => 1,
  44. 'expanded' => 0,
  45. 'weight' => -45,
  46. 'customized' => 1,
  47. 'language' => 'und',
  48. 'menu_links_customized' => 1,
  49. );
  50. // Exported menu link: navigation_content:admin/content/nodes.
  51. $menu_links['navigation_content:admin/content/nodes'] = array(
  52. 'menu_name' => 'navigation',
  53. 'link_path' => 'admin/content/nodes',
  54. 'router_path' => 'admin/content',
  55. 'link_title' => 'Content',
  56. 'options' => array(
  57. 'attributes' => array(
  58. 'title' => '',
  59. ),
  60. 'identifier' => 'navigation_content:admin/content/nodes',
  61. ),
  62. 'module' => 'menu',
  63. 'hidden' => 0,
  64. 'external' => 0,
  65. 'has_children' => 1,
  66. 'expanded' => 0,
  67. 'weight' => -48,
  68. 'customized' => 1,
  69. 'language' => 'und',
  70. 'menu_links_customized' => 1,
  71. );
  72. // Exported menu link: navigation_dashboard:admin/dashboard.
  73. $menu_links['navigation_dashboard:admin/dashboard'] = array(
  74. 'menu_name' => 'navigation',
  75. 'link_path' => 'admin/dashboard',
  76. 'router_path' => 'admin/dashboard',
  77. 'link_title' => 'dashboard',
  78. 'options' => array(
  79. 'attributes' => array(
  80. 'title' => '',
  81. ),
  82. 'identifier' => 'navigation_dashboard:admin/dashboard',
  83. ),
  84. 'module' => 'menu',
  85. 'hidden' => 1,
  86. 'external' => 0,
  87. 'has_children' => 0,
  88. 'expanded' => 0,
  89. 'weight' => -49,
  90. 'customized' => 1,
  91. 'language' => 'und',
  92. 'menu_links_customized' => 1,
  93. );
  94. // Exported menu link: navigation_documentaire:node/add/documentair.
  95. $menu_links['navigation_documentaire:node/add/documentair'] = array(
  96. 'menu_name' => 'navigation',
  97. 'link_path' => 'node/add/documentair',
  98. 'router_path' => 'node/add/documentair',
  99. 'link_title' => 'Documentaire',
  100. 'options' => array(
  101. 'identifier' => 'navigation_documentaire:node/add/documentair',
  102. ),
  103. 'module' => 'system',
  104. 'hidden' => 0,
  105. 'external' => 0,
  106. 'has_children' => 0,
  107. 'expanded' => 0,
  108. 'weight' => -49,
  109. 'customized' => 1,
  110. 'language' => 'und',
  111. 'menu_links_customized' => 1,
  112. 'parent_identifier' => 'navigation_add-content:node/add',
  113. );
  114. // Exported menu link: navigation_log-out:user/logout.
  115. $menu_links['navigation_log-out:user/logout'] = array(
  116. 'menu_name' => 'navigation',
  117. 'link_path' => 'user/logout',
  118. 'router_path' => 'user/logout',
  119. 'link_title' => 'Log out',
  120. 'options' => array(
  121. 'attributes' => array(
  122. 'title' => '',
  123. ),
  124. 'alter' => TRUE,
  125. 'identifier' => 'navigation_log-out:user/logout',
  126. ),
  127. 'module' => 'system',
  128. 'hidden' => 0,
  129. 'external' => 0,
  130. 'has_children' => 0,
  131. 'expanded' => 0,
  132. 'weight' => 10,
  133. 'customized' => 1,
  134. 'language' => 'und',
  135. 'menu_links_customized' => 1,
  136. );
  137. // Exported menu link: navigation_media:admin/content/medias.
  138. $menu_links['navigation_media:admin/content/medias'] = array(
  139. 'menu_name' => 'navigation',
  140. 'link_path' => 'admin/content/medias',
  141. 'router_path' => 'admin/content',
  142. 'link_title' => 'Media',
  143. 'options' => array(
  144. 'attributes' => array(
  145. 'title' => '',
  146. ),
  147. 'identifier' => 'navigation_media:admin/content/medias',
  148. ),
  149. 'module' => 'menu',
  150. 'hidden' => 1,
  151. 'external' => 0,
  152. 'has_children' => 0,
  153. 'expanded' => 0,
  154. 'weight' => -46,
  155. 'customized' => 1,
  156. 'language' => 'und',
  157. 'menu_links_customized' => 1,
  158. );
  159. // Exported menu link: navigation_page:node/add/page.
  160. $menu_links['navigation_page:node/add/page'] = array(
  161. 'menu_name' => 'navigation',
  162. 'link_path' => 'node/add/page',
  163. 'router_path' => 'node/add/page',
  164. 'link_title' => 'Page',
  165. 'options' => array(
  166. 'attributes' => array(
  167. 'title' => 'Use this content type to add static pages like "about" "contact" etc',
  168. ),
  169. 'identifier' => 'navigation_page:node/add/page',
  170. ),
  171. 'module' => 'system',
  172. 'hidden' => 0,
  173. 'external' => 0,
  174. 'has_children' => 0,
  175. 'expanded' => 0,
  176. 'weight' => -47,
  177. 'customized' => 1,
  178. 'language' => 'und',
  179. 'menu_links_customized' => 1,
  180. 'parent_identifier' => 'navigation_add-content:node/add',
  181. );
  182. // Exported menu link: navigation_pisode:node/add/episode.
  183. $menu_links['navigation_pisode:node/add/episode'] = array(
  184. 'menu_name' => 'navigation',
  185. 'link_path' => 'node/add/episode',
  186. 'router_path' => 'node/add/episode',
  187. 'link_title' => 'Épisode',
  188. 'options' => array(
  189. 'identifier' => 'navigation_pisode:node/add/episode',
  190. ),
  191. 'module' => 'system',
  192. 'hidden' => 0,
  193. 'external' => 0,
  194. 'has_children' => 0,
  195. 'expanded' => 0,
  196. 'weight' => -48,
  197. 'customized' => 1,
  198. 'language' => 'und',
  199. 'menu_links_customized' => 1,
  200. 'parent_identifier' => 'navigation_add-content:node/add',
  201. );
  202. // Exported menu link: navigation_thematique:node/add/thematique.
  203. $menu_links['navigation_thematique:node/add/thematique'] = array(
  204. 'menu_name' => 'navigation',
  205. 'link_path' => 'node/add/thematique',
  206. 'router_path' => 'node/add/thematique',
  207. 'link_title' => 'Thematique',
  208. 'options' => array(
  209. 'identifier' => 'navigation_thematique:node/add/thematique',
  210. ),
  211. 'module' => 'system',
  212. 'hidden' => 0,
  213. 'external' => 0,
  214. 'has_children' => 0,
  215. 'expanded' => 0,
  216. 'weight' => -50,
  217. 'customized' => 1,
  218. 'language' => 'und',
  219. 'menu_links_customized' => 1,
  220. 'parent_identifier' => 'navigation_add-content:node/add',
  221. );
  222. // Exported menu link: navigation_user-account:user.
  223. $menu_links['navigation_user-account:user'] = array(
  224. 'menu_name' => 'navigation',
  225. 'link_path' => 'user',
  226. 'router_path' => 'user',
  227. 'link_title' => 'User account',
  228. 'options' => array(
  229. 'alter' => TRUE,
  230. 'attributes' => array(
  231. 'title' => '',
  232. ),
  233. 'identifier' => 'navigation_user-account:user',
  234. ),
  235. 'module' => 'system',
  236. 'hidden' => 0,
  237. 'external' => 0,
  238. 'has_children' => 1,
  239. 'expanded' => 0,
  240. 'weight' => -50,
  241. 'customized' => 1,
  242. 'language' => 'und',
  243. 'menu_links_customized' => 1,
  244. );
  245. // Exported menu link: navigation_user-list:profile.
  246. $menu_links['navigation_user-list:profile'] = array(
  247. 'menu_name' => 'navigation',
  248. 'link_path' => 'profile',
  249. 'router_path' => 'profile',
  250. 'link_title' => 'User list',
  251. 'options' => array(
  252. 'identifier' => 'navigation_user-list:profile',
  253. ),
  254. 'module' => 'system',
  255. 'hidden' => 1,
  256. 'external' => 0,
  257. 'has_children' => 0,
  258. 'expanded' => 0,
  259. 'weight' => 0,
  260. 'customized' => 0,
  261. 'language' => 'und',
  262. 'menu_links_customized' => 0,
  263. );
  264. // Translatables
  265. // Included for use with string extractors like potx.
  266. t('Add content');
  267. t('Compose tips');
  268. t('Content');
  269. t('Documentaire');
  270. t('Log out');
  271. t('Media');
  272. t('Page');
  273. t('Thematique');
  274. t('User account');
  275. t('User list');
  276. t('dashboard');
  277. t('Épisode');
  278. return $menu_links;
  279. }