You are here

function spam_link in Spam 6

Same name and namespace in other branches
  1. 5.3 spam.module \spam_link()
  2. 5 spam.module \spam_link()

Drupal _link() hook.

File

./spam.module, line 673
Spam module, v3 Copyright(c) 2006-2008 Jeremy Andrews <jeremy@tag1consulting.com>. All rights reserved.

Code

function spam_link($type, $content = 0, $main = 0) {
  return spam_invoke_module($type, 'link', $content, $main);
}