You are here

function spamspan_menu in SpamSpan filter 7

Implements hook_menu().

File

./spamspan.module, line 262
This module implements the spamspan technique (http://www.spamspan.com ) for hiding email addresses from spambots.

Code

function spamspan_menu() {
  $items = spamspan_admin()
    ->menu();
  return $items;
}