$items['aggregator/rss'] = array( 'title' => 'RSS feed', 'page callback' => 'aggregator_page_rss', 'access arguments' => array('access news feeds'), 'type' => MENU_CALLBACK, 'file' => 'aggregator.pages.inc', ); $items['aggregator/opml'] = array( 'title' => 'OPML feed', 'page callback' => 'aggregator_page_opml', 'access arguments' => array('access news feeds'), 'type' => MENU_CALLBACK, 'file' => 'aggregator.pages.inc', ); $items['blog/%user/feed'] = array( 'title' => 'Blogs', 'page callback' => 'blog_feed_user', 'page arguments' => array(1), 'access callback' => 'blog_page_user_access', 'access arguments' => array(1), 'type' => MENU_CALLBACK, 'file' => 'blog.pages.inc', ); $items['blog/feed'] = array( 'title' => 'Blogs', 'page callback' => 'blog_feed_last', 'access arguments' => array('access content'), 'type' => MENU_CALLBACK, 'file' => 'blog.pages.inc', ); $items['admin/dashboard/drawer'] = array( 'page callback' => 'dashboard_show_disabled', 'access arguments' => array('administer blocks'), 'type' => MENU_CALLBACK, ); $items['admin/dashboard/block-content/%/%'] = array( 'page callback' => 'dashboard_show_block_content', 'page arguments' => array(3, 4), 'access arguments' => array('administer blocks'), 'type' => MENU_CALLBACK, ); $items['admin/dashboard/update'] = array( 'page callback' => 'dashboard_update', 'access arguments' => array('administer blocks'), 'type' => MENU_CALLBACK, ); $items['file/ajax'] = array( 'page callback' => 'file_ajax_upload', 'delivery callback' => 'ajax_deliver', 'access arguments' => array('access content'), 'type' => MENU_CALLBACK, ); $items['file/progress'] = array( 'page callback' => 'file_ajax_progress', 'delivery callback' => 'ajax_deliver', 'access arguments' => array('access content'), 'type' => MENU_CALLBACK, ); $items[file_directory_path('public') . '/styles/%image_style'] = array( 'title' => 'Generate image style', 'page callback' => 'image_style_deliver', 'page arguments' => array(count(explode('/', file_directory_path())) + 1), 'access callback' => TRUE, 'type' => MENU_CALLBACK, ); $items['system/files/styles/%image_style'] = array( 'title' => 'Generate image style', 'page callback' => 'image_style_deliver', 'page arguments' => array(3), 'access callback' => TRUE, 'type' => MENU_CALLBACK, ); $items['rss.xml'] = array( 'title' => 'RSS feed', 'page callback' => 'node_feed', 'access arguments' => array('access content'), 'type' => MENU_CALLBACK, ); $items['openid/authenticate'] = array( 'title' => 'OpenID Login', 'page callback' => 'openid_authentication_page', 'access callback' => 'user_is_anonymous', 'type' => MENU_CALLBACK, 'file' => 'openid.pages.inc', ); $items['overlay-ajax/%'] = array( 'title' => '', 'page callback' => 'overlay_ajax_render_region', 'page arguments' => array(1), 'access arguments' => array('access overlay'), 'type' => MENU_CALLBACK, ); $items['admin/config/people/profile/autocomplete'] = array( 'title' => 'Profile category autocomplete', 'page callback' => 'profile_admin_settings_autocomplete', 'access arguments' => array('administer users'), 'file' => 'profile.admin.inc', 'type' => MENU_CALLBACK, ); $items['profile/autocomplete'] = array( 'title' => 'Profile autocomplete', 'page callback' => 'profile_autocomplete', 'access arguments' => array('access user profiles'), 'file' => 'profile.pages.inc', 'type' => MENU_CALLBACK, ); $items['system/files'] = array( 'title' => 'File download', 'page callback' => 'file_download', 'page arguments' => array('private'), 'access callback' => TRUE, 'type' => MENU_CALLBACK, ); $items['system/temporary'] = array( 'title' => 'Temporary files', 'page callback' => 'file_download', 'page arguments' => array('temporary'), 'access callback' => TRUE, 'type' => MENU_CALLBACK, ); $items['system/ajax'] = array( 'title' => 'AHAH callback', 'page callback' => 'ajax_form_callback', 'delivery callback' => 'ajax_deliver', 'access callback' => TRUE, 'type' => MENU_CALLBACK, 'file path' => 'includes', 'file' => 'form.inc', ); $items['system/timezone'] = array( 'title' => 'Time zone', 'page callback' => 'system_timezone', 'access callback' => TRUE, 'type' => MENU_CALLBACK, 'file' => 'system.admin.inc', ); $items['admin/compact'] = array( 'title' => 'Compact mode', 'page callback' => 'system_admin_compact_page', 'access arguments' => array('access administration pages'), 'type' => MENU_CALLBACK, 'file' => 'system.admin.inc', ); $items['admin/appearance/enable'] = array( 'title' => 'Enable theme', 'page callback' => 'system_theme_enable', 'access arguments' => array('administer themes'), 'type' => MENU_CALLBACK, 'file' => 'system.admin.inc', ); $items['admin/appearance/disable'] = array( 'title' => 'Disable theme', 'page callback' => 'system_theme_disable', 'access arguments' => array('administer themes'), 'type' => MENU_CALLBACK, 'file' => 'system.admin.inc', ); $items['admin/appearance/default'] = array( 'title' => 'Set default theme', 'page callback' => 'system_theme_default', 'access arguments' => array('administer themes'), 'type' => MENU_CALLBACK, 'file' => 'system.admin.inc', ); $items['batch'] = array( 'page callback' => 'system_batch_page', 'access callback' => TRUE, 'theme callback' => '_system_batch_theme', 'type' => MENU_CALLBACK, 'file' => 'system.admin.inc', ); $items['taxonomy/term/%taxonomy_term/feed'] = array( 'title' => 'Taxonomy term', 'title callback' => 'taxonomy_term_title', 'title arguments' => array(2), 'page callback' => 'taxonomy_term_feed', 'page arguments' => array(2), 'access arguments' => array('access content'), 'type' => MENU_CALLBACK, 'file' => 'taxonomy.pages.inc', ); $items['taxonomy/autocomplete'] = array( 'title' => 'Autocomplete taxonomy', 'page callback' => 'taxonomy_autocomplete', 'access arguments' => array('access content'), 'type' => MENU_CALLBACK, 'file' => 'taxonomy.pages.inc', ); $items['toolbar/toggle'] = array( 'title' => 'Toggle drawer visibility', 'type' => MENU_CALLBACK, 'page callback' => 'toolbar_toggle_page', 'access arguments' => array('access toolbar'), ); $items['admin/reports/updates/check'] = array( 'title' => 'Manual update check', 'page callback' => 'update_manual_status', 'access arguments' => array('administer site configuration'), 'type' => MENU_CALLBACK, 'file' => 'update.fetch.inc', ); $items['user/autocomplete'] = array( 'title' => 'User autocomplete', 'page callback' => 'user_autocomplete', 'access callback' => 'user_access', 'access arguments' => array('access user profiles'), 'type' => MENU_CALLBACK, 'file' => 'user.pages.inc', ); $items['user/reset/%/%/%'] = array( 'title' => 'Reset password', 'page callback' => 'drupal_get_form', 'page arguments' => array('user_pass_reset', 2, 3, 4), 'access callback' => TRUE, 'type' => MENU_CALLBACK, 'file' => 'user.pages.inc', );