From 9fc8f431a5a54090d9747ff0a26c450e4bc0cee8 Mon Sep 17 00:00:00 2001 From: Martijn Voncken Date: Wed, 25 Jun 2008 15:43:10 +0000 Subject: [PATCH] --- deluge/ui/webui/components.py | 2 +- deluge/ui/webui/templates/white/header.html | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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