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
drupal
Commits
f0e783d3
Commit
f0e783d3
authored
Jan 31, 2007
by
Dries
Browse files
- Patch
#114753
by chx: the return of the titles
parent
489903a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
includes/menu.inc
View file @
f0e783d3
...
...
@@ -628,3 +628,7 @@ function menu_get_active_breadcrumb() {
return
array
(
l
(
t
(
'Home'
),
''
));
}
function
menu_get_active_title
()
{
$item
=
menu_get_item
();
return
$item
->
title
;
}
\ No newline at end of file
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