diff --git a/modules/extra/webcpanel/templates/default/chanserv/access.html b/modules/extra/webcpanel/templates/default/chanserv/access.html
deleted file mode 100644
index 13c0ba82b..000000000
--- a/modules/extra/webcpanel/templates/default/chanserv/access.html
+++ /dev/null
@@ -1,52 +0,0 @@
-{INCLUDE header.html}
- {FOR M IN MESSAGES}
- {M}
- {END FOR}
- {IF EXISTS ACCESSES}
- Access List
-
-
- | Mask |
- Access |
- Creator |
-
- {FOR MASK,ACCESS,CREATOR,ACCESS_CHANGE IN MASKS,ACCESSES,CREATORS,ACCESS_CHANGES}
-
- | {MASK} |
- {ACCESS} |
- {CREATOR} |
- {IF EQ ACCESS_CHANGE YES}
- Delete |
- {END IF}
-
- {END FOR}
-
- {ELSE}
- Access list is empty.
- {END IF}
-
-
-
- Add an access entry
-
-{INCLUDE footer.html}
diff --git a/modules/extra/webcpanel/templates/default/chanserv/akick.html b/modules/extra/webcpanel/templates/default/chanserv/akick.html
deleted file mode 100644
index 23c1c1efd..000000000
--- a/modules/extra/webcpanel/templates/default/chanserv/akick.html
+++ /dev/null
@@ -1,42 +0,0 @@
-{INCLUDE header.html}
- {FOR M IN MESSAGES}
- {M}
- {END FOR}
- {IF EXISTS MASKS}
- Akick List
-
-
- | Mask |
- Creator |
- Reason |
-
- {FOR MASK,CREATOR,REASON IN MASKS,CREATORS,REASONS}
-
- | {MASK} |
- {CREATOR} |
- {REASON} |
- Delete |
-
- {END FOR}
-
- {ELSE}
- Akick list is empty.
- {END IF}
-
-
-
- Add an akick entry
-
-{INCLUDE footer.html}
diff --git a/modules/extra/webcpanel/templates/default/chanserv/drop.html b/modules/extra/webcpanel/templates/default/chanserv/drop.html
deleted file mode 100644
index 35f0283f2..000000000
--- a/modules/extra/webcpanel/templates/default/chanserv/drop.html
+++ /dev/null
@@ -1,22 +0,0 @@
-{INCLUDE header.html}
- {IF EXISTS MESSAGES}
- {FOR M IN MESSAGES}
- {M}
- {END FOR}
- {END IF}
- Channels you can drop:
-
- {IF EXISTS CHANNEL_DROP}
- Drop Channel {CHANNEL_DROP}?
-
- {END IF}
-{INCLUDE footer.html}
\ No newline at end of file
diff --git a/modules/extra/webcpanel/templates/default/chanserv/main.html b/modules/extra/webcpanel/templates/default/chanserv/main.html
deleted file mode 100644
index dd9288f00..000000000
--- a/modules/extra/webcpanel/templates/default/chanserv/main.html
+++ /dev/null
@@ -1,8 +0,0 @@
-{INCLUDE header.html}
- Channels you have access in:
-
- {FOR CH,ECH IN CHANNEL_NAMES,ESCAPED_CHANNEL_NAMES}
-
{CH}
- {END FOR}
-
-{INCLUDE footer.html}
diff --git a/modules/extra/webcpanel/templates/default/chanserv/set.html b/modules/extra/webcpanel/templates/default/chanserv/set.html
deleted file mode 100644
index a97455717..000000000
--- a/modules/extra/webcpanel/templates/default/chanserv/set.html
+++ /dev/null
@@ -1,100 +0,0 @@
-{INCLUDE header.html}
- {FOR M IN MESSAGES}
- {M}
- {END FOR}
-
-{INCLUDE footer.html}
diff --git a/modules/extra/webcpanel/templates/default/confirm.html b/modules/extra/webcpanel/templates/default/confirm.html
deleted file mode 100644
index 918ccd971..000000000
--- a/modules/extra/webcpanel/templates/default/confirm.html
+++ /dev/null
@@ -1,30 +0,0 @@
-
-
-
-
- {TITLE}
-
-
-
-
-
-
-
-
-
-
- {FOR M IN MESSAGES}
- {M}
- {END FOR}
-
- |
-
-
-
-
-
-
diff --git a/modules/extra/webcpanel/templates/default/favicon.ico b/modules/extra/webcpanel/templates/default/favicon.ico
deleted file mode 100644
index be735614a..000000000
Binary files a/modules/extra/webcpanel/templates/default/favicon.ico and /dev/null differ
diff --git a/modules/extra/webcpanel/templates/default/footer.html b/modules/extra/webcpanel/templates/default/footer.html
deleted file mode 100644
index 65d23402a..000000000
--- a/modules/extra/webcpanel/templates/default/footer.html
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
-