Removing ">>" in GuMaxDD

Use this forum to ask questions about how to do things in GuMax skin.
Post Reply
User avatar
Dreaminggecko
Rank 0
Rank 0
Posts: 2
Joined: May 17th, 2012, 12:52 am

Removing ">>" in GuMaxDD

Post by Dreaminggecko »

Older iterations of the Gumax Drop Down skin simply listed the name of the items in the Sidebar as top-level menu items. But in more recent versions, it adds a ">>" symbol in the drop-down menu, after the name of the item. So having "Navigation" produces "Navigation >>". Is there a way to remove the ">>" from the display? I much preferred the old behavior, but I do not want to use older versions if possible.
User avatar
Paul
Development Team Leader
Development Team Leader
Posts: 1132
Joined: October 20th, 2007, 2:23 pm

Re: Removing ">>" in GuMaxDD

Post by Paul »

It's in GuMaxDD.php, use notepad to edit it.
User avatar
Dreaminggecko
Rank 0
Rank 0
Posts: 2
Joined: May 17th, 2012, 12:52 am

Re: Removing ">>" in GuMaxDD

Post by Dreaminggecko »

Tried looking, but didn't see the line. Could you point me to the exact section or line I'm looking for?
User avatar
Paul
Development Team Leader
Development Team Leader
Posts: 1132
Joined: October 20th, 2007, 2:23 pm

Re: Removing ">>" in GuMaxDD

Post by Paul »

Find this line:

Code: Select all

			<li><a id="gumax-nav-heading" href="#"><?php print $txtOut; ?>  &raquo;</a>
Remove:

Code: Select all

 &raquo;
Post Reply