summaryrefslogtreecommitdiff
path: root/modules/akismet/views/admin_akismet.html.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/akismet/views/admin_akismet.html.php')
-rw-r--r--modules/akismet/views/admin_akismet.html.php15
1 files changed, 15 insertions, 0 deletions
diff --git a/modules/akismet/views/admin_akismet.html.php b/modules/akismet/views/admin_akismet.html.php
new file mode 100644
index 00000000..34a5461b
--- /dev/null
+++ b/modules/akismet/views/admin_akismet.html.php
@@ -0,0 +1,15 @@
+<?php defined("SYSPATH") or die("No direct script access.") ?>
+<div id="gAdminAkismet">
+ <h1> <?= _("Akismet Spam Filtering") ?> </h1>
+ <p>
+ <?= _("Akismet is a free, automated spam filtering service. In order to use it, you need to sign up for a <a href=\"http://wordpress.com/api-keys\">Wordpress.com API Key</a>, which is also free. Your comments will be automatically relayed to <a href=\"http://akismet.com\">Akismet.com</a> where they'll be scanned for spam. Spam messages will be flagged accordingly and hidden from your vistors until you approve or delete them.") ?>
+ </p>
+
+ <? if ($valid_key): ?>
+ <div class="gSuccess">
+ <?= _("Your API Key is valid. Your comments will be filtered!") ?>
+ </div>
+ <? endif ?>
+
+ <?= $form ?>
+</div>