How to disable ALT Text on main menu

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed Mar 27, 2013 10:03 am
Reply with quote
Report this post
Hello everyone,
I have small visible problem with my main menu. When I'm on my menu, appears ALT TEXT usually hides the next menu level. Please tell me how to turn off the ALT text attribute.
main_menu_alt_text.png


Regards,
Milko
User avatar
Junior Boarder

Konrad M
Thu Mar 28, 2013 8:44 am
Reply with quote
Report this post
Hi,
please go to lib/menu/GKBase.class.php and find (line 345):
Code: Select all
$title = "title=\"$tmpname\"";

and change it to:
Code: Select all
$title = "";
User avatar

GK User
Thu Mar 28, 2013 11:37 am
Reply with quote
Report this post
Thank you, Konrad!

Best regards,
Milko
User avatar
Junior Boarder


cron