admin.features.menu_links.inc 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284
  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_contenu: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' => 0,
  109. 'customized' => 0,
  110. 'language' => 'und',
  111. 'menu_links_customized' => 0,
  112. 'parent_identifier' => 'navigation_ajouter-du-contenu: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. 'parent_identifier' => 'navigation_mon-compte:user',
  137. );
  138. // Exported menu link: navigation_media:admin/content/medias.
  139. $menu_links['navigation_media:admin/content/medias'] = array(
  140. 'menu_name' => 'navigation',
  141. 'link_path' => 'admin/content/medias',
  142. 'router_path' => 'admin/content',
  143. 'link_title' => 'Media',
  144. 'options' => array(
  145. 'attributes' => array(
  146. 'title' => '',
  147. ),
  148. 'identifier' => 'navigation_media:admin/content/medias',
  149. ),
  150. 'module' => 'menu',
  151. 'hidden' => 1,
  152. 'external' => 0,
  153. 'has_children' => 0,
  154. 'expanded' => 0,
  155. 'weight' => -46,
  156. 'customized' => 1,
  157. 'language' => 'und',
  158. 'menu_links_customized' => 1,
  159. );
  160. // Exported menu link: navigation_page:node/add/page.
  161. $menu_links['navigation_page:node/add/page'] = array(
  162. 'menu_name' => 'navigation',
  163. 'link_path' => 'node/add/page',
  164. 'router_path' => 'node/add/page',
  165. 'link_title' => 'Page',
  166. 'options' => array(
  167. 'attributes' => array(
  168. 'title' => 'Use this content type to add static pages like "about" "contact" etc',
  169. ),
  170. 'identifier' => 'navigation_page:node/add/page',
  171. ),
  172. 'module' => 'system',
  173. 'hidden' => 0,
  174. 'external' => 0,
  175. 'has_children' => 0,
  176. 'expanded' => 0,
  177. 'weight' => 0,
  178. 'customized' => 0,
  179. 'language' => 'und',
  180. 'menu_links_customized' => 0,
  181. 'parent_identifier' => 'navigation_ajouter-du-contenu:node/add',
  182. );
  183. // Exported menu link: navigation_pisode:node/add/episode.
  184. $menu_links['navigation_pisode:node/add/episode'] = array(
  185. 'menu_name' => 'navigation',
  186. 'link_path' => 'node/add/episode',
  187. 'router_path' => 'node/add/episode',
  188. 'link_title' => 'Épisode',
  189. 'options' => array(
  190. 'identifier' => 'navigation_pisode:node/add/episode',
  191. ),
  192. 'module' => 'system',
  193. 'hidden' => 0,
  194. 'external' => 0,
  195. 'has_children' => 0,
  196. 'expanded' => 0,
  197. 'weight' => 0,
  198. 'customized' => 0,
  199. 'language' => 'und',
  200. 'menu_links_customized' => 0,
  201. 'parent_identifier' => 'navigation_ajouter-du-contenu:node/add',
  202. );
  203. // Exported menu link: navigation_thematique:node/add/thematique.
  204. $menu_links['navigation_thematique:node/add/thematique'] = array(
  205. 'menu_name' => 'navigation',
  206. 'link_path' => 'node/add/thematique',
  207. 'router_path' => 'node/add/thematique',
  208. 'link_title' => 'Thematique',
  209. 'options' => array(
  210. 'identifier' => 'navigation_thematique:node/add/thematique',
  211. ),
  212. 'module' => 'system',
  213. 'hidden' => 0,
  214. 'external' => 0,
  215. 'has_children' => 0,
  216. 'expanded' => 0,
  217. 'weight' => 0,
  218. 'customized' => 0,
  219. 'language' => 'und',
  220. 'menu_links_customized' => 0,
  221. 'parent_identifier' => 'navigation_ajouter-du-contenu:node/add',
  222. );
  223. // Exported menu link: navigation_user-account:user.
  224. $menu_links['navigation_user-account:user'] = array(
  225. 'menu_name' => 'navigation',
  226. 'link_path' => 'user',
  227. 'router_path' => 'user',
  228. 'link_title' => 'User account',
  229. 'options' => array(
  230. 'alter' => TRUE,
  231. 'attributes' => array(
  232. 'title' => '',
  233. ),
  234. 'identifier' => 'navigation_user-account:user',
  235. ),
  236. 'module' => 'system',
  237. 'hidden' => 0,
  238. 'external' => 0,
  239. 'has_children' => 1,
  240. 'expanded' => 0,
  241. 'weight' => -50,
  242. 'customized' => 1,
  243. 'language' => 'und',
  244. 'menu_links_customized' => 1,
  245. );
  246. // Exported menu link: navigation_user-list:profile.
  247. $menu_links['navigation_user-list:profile'] = array(
  248. 'menu_name' => 'navigation',
  249. 'link_path' => 'profile',
  250. 'router_path' => 'profile',
  251. 'link_title' => 'User list',
  252. 'options' => array(
  253. 'identifier' => 'navigation_user-list:profile',
  254. ),
  255. 'module' => 'system',
  256. 'hidden' => 1,
  257. 'external' => 0,
  258. 'has_children' => 0,
  259. 'expanded' => 0,
  260. 'weight' => 0,
  261. 'customized' => 0,
  262. 'language' => 'und',
  263. 'menu_links_customized' => 0,
  264. );
  265. // Translatables
  266. // Included for use with string extractors like potx.
  267. t('Add content');
  268. t('Compose tips');
  269. t('Content');
  270. t('Documentaire');
  271. t('Log out');
  272. t('Media');
  273. t('Page');
  274. t('Thematique');
  275. t('User account');
  276. t('User list');
  277. t('dashboard');
  278. t('Épisode');
  279. return $menu_links;
  280. }