admin.features.menu_links.inc 7.7 KB

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