You are here

function spamspan_admin::page in SpamSpan filter 7

File

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

Class

spamspan_admin

Code

function page($form, &$form_state) {
  return $this
    ->page_object()
    ->form($form, $form_state);
}