You are here

function spamicide_theme in Spamicide 7

Same name and namespace in other branches
  1. 6 spamicide.module \spamicide_theme()

Implements hook_theme().

File

./spamicide.module, line 87
This module provides yet another tool to eliminate spam.

Code

function spamicide_theme() {
  return array(
    'spamicide_admin_settings' => array(
      'render element' => 'form',
    ),
  );
}