You are here

function scrolltext_theme in ScrollText 6

Same name and namespace in other branches
  1. 7 scrolltext.module \scrolltext_theme()

Implementation of hook_theme()

File

./scrolltext.module, line 49
This module used for scrolling text from node title

Code

function scrolltext_theme() {
  return array(
    'scrolltext_node' => array(
      'arguments' => array(
        'form' => NULL,
      ),
    ),
  );
}