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
9f7ab5a6
Commit
9f7ab5a6
authored
Oct 17, 2008
by
merlinofchaos
Browse files
#317372
by hass: Another missing t()
parent
17d71cd3
Changes
1
Hide whitespace changes
Inline
Side-by-side
advanced_help.module
View file @
9f7ab5a6
...
...
@@ -402,7 +402,7 @@ function advanced_help_topic_page($module, $topic) {
}
drupal_add_css
(
drupal_get_path
(
'module'
,
'advanced_help'
)
.
'/help.css'
);
$breadcrumb
[]
=
l
(
'Home'
,
''
);
$breadcrumb
[]
=
l
(
t
(
'Home'
)
,
''
);
drupal_set_breadcrumb
(
array_reverse
(
$breadcrumb
));
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