most of my links are www.site.com/whatever
However, there are five legal pages whose urls are: www.site.com/legal/xx
So, if I'm on a legal page and the url is currently www.site.com/legal/important-restrictions, then when I click on any other link, such as "contact us" the url becomes: www.site.com/legal/contact which doesn't work as it should be: www.site.com/contact. I have the links, in this case, to be "contact" in the path field.
This is Drupal 6. I had heard about a 'path pattern' but there is no option like that in D6 that I have found.
On my url alias, the setting for a typical legal page is: system path:node/5801 alias:legal/important-restrictions.
I tried to remove "legal/", then changed the link paths, but then the template for page-node-5801.tpl.php doesn't get called anymore.
Instead of pulling the five pages of which are node-based content and sticking them into a page content-type, is there something I can do to get to Drupal to recognize the difference in urls?