Also what is the point of this code which comes at the end of the function, is not returned from the function and occurs after all templates are set. I can see it hopes to set the combobox to display the current forum but has little hope of working
coming after the template. This code needs to be checked over closely before being installed. IMHO
Code:
if ($curforumid == $jumpforumid)
{
$optionselected = "selected";
$selectedone = 1;
}