You are here

function word_link_theme in Word Link 7.2

Implements hook_theme().

File

./word_link.module, line 182

Code

function word_link_theme() {
  return array(
    'word_link' => array(
      'variables' => array(
        'text' => NULL,
        'tag' => NULL,
        'attributes' => array(),
      ),
      'file' => 'theme/word_link.theme.inc',
    ),
  );
}