I just added a simple pagelink to the menu which however only generated as plain-text in the sitemap. So I figured that I want to change...
Code: Select all
function HasUsableLink()
{
return false;
}
Code: Select all
function HasUsableLink()
{
return true;
}