Page 1 of 1

  is showing in the menu

Posted: Wed Sep 19, 2007 4:19 pm
by Milhaus
Dear readers,
I have problem when creating menu for my site. It will look somewhat "web 2.0", so I use a lot of stripes there. As you can see at the attached picture, the background of hovered link doesn't fit in background, leaving wrong-looking borders.

I tried to manage it with help of some  s inserted to previous item (in this case to Home tab). It is ugly, but it worked. But in CMSMS, when I use   as part of Menu text, & is & in HTML code.

As an alternative, do you have any idea how to solve this problem nicer?

Thanks in advance,

Milhaus

[solved]   is showing in the menu

Posted: Wed Sep 19, 2007 5:25 pm
by Milhaus
I solved it, so if anyone is interested...

In MenuManager.module.php go to line 219 and change

Code: Select all

my_htmlentities($content->MenuText())
to

Code: Select all

$content->MenuText()
Hope it helps,

Milhaus

BTW. I am still interested in cleaner solution, so if you know, please share it. Thanks.