Jump to content

XML Menu issue


toolman

Recommended Posts

Hi,

 

I have an XML menu, but for some reason the parent of the last menu is using the previous link

 

<site>
<page url="http://www.mysite.com/test" title="Test1" onclick="_gaq.push(['_trackEvent', 'Test', 'Clicked', 'Test clicked']);"/>
    <page url="http://www.mysite.com/community" title="Community" class="communityTag">
        <page url="http://www.mysite.com/forum/" title="Forum" class="community"/>
    </page>
</site>

 

 

The link for this

<page url="http://www.mysite.com/community" title="Community" class="communityTag">

 

is displaying :

http://www.mysite.com/test

 

What would cause this to happen?

 

 

 

Link to comment
https://forums.phpfreaks.com/topic/284130-xml-menu-issue/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.