joomla menu title tag


/ Published in: PHP
Save to your folder(s)

/modules/mod_mainmenu/helper.php
line 349


Copy this code and paste it in your HTML
  1. // tausche
  2. $data = '<a href="'.$tmp->url.'">'.$image.$tmp->name.'</a>';
  3.  
  4. //gegen
  5. $data = '<a href="'.$tmp->url.'" title="'.$item->name.'">'.$image.$tmp->name.'</a>';

URL: http://www.gn-webdesign.de/joomla-tutorials/mainmenu-title-attribut.html

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.