Hello,
my url is mysite.com/category/subpage/shownote/1
Director::URLParam('Action') is giving me the value 'subpage' and
Director::URLParam('ID') is giving me the value 'shownote'
I'm expecting action to equal shownote, and ID to equal 1.
what am I doing wrong here?
Thanks!