I think I phrased that correctly.
What I need is to call all my subnavigation includes for ALL subfolders, no matter how deep the folders go. I have it working properly for the root level of each main folder, just dont know how to set all subdirectories within.
My current code...
if ($REQUEST_URI == '/services/') {
include ("$DOCUMENT_ROOT/services/include/servicesnav.inc");
}
And I have each main nav area set up, along with my else statement which just spits out an echo.
Any help is greatly appreciated!
- Grafix