Index: Slim/Web/Pages/Home.pm =================================================================== --- Slim/Web/Pages/Home.pm (revision 9695) +++ Slim/Web/Pages/Home.pm (working copy) @@ -29,7 +29,7 @@ $class->addPageLinks("help",{'HELP_REMOTE' => "html/help_remote.html"}); $class->addPageLinks("help",{'HELP_RADIO' => "html/docs/radio.html"}); $class->addPageLinks("help",{'REMOTE_STREAMING' => "html/docs/remotestreaming.html"}); - $class->addPageLinks("help",{'FAQ' => "http://faq.slimdevices.com/"}); + $class->addPageLinks("help",{'FAQ' => "http://faq.slimdevices.com/"},1); $class->addPageLinks("help",{'SOFTSQUEEZE' => "html/softsqueeze/index.html"}); $class->addPageLinks("help",{'TECHNICAL_INFORMATION' => "html/docs/index.html"}); } Index: HTML/Fishbone/home.html =================================================================== --- HTML/Fishbone/home.html (revision 9695) +++ HTML/Fishbone/home.html (working copy) @@ -6,7 +6,7 @@ [% IF additionalLinks.help %] [% FOREACH link = additionalLinks.help %]
  • - [% link.key | string %] + [% link.key | string %]
  • [% END %]
  • Index: HTML/Nokia770/home.html =================================================================== --- HTML/Nokia770/home.html (revision 9695) +++ HTML/Nokia770/home.html (working copy) @@ -103,7 +103,7 @@
    [% "HELP" | string | upper %]
    Index: HTML/NBMU/home.html =================================================================== --- HTML/NBMU/home.html (revision 9695) +++ HTML/NBMU/home.html (working copy) @@ -88,7 +88,7 @@ [% IF additionalLinks.help %] [% FOREACH link = additionalLinks.help %]
  • - [% link.key | string %] + [% link.key | string %]
  • [% END %] [% END %] Index: HTML/EN/home.html =================================================================== --- HTML/EN/home.html (revision 9695) +++ HTML/EN/home.html (working copy) @@ -86,7 +86,7 @@
    [% "HELP" | string | upper %]
    Index: HTML/Handheld/home.html =================================================================== --- HTML/Handheld/home.html (revision 9695) +++ HTML/Handheld/home.html (working copy) @@ -9,7 +9,7 @@ [% END %] [% END %] [% IF additionalmenu.text %] -
  • [% additionalmenu.text | string %]
  • +
  • [% additionalmenu.text | string %]
  • [% END %] [% END %]