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
9c39481d
Commit
9c39481d
authored
Apr 17, 2008
by
merlinofchaos
Browse files
Change test link so it points to an actually existing help file
parent
0559d38f
Changes
1
Hide whitespace changes
Inline
Side-by-side
advanced_help.module
View file @
9c39481d
...
@@ -210,7 +210,7 @@ function advanced_help_index_page($module = '') {
...
@@ -210,7 +210,7 @@ function advanced_help_index_page($module = '') {
$breadcrumb
=
array_merge
(
drupal_get_breadcrumb
(),
array_reverse
(
$breadcrumb
));
$breadcrumb
=
array_merge
(
drupal_get_breadcrumb
(),
array_reverse
(
$breadcrumb
));
drupal_set_breadcrumb
(
$breadcrumb
);
drupal_set_breadcrumb
(
$breadcrumb
);
$output
.
=
theme
(
'advanced_help_topic'
,
'advanced_help'
,
'
parent
'
);
$output
.
=
theme
(
'advanced_help_topic'
,
'advanced_help'
,
'
using-advanced-help
'
);
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