Pooka
03-11-2006, 06:10 PM
My site design uses tabbed navigation
http://www.therpgsite.com
The template acheives this by using an array called $activetab. Whichever member of the array is active is set equal to "active_", the others are left null. However, where does the drupal_header file get evaluated, because $activetab must be visible in that scope for this to work.
http://www.therpgsite.com
The template acheives this by using an array called $activetab. Whichever member of the array is active is set equal to "active_", the others are left null. However, where does the drupal_header file get evaluated, because $activetab must be visible in that scope for this to work.