I use PostWrap to wrap in two different pages in my postnukesite. When I try to navigate with wvActiveTabs it never change tabpicture as i wish. Is it possible to get different activetabpictures with two postwrap pages?
case 'PostWrap':
$tabvar = 1;
break;
case 'PostWrap':
$tabvar = 2;
Thank´s
Daniel
Guest
Posted:
Jul 16, 2004 - 03:44 AM
Sorry.. the solution is there in the code:
//tabs without defining a module for them. Just add "?tab=" to the url eg:
//modules.php?op=modload&name;=FAQ&file;=index&tab;=1 (this will override module tab settings)