If like me you get a few visitors who report having 'lost' the rest of the categories because they don't know how to 'Show all Categories' using the in the forum header then:
In Default.asp Lines 305-309
Find:
if Cat_ID <> "" then Response.Write "<a href=""default.asp"">" & getCurrentIcon(strIconFolder,"Show All Categories","hspace=""0""") & "</a>" else Response.Write " " end if
And Change to:
if Cat_ID <> "" then Response.Write "<a href=""default.asp"" title=""Show all Forums"" ><img src=""icon_plus.gif"" border=""none""><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """ color=""" & strHeadFontColor & """ >All</a>" else Response.Write " " end if