We are using the Plogger administrative interface to update our entire Web site. So we have added two new tabs to allow updates of Web site pages and news items.
But..., the new tab is not highlighted when it is selected. What mechanism causes the current tab to be highlighted? Any help would be appreciated.
Function display() in admin/plog-globals.php contains an array of tab names and links. You should be able to simply add your tab names into that array and the software will take care of the active tab part automatically.