In my template I want to create sidebar navigation and the user can navigate to different pieces of content depending on which navigation button is selected.
I want to basically use the URL to decide which navigation tab the user is on.
so for example
forums/index.php?mypage&tab=1
forums/index.php?mypage&tab=2
forums/index.php?mypage&tab=3
I want to basically use the URL to decide which navigation tab the user is on.
so for example
forums/index.php?mypage&tab=1
forums/index.php?mypage&tab=2
forums/index.php?mypage&tab=3