summaryrefslogtreecommitdiff
path: root/data/modules.example.conf
diff options
context:
space:
mode:
Diffstat (limited to 'data/modules.example.conf')
-rw-r--r--data/modules.example.conf7
1 files changed, 5 insertions, 2 deletions
diff --git a/data/modules.example.conf b/data/modules.example.conf
index f1818e0e2..2137f0309 100644
--- a/data/modules.example.conf
+++ b/data/modules.example.conf
@@ -774,8 +774,11 @@ module { name = "sasl" }
/* Web server to use. */
server = "httpd/main";
- /* Template to use. */
- template = "default";
+ /*
+ * The directory containing the webcpanel templates. This is relative to the
+ * data directory.
+ */
+ template_dir = "webcpanel/templates/default";
/* Page title. */
title = "Anope IRC Services";