diff --git a/admin/configuration.php b/admin/configuration.php
index f1b943cfd..9d34fbbf1 100644
--- a/admin/configuration.php
+++ b/admin/configuration.php
@@ -76,6 +76,7 @@ $comments_checkboxes = array(
'email_admin_on_comment_deletion',
'comments_author_mandatory',
'comments_email_mandatory',
+ 'comments_enable_website',
);
$display_checkboxes = array(
diff --git a/admin/themes/default/template/configuration.tpl b/admin/themes/default/template/configuration.tpl
index d3309e8a7..ea2f8ec86 100644
--- a/admin/themes/default/template/configuration.tpl
+++ b/admin/themes/default/template/configuration.tpl
@@ -272,6 +272,13 @@ jQuery("input[name='mail_theme']").change(function() {
+
+
+
+