Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
xmlsitemap
Commits
e9c91cb8
Commit
e9c91cb8
authored
Sep 29, 2010
by
Dave Reid
Browse files
#907690
by Dave Reid: Removed MENU_CALLBACK from menu items that should be visible in breadcrumbs.
parent
6f467ae4
Changes
2
Hide whitespace changes
Inline
Side-by-side
xmlsitemap.module
View file @
e9c91cb8
...
...
@@ -154,7 +154,6 @@ function xmlsitemap_menu() {
'page callback'
=>
'drupal_get_form'
,
'page arguments'
=>
array
(
'xmlsitemap_sitemap_edit_form'
,
5
),
'access arguments'
=>
array
(
'administer xmlsitemap'
),
'type'
=>
MENU_CALLBACK
,
'file'
=>
'xmlsitemap.admin.inc'
,
'modal'
=>
TRUE
,
);
...
...
@@ -162,7 +161,6 @@ function xmlsitemap_menu() {
'page callback'
=>
'drupal_get_form'
,
'page arguments'
=>
array
(
'xmlsitemap_sitemap_delete_form'
,
5
),
'access arguments'
=>
array
(
'administer xmlsitemap'
),
'type'
=>
MENU_CALLBACK
,
'file'
=>
'xmlsitemap.admin.inc'
,
'modal'
=>
TRUE
,
);
...
...
@@ -319,8 +317,10 @@ function xmlsitemap_var($name, $default = NULL) {
}
/**
* @defgroup xmlsitemap_
sitemap_
api XML sitemap API
for sitemaps
.
* @defgroup xmlsitemap_api XML sitemap API.
* @{
* This is the XML sitemap API to be used by modules wishing to work with
* XML sitemap and/or link data.
*/
/**
...
...
@@ -512,15 +512,6 @@ function xmlsitemap_sitemap_uri(stdClass $sitemap) {
return
$uri
;
}
/**
* @} End of "defgroup xmlsitemap_sitemap_api"
*/
/**
* @defgroup xmlsitemap_link_api XML sitemap API for sitemap links.
* @{
*/
/**
* Load a specific sitemap link from the database.
*
...
...
@@ -770,7 +761,7 @@ function _xmlsitemap_check_changed_link(array $link, $original_link = NULL, $fla
}
/**
* @} End of "defgroup xmlsitemap_
link_
api"
* @} End of "defgroup xmlsitemap_api"
*/
function
xmlsitemap_get_directory
(
stdClass
$sitemap
=
NULL
)
{
...
...
xmlsitemap_custom/xmlsitemap_custom.module
View file @
e9c91cb8
...
...
@@ -26,7 +26,6 @@ function xmlsitemap_custom_menu() {
'page callback'
=>
'drupal_get_form'
,
'page arguments'
=>
array
(
'xmlsitemap_custom_edit_link_form'
,
6
),
'access arguments'
=>
array
(
'administer xmlsitemap'
),
'type'
=>
MENU_CALLBACK
,
'file'
=>
'xmlsitemap_custom.admin.inc'
,
'modal'
=>
TRUE
,
);
...
...
@@ -35,7 +34,6 @@ function xmlsitemap_custom_menu() {
'page callback'
=>
'drupal_get_form'
,
'page arguments'
=>
array
(
'xmlsitemap_custom_delete_link_form'
,
6
),
'access arguments'
=>
array
(
'administer xmlsitemap'
),
'type'
=>
MENU_CALLBACK
,
'file'
=>
'xmlsitemap_custom.admin.inc'
,
'modal'
=>
TRUE
,
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment