[% IF page == 'help';
pagetitle = "HELP" | string;
PROCESS helpheader.html noCrumbList=1;
WRAPPER helpTopicList;
"
";
FOREACH link = additionalLinks.help;
title = link.key | string | html;
href = link.value;
PROCESS helpTopic;
END;
END;
PROCESS helpfooter.html;
ELSE %]
[% extJsScripts = BLOCK %]
[% END %]
[%
my_musicItems = BLOCK;
FOREACH item = additionalLinkOrder.browse;
IF additionalLinks.browse.exists(item);
link = { key=item, value=additionalLinks.browse.$item };
additionalLinks.icons.${link.key} = additionalLinks.icons.${link.key} || 'html/images/plugin.png';
IF link.key == 'FAVORITES';
useFavorites = 1;
ELSIF link.key == 'SEARCH' %]