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
advanced_help
Commits
ef2743cc
Commit
ef2743cc
authored
Apr 17, 2008
by
merlinofchaos
Browse files
Inadvertantly reversing breadcrumb on search result page
parent
9c39481d
Changes
1
Show whitespace changes
Inline
Side-by-side
advanced_help.module
View file @
ef2743cc
...
@@ -144,7 +144,7 @@ function advanced_help_search_view() {
...
@@ -144,7 +144,7 @@ function advanced_help_search_view() {
}
}
$breadcrumb
=
array_merge
(
drupal_get_breadcrumb
(),
array_reverse
(
$breadcrumb
));
$breadcrumb
=
array_merge
(
drupal_get_breadcrumb
(),
array_reverse
(
$breadcrumb
));
drupal_set_breadcrumb
(
array_reverse
(
$breadcrumb
)
)
;
drupal_set_breadcrumb
(
$breadcrumb
);
return
$output
;
return
$output
;
}
}
...
...
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