Search code examples
phpdrupaldrupal-7drupal-modulesdrupal-theming

Drupal 7 Header & Footer give title


I'm using drupal 7.

When u install this on home page it's giving Home, About Us pages links.

<a class="active" href="/drupal/">Home</a>

I would like to give title here like this but it's drupal core how can i do so it get below output.

<a class="active" href="/drupal/" title="Home">Home</a>

Solution

  • Try using Menu attributes module.

    It allows you to add title, id, css classes and few more attributes to the anchor tag.

    Hope this helps... Muhammad.