Add full http://domain.com to nav items
I am working on a site that has several domains whose A-records point to the site's IP address. Something very strange started happening this morning. We noticed that when clicking around in the nav of the site some of these domains start 'taking over' the site name and all the nav elements are prepended with the new domain.
I'm not sure why this is happening but wanted to know if there is a way in the fuel_nav method to insert the desired domain in front of the uri in order to force the domain not to change? I know I could create the nav by looping through the nav items from the db concatenating them together but thought I'd see if there is a way to do that already in place somewhere.
Comments