PDA

View Full Version : Tabbed Navigation


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.

Pooka
03-11-2006, 08:02 PM
Nevermind, got it (vbdefault.theme)