| Category elements for navigation
I am looking for where the array is built for the navigation. Specifically, I am looking for the array that is defined on the index.
This is my cat structure:
Main Cat one
-- Main Cat two
---- Subcat
---- Subcat
---- Subcat
On the navigation, it all displays inline when you visit one of the subcats:
Home >> Main Cat >> Main Cat 2 >> Subcat
What I want to do is insert an array_pop to drop the actual location. This will allow me to append my own bit of code which will allow me to have completed a perfect replica of vBulletins navbar.
Of course, I could always just add the tablehead below the current nav string, which is what I have now, but it does not look how I want it to.
So where would I need to pop off that last element?
|