Index: HTML/Default/home.html
===================================================================
--- HTML/Default/home.html (revision 13715)
+++ HTML/Default/home.html (working copy)
@@ -64,7 +64,6 @@
FOREACH link = additionalLinks.plugins;
PROCESS menuItem category='plugins';
END;
- PROCESS menuItem category='plugins' link={key='SOFTSQUEEZE' value='html/softsqueeze/index.html?page=softsqueeze&'};
END;
page = page | lower;
Index: Slim/Web/Pages/Home.pm
===================================================================
--- Slim/Web/Pages/Home.pm (revision 13715)
+++ Slim/Web/Pages/Home.pm (working copy)
@@ -30,7 +30,7 @@
$class->addPageLinks("help",{'HELP_REMOTE' => "html/docs/remote.html"});
$class->addPageLinks("help",{'REMOTE_STREAMING' => "html/docs/remotestreaming.html"});
$class->addPageLinks("help",{'FAQ' => "http://faq.slimdevices.com/"},1);
- $class->addPageLinks("help",{'SOFTSQUEEZE' => "html/softsqueeze/index.html"});
+ $class->addPageLinks("plugins",{'SOFTSQUEEZE' => "html/softsqueeze/index.html"});
$class->addPageLinks("help",{'TECHNICAL_INFORMATION' => "html/docs/index.html"});
$class->addPageLinks("radio",{'SQUEEZENETWORK_SWITCH' => "squeezenetwork.html"});
}