{NAV_ROW:ID:0} which $GLOBALS?

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
frjones
Posts: 5
Joined: Sun 9. May 2004, 18:30

{NAV_ROW:ID:0} which $GLOBALS?

Post by frjones »

hi,

want to get the {NAV_ROW:ID:0} work like the following.

- Cat1
-- Subcat1

when i click subcat 1 the menu disappears, like said in the forum i have to use a php script to get ID.

but which vars to use, tried different $GLOBALS[] vars but dont find anything usefull. perhaps someone could give me a tipp
User avatar
pSouper
Posts: 1552
Joined: Tue 11. Nov 2003, 15:45
Location: London
Contact:

Post by pSouper »

$GLOBALS['content']['cat_id'] will return the current catergory
Post Reply