Around line 204 change
Code: Select all
if ($content->Active() && $content->ShowInMenu() && $content->HasUsableLink())
Code: Select all
if ($content->Active() && $content->HasUsableLink())
BTW why disallow this in the first place? With the Active setting one controls if one wants to use that page or not, or am I missing something?


