V
V
Vladimir2015-03-20 21:58:07
Drupal
Vladimir, 2015-03-20 21:58:07

How to put the last breadcrumb in the h1 tag?

Hello!
Tell me how you can insert the last breadcrumb into the h1 tag, i.e. the header of the node to the crumb, the Zen theme is installed on the site.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Drupby, 2015-03-20
@seoyuzer

in the template.php file, find the function NAMES_breadcrumb(), find the line in it
and replace it with

$breadcrumb[] = '<h1>' . drupal_get_title() . '</h1>';

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question