diff --git a/deluge/ui/webui/components.py b/deluge/ui/webui/components.py index e37568057..32f43aa93 100644 --- a/deluge/ui/webui/components.py +++ b/deluge/ui/webui/components.py @@ -129,7 +129,7 @@ class PluginManager(pluginmanagerbase.PluginManagerBase, component.Component.__init__(self, "WebPluginManager") self.config = ConfigManager("webui06.conf") pluginmanagerbase.PluginManagerBase.__init__( - self, "webui.conf", "deluge.plugin.webui") + self, "webui06.conf", "deluge.plugin.webui") def start(self): """Start the plugin manager""" diff --git a/deluge/ui/webui/templates/white/header.html b/deluge/ui/webui/templates/white/header.html index 4084a629f..6098140c6 100644 --- a/deluge/ui/webui/templates/white/header.html +++ b/deluge/ui/webui/templates/white/header.html @@ -32,6 +32,7 @@ $for id, title, url in admin_pages: $else: class="tab_button" href='$base$url'>$title +Faq