summaryrefslogtreecommitdiff
path: root/modules/akismet/views/admin_akismet_stats.html.php
blob: d82704cd92ffb902c2a98f3f2ff740c22288b963 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php defined("SYSPATH") or die("No direct script access.") ?>
<script type="text/javscript">
  $(document).ready(function() {
    $("#gAkismetExternalStats").css("height", "600");
  });
</script>
<div id="gAkismetStats">
  <iframe id="gAkismetExternalStats" width="100%" height="100%" frameborder="0"
          src="http://<?= $api_key ?>.web.akismet.com/1.0/user-stats.php?blog=<?= urlencode($blog_url) ?>">
  </iframe>
</div>